-
Notifications
You must be signed in to change notification settings - Fork 127
Change command line flag allow-tools default to false #1986
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update the flutter doc script (in flutter/flutter/dev/tools/dartdoc.dart)?
CHANGELOG.md
Outdated
@@ -1,3 +1,6 @@ | |||
## 0.28.4-dev | |||
* **Breaking change** The `allow-tools` command line flag defaults to false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the default for the '--allow-tools' command-line flag to false.
?
Yes, will update the flutter script before publishing a new version. Flutter does pull in only published versions, right? |
Yes, and I believe they use only explicit versions (the version number is referenced in the script). |
Does this also disallow enabling |
It doesn't, but it should like that is something we'd like to do. I'll open an issue to track; PRs welcome for it as well. |
The only way to set |
Ah - that was unclear to me. Thanks! |
No description provided.