-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
package:code_assetspackage:data_assetspackage:hookspackage:hooks_runnerpackage:native_toolchain_ctype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancement
Description
It looks like the
dart_apitool
may have trouble withnative_toolchain_c
being part of a pub workspace. It seems to be checking out the previous version of the package from pub and analyzing that code outside of its workspace, which seems to result in some problems. If I actually check out the whole repository at the old version's revision and have the tool compare that with the current revision, it correctly detects no breaking change:No breaking changes!
Originally posted by @goderbauer in #2347 (comment)
We should see if we can fix this. The check is useless for us otherwise.
Metadata
Metadata
Assignees
Labels
package:code_assetspackage:data_assetspackage:hookspackage:hooks_runnerpackage:native_toolchain_ctype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancement