-
Notifications
You must be signed in to change notification settings - Fork 110
Patch internal cases, bump. #191
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.
Would be good if the commit message has more detail
| var contentBuffer = new StringBuffer(); | ||
| // Don't output useless files. | ||
| // | ||
| // NOTE: It is important to do this check _before_ checking for valid |
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.
Would prefer if this was protected by a test rather than a comment. Can you file an issue so we can followup later?
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.
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.
Make it so
|
@matanlurey – were you going to publish? |
|
I'm trying to land .9 with patches still - once I do we can release .10. That way we don't need a .11 if I missed something :) |
|
You're a wise man...
…On Tue, Jun 27, 2017 at 8:17 AM, Matan Lurey ***@***.***> wrote:
I'm trying to land .9 with patches still - once I do we can release .10.
That way we don't need a .11 if I missed something :)
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#191 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABCitT3lFV1h3zlInfCstz1gMGHGLeDks5sIRz9gaJpZM4OGBz6>
.
|
The changes in
builder.dartspecifically were required to land internally.