We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closure call with mismatched arguments: function 'StrictDependenciesValidator._findPackages' Receiver: Closure: (_SyncIterator<_Usage>) => bool Tried calling: StrictDependenciesValidator._findPackages() Found: StrictDependenciesValidator._findPackages(_SyncIterator<_Usage>) => bool dart:core _SyncIterable.iterator package:pub/src/validator/strict_dependencies.dart 86:23 StrictDependenciesValidator._validateLibBin package:pub/src/validator/strict_dependencies.dart 76:5 StrictDependenciesValidator.validate package:pub/src/validator.dart 132:64 Validator.runAll.<fn> dart:async Future.wait package:pub/src/validator.dart 132:19 Validator.runAll package:pub/src/command/lish.dart 218:32 LishCommand._validate package:pub/src/command/lish.dart 198:15 LishCommand.run package:args/command_runner.dart 197:27 CommandRunner.runCommand package:pub/src/command_runner.dart 173:39 PubCommandRunner.runCommand.<fn> dart:async new Future.sync package:pub/src/utils.dart 109:12 captureErrors.<fn> dart:async runZoned package:pub/src/utils.dart 126:5 captureErrors package:pub/src/command_runner.dart 173:13 PubCommandRunner.runCommand This is an unexpected error. Please run
The text was updated successfully, but these errors were encountered:
What dart SDK version is this? What command are you trying to run.
quick note: Please use code fences when posting logs, for large log files please use a gist.
Sorry, something went wrong.
Closing due to lack of activity. Please reopen with more info.
As an FYI this is another case of dart-lang/sdk#41802
When you saw this stack trace you were running something from a snapshot, and rebuilding that snapshot should resolve the issue.
No branches or pull requests
The text was updated successfully, but these errors were encountered: