You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is very difficult to parse because proper nouns and code aren't delineated somehow.
Seen
$ ~/dev/dart-sdk/sdk/xcodebuild/DebugX64/dart run test
Resolving dependencies in /Users/aaclarke/dev/dart-sdk/sdk/pkg/kernel... (1.0s)
Because every version of expect from path depends on smith any which is forbidden, expect from path is forbidden.
So, because kernel depends on expect from path, version solving failed.
Expected
$ ~/dev/dart-sdk/sdk/xcodebuild/DebugX64/dart run test
Resolving dependencies in /Users/aaclarke/dev/dart-sdk/sdk/pkg/kernel... (1.0s)
Because every version of `expect` from `path` depends on `smith` any which is forbidden, `expect` from `path` is forbidden.
So, because `kernel` depends on `expect` from `path`, version solving failed.
That isn't quite right since I don't understand "any which is forbidden".
The text was updated successfully, but these errors were encountered:
The big problem is that it hard to read because there is no delineation between package names and pubspec concepts and English. For example, I didn't author the pubspec so the idea that expect is a package name wasn't even on my radar. I still have a hard time understanding what it says.
The error is very difficult to parse because proper nouns and code aren't delineated somehow.
Seen
Expected
That isn't quite right since I don't understand "any which is forbidden".
The text was updated successfully, but these errors were encountered: