-
Notifications
You must be signed in to change notification settings - Fork 127
update nnbd branch from master #2769
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* more specific imports in options * do not allow autoinitialization * dartfmt * parameterize the valueWithContext type * Use alternative constructors instead of externalizing, didn't realize the autodetect was so widely used * more subclasses
…rt-lang#2752) * Disable one of the template checks? and add beta branch for testing * beta is the new stable * empty commit - force check reset
Co-authored-by: Janice Collins <[email protected]>
* Prepare for dartdoc 2.0.0 * Update changelog for additional bugfix
* Initial implementation of constructor tearoff support * Move older experiments out now that the beta branch exists * initial review comments
* Update analyzer to 2.1.0 and avoid direct use of pub * fix windows execution * review comments
…art-lang#2765) * Delete the lookup code itself * obliterate all the 'everything' tables that supported the old lookup code * dartfmt
* partial * Delete the lookup code itself * obliterate all the 'everything' tables that supported the old lookup code * dartfmt * dartfmt * revert erroneous/non-working const stuff for a later PR * Remove some broken tests and tweak the grinder slightly
srawlins
approved these changes
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think squashing and merging last time caused git to forget that I had merged some PRs previously so it created unnecessary conflicts. Will avoid squashing and merging to branch this time.