Skip to content
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

Request: dart run --resident --quiet (or similar) #56865

Open
matanlurey opened this issue Oct 7, 2024 · 2 comments
Open

Request: dart run --resident --quiet (or similar) #56865

matanlurey opened this issue Oct 7, 2024 · 2 comments
Assignees
Labels
area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-compilation-server P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug

Comments

@matanlurey
Copy link
Contributor

I love the functionality in dart run --resident, it replaces so much hand-rolled scripts and logic for trying to build and invalidate a snapshot. There is one downside - it is a (little) noisy, and adds messages about starting (and shutting down) a Dart resident server.

I would love a --resident --quiet mode that, unless there is some sort of catastrophic scenario, acts identically to if I would have not passed --resident.

@dart-github-bot
Copy link
Collaborator

Summary: The user requests a --quiet option for dart run --resident to suppress messages about starting and shutting down the resident server, making it behave more like a regular dart run execution.

@dart-github-bot dart-github-bot added area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug labels Oct 7, 2024
@ykmnkmi
Copy link
Contributor

ykmnkmi commented Oct 8, 2024

Or add a verbose level option.

@bkonyi bkonyi added P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team labels Oct 8, 2024
@lrhn lrhn removed the triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-compilation-server P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

6 participants