-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Dart compiler should offer suppression of info messages #44727
Comments
@mit-mit to make sure this lands, given the tight timescale for the next beta cut-off. |
@johnniwinther is looking at adding a new verbosity option to the CFE, after that we'll need a flag in the VM to pass on that option, cc @bkonyi |
The plan is to add a @mit-mit Do you agree? |
sgtm! |
Marking as a P2. What's the expected timeline for a fix? It'd be nice to get this in pre cut, but I don't think we need to block. It should be a low risk cherry pick if needed. FYI - @franklinyow |
I expect to have CL for the CFE implementation ready today. This includes handling of the |
The CFE CL is in the pipeline: https://dart-review.googlesource.com/c/sdk/+/180566 |
The CFE CL has landed. |
In response to #44727 TEST=pkg/dartdev/test/commands/compile_test.dart Change-Id: I56b67d9362a415acd721c1cce2f7e2232d2493df Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180566 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
VM CL up for review: https://dart-review.googlesource.com/c/sdk/+/180605 |
Any update on this? Thx |
We should suppress the output when the compile isn't something the user asked for - e.g. where running any flutter command requires compiling flutter_tools. This could be done e.g. with an undocumented
--silent
flag that can be used by Flutter.See flutter/flutter#74366 for the current output.
The text was updated successfully, but these errors were encountered: