Skip to content
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

Add co19 tests for augmentation libraries language feature #2559

Open
sgrekhov opened this issue Mar 5, 2024 · 0 comments
Open

Add co19 tests for augmentation libraries language feature #2559

sgrekhov opened this issue Mar 5, 2024 · 0 comments
Assignees

Comments

@sgrekhov
Copy link
Contributor

sgrekhov commented Mar 5, 2024

Spec https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md

@sgrekhov sgrekhov self-assigned this Mar 5, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 5, 2024
eernstg pushed a commit that referenced this issue Mar 5, 2024
)

Add tests checking that `augment` is a built-in identifier. Note that all these tests have intentional syntax errors.
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 6, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 6, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 8, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 8, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Mar 8, 2024
2024-03-05 sgrekhov22@gmail.com dart-lang/co19#2559. Add tests checking that `augment` is a built-in identifier (dart-lang/co19#2560)
2024-03-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 4.0.0 to 4.1.0 (dart-lang/co19#2557)
2024-02-23 sgrekhov22@gmail.com dart-lang/co19#2548. Add tests for out parameter in a contrvariant position (dart-lang/co19#2555)
2024-02-22 sgrekhov22@gmail.com dart-lang/co19#2548. Add variance modifier declaration tests (dart-lang/co19#2554)
2024-02-21 sgrekhov22@gmail.com dart-lang/co19#2548. Add `out` and `inout` to built-in identifiers tests (dart-lang/co19#2553)

Change-Id: Idd8ddf54f4cd7bb04b7296068653bee336d6d193
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/356460
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
eernstg pushed a commit that referenced this issue Mar 11, 2024
Add tests for augment libraries errors
eernstg pushed a commit that referenced this issue Mar 11, 2024
Add applying augmentation library tests
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 12, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 12, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 13, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 13, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 14, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 15, 2024
eernstg pushed a commit that referenced this issue Mar 16, 2024
eernstg pushed a commit that referenced this issue Mar 25, 2024
Add augmenting types tests. Part 2
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 28, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Mar 29, 2024
eernstg pushed a commit that referenced this issue Apr 2, 2024
Add augmenting types tests. Part 6
eernstg pushed a commit that referenced this issue Apr 2, 2024
Update augmenting libraries tests according #2583
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Apr 19, 2024
2024-04-18 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting functions signature tests. Part 1 (dart-lang/co19#2613)
2024-04-18 sgrekhov22@gmail.com dart-lang/co19#2559. Mixin, enum and extension added to augmenting types tests (dart-lang/co19#2612)
2024-04-17 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting functions tests (dart-lang/co19#2611)

Change-Id: I19d7fe73c97c8a1cba47f8d953546bd68a9173a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363661
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
eernstg pushed a commit that referenced this issue Apr 19, 2024
Add augmenting functions signature tests. Part 2
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 22, 2024
eernstg pushed a commit that referenced this issue Apr 22, 2024
Add more augmenting functions tests
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 23, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 23, 2024
eernstg pushed a commit that referenced this issue Apr 24, 2024
Add augmented expression tests for getters
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 24, 2024
eernstg pushed a commit that referenced this issue Apr 24, 2024
Add augmented expression tests for setters
eernstg pushed a commit that referenced this issue Apr 24, 2024
Add more augmenting expression tests for getters
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 25, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Apr 26, 2024
2024-04-26 sgrekhov22@gmail.com Fixes dart-lang/co19#2622. Fix typo, add issue numbers (dart-lang/co19#2623)
2024-04-25 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting expression tests for setters (dart-lang/co19#2620)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting expression tests for getters (dart-lang/co19#2619)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for setters (dart-lang/co19#2618)
2024-04-24 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for getters (dart-lang/co19#2617)
2024-04-23 sgrekhov22@gmail.com dart-lang/co19#2559. Fix augmenting operators syntax (dart-lang/co19#2616)
2024-04-22 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmenting functions tests (dart-lang/co19#2615)
2024-04-19 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting functions signature tests. Part 2 (dart-lang/co19#2614)

Change-Id: I8c187cda88baa2e638f189e2a9251c479d14ad79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364502
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
eernstg pushed a commit that referenced this issue Apr 26, 2024
Add augmenting expression tests for fields
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 29, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Apr 30, 2024
eernstg pushed a commit that referenced this issue Apr 30, 2024
Make augmented expression tests stronger
eernstg pushed a commit that referenced this issue Apr 30, 2024
#2626)

Add augmenting expression tests for fields with no initializers
sgrekhov added a commit to sgrekhov/co19 that referenced this issue May 1, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue May 1, 2024
eernstg pushed a commit that referenced this issue May 1, 2024
Make more augmented expression tests stronger
eernstg pushed a commit that referenced this issue May 2, 2024
Add augmented expression tests for function
sgrekhov added a commit to sgrekhov/co19 that referenced this issue May 2, 2024
eernstg pushed a commit that referenced this issue May 2, 2024
… of getters and setters (#2633)

Add more augmented expression tests for local variables in getters and setters
sgrekhov added a commit to sgrekhov/co19 that referenced this issue May 2, 2024
eernstg pushed a commit that referenced this issue May 2, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue May 3, 2024
2024-05-03 sgrekhov22@gmail.com Fixes dart-lang/co19#2635. Use null-aware operator to invoke function via nullable variable (dart-lang/co19#2636)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmented expression tests for local variables in field initializers (dart-lang/co19#2634)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add more augmented expression tests for local variables inside of getters and setters (dart-lang/co19#2633)
2024-05-02 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmented expression tests for functions (dart-lang/co19#2630)
2024-05-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 4.1.2 to 4.1.4 (dart-lang/co19#2632)
2024-05-01 sgrekhov22@gmail.com dart-lang/co19#2559. Make more augmented expression tests stronger (dart-lang/co19#2629)
2024-05-01 sgrekhov22@gmail.com Fixes dart-lang/co19#2574. Expect an error in case of augmenting a type alias (dart-lang/co19#2627)
2024-04-30 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting expression tests for fields with no initializers (dart-lang/co19#2626)
2024-04-30 sgrekhov22@gmail.com dart-lang/co19#2559. Make augmented expression tests stronger (dart-lang/co19#2628)
2024-04-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2624. Add more extension type tests for union types (dart-lang/co19#2625)
2024-04-26 sgrekhov22@gmail.com dart-lang/co19#2559. Add augmenting expression tests for fields (dart-lang/co19#2621)

Change-Id: I8246f841afd24390742ba225e769ba881dccef9b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365261
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant