Add script to remove experiments from tests when they have launched.#1781
Add script to remove experiments from tests when they have launched.#1781
Conversation
|
(Will format and remove unused members on Monday.) |
|
Turns out the |
d8dc658 to
c98e937
Compare
|
I think this can be landed. PTAL. |
|
Ping @munificent |
|
(Have we considered moving this package into the Dart SDK repo, so we can more easily keep them in sync?) |
munificent
left a comment
There was a problem hiding this comment.
This is really cool! But I think it also re-invents some stuff that would be easier to reuse: arg parsing, test file parsing, and version comparison.
|
Uses I needed to add output-functionality to PTAL. |
40d4afb to
487b8da
Compare
Add separate parse and unparse functions.
487b8da to
a6a022f
Compare
a6a022f to
54e3e18
Compare
(TODO: Preserve escapes in source.)
Re: #1779 (comment)
I made a script to remove experiments from tests, and update the min-SDK version.
I haven't figured out how to find the matching analyzer package and update that in pubspec as well.
May need to run
dart pub upgradeafter running this script, or manually updating the analyzer packageto a version that supports the new language version without experiment flags.