-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement augmentations #56101
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
Comments
@itsjustkevin, this implementation issue is needed because some work is ongoing in order to implement augmentations, and there's a need to have an issue number when approving tests that aren't yet working. Do you have a well-established way to generate all the subtasks? |
Summary: This issue proposes adding a new feature called "augmentations" to the Dart language. The goal is to implement this feature and make it available to users. |
Sorry @eernstg been a bit out of the loop. I previously used https://github.com/itsjustkevin/flutter_release_scripts/blob/main/languageFeatures.js which is now broken and needs to be rewritten as a Dart CLI as I have been adding more and more scripts. Will manually add these features and update the script when I have some time. Will the feature name be: Augment, Augmentations...? |
Hi @itsjustkevin, thanks for looking into this! The feature is currently covered by @johnniwinther, @srawlins, WDYT? Should we use It sounds like the scheduling is good because we can choose the experiment flag and the broken script issue in parallel, and then proceed when everybody is ready. ;-) @sgrekhov, would this approach fit in with the management of experiment flags in co19 tests about augmentations? |
Yes. I support the idea of having separate flags for the each feature. No problem for me to update the flags. |
I think everybody wants separate flags. @johnniwinther, did you already create the augmentation related flag in some ongoing CL, or did I get that wrong? |
I haven't created any flags. I'd also like for the "enhanced parts" to have its own flag FWIW. |
And "enhanced parts" would be the name of the feature that generalizes part files to support imports? We could have this:
The addition of the required information in @johnniwinther, WDYT? I think we might as well just add them as soon as possible. |
SGTM |
I can see that #56101 has been created to be the implementation issue for augmentations, so I'll close this issue. |
This issue tracks the implementation of the augmentations feature.
Update: Closing this issue. Please see #56150 which has been created to be the implementation issue for augmentations. It contains links to all the subtasks. Also: Please use #56150 rather than this issue in language test failure approvals.
The text was updated successfully, but these errors were encountered: