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

[Enum Shorthands] Add co19 tests for "static access shorthand" feature #2976

Closed
Tracked by #57036 ...
sgrekhov opened this issue Nov 13, 2024 · 2 comments
Closed
Tracked by #57036 ...
Assignees

Comments

@sgrekhov
Copy link
Contributor

Specification https://github.com/dart-lang/language/blob/main/working/3616%20-%20enum%20value%20shorthand/proposal-simple-lrhn.md

@sgrekhov sgrekhov self-assigned this Nov 13, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Nov 21, 2024
eernstg pushed a commit that referenced this issue Nov 25, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Nov 26, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Nov 27, 2024
2024-11-25 [email protected] Fixes dart-lang/co19#2994. Fix a typo in type_void_A06_t11.dart (dart-lang/co19#2995)
2024-11-25 [email protected] dart-lang/co19#2559. Fix wrong assertion text in augmenting_constructors_A18_*.dart (dart-lang/co19#2993)
2024-11-25 [email protected] dart-lang/co19#2976. Add grammar tests (dart-lang/co19#2990)
2024-11-25 [email protected] Fixes dart-lang/co19#2991. Fix typos and separate tests with `external` (dart-lang/co19#2992)
2024-11-25 [email protected] dart-lang/co19#2559. Update assertions for some Augmenting libraries tests (dart-lang/co19#2989)
2024-11-21 [email protected] dart-lang/co19#2119. Update assertion texts in Wildcards tests (dart-lang/co19#2981)
2024-11-20 [email protected] dart-lang/co19#2956. Add more type `void` and `dynamic` tests (dart-lang/co19#2987)
2024-11-20 [email protected] dart-lang/co19#2979. Update existing and add new tests checking nnbd static errors (dart-lang/co19#2984)
2024-11-20 [email protected] dart-lang/co19#2979. Fix CFE failures in nnbd weak-mode tests (dart-lang/co19#2988)
2024-11-19 [email protected] dart-lang/co19#2956. Update and rename existing tests for type `void` (dart-lang/co19#2978)
2024-11-19 [email protected] dart-lang/co19#2559. Update assertions in some Augmenting libraries tests (dart-lang/co19#2986)
2024-11-19 [email protected] Fixes dart-lang/co19#2983. Change expected error in generic_parameter_inference_A01_t05.dart (dart-lang/co19#2985)
2024-11-18 [email protected] dart-lang/co19#2979. Update NNBD static errors tests. Part 2 (dart-lang/co19#2982)
2024-11-15 [email protected] dart-lang/co19#2979. Update NNBD static errors tests (dart-lang/co19#2980)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: Ib1dcad2edfa7c6fdd996c6db94173bec91e68368
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397340
Commit-Queue: Alexander Thomas <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
eernstg pushed a commit that referenced this issue Nov 28, 2024
eernstg pushed a commit that referenced this issue Nov 29, 2024
Add more grammar, semantics and type inference test
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Dec 1, 2024
2024-11-28 [email protected] dart-lang/co19#2976. Update assertion texts according to the new spec (dart-lang/co19#3000)
2024-11-28 [email protected] dart-lang/co19#2119. Add issue number to other_declarations_A04_t07.dart (dart-lang/co19#3001)
2024-11-28 [email protected] dart-lang/co19#2976. Add semantics tests (dart-lang/co19#2998)
2024-11-27 [email protected] Fixes dart-lang/co19#2996. Update CFE expected errors locations (dart-lang/co19#2999)
2024-11-25 [email protected] dart-lang/co19#2559. Add extension types and enums to augmenting constructors test. Part 2. (dart-lang/co19#2972)
2024-11-25 [email protected] dart-lang/co19#2956. Add more type `void` tests (dart-lang/co19#2997)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: I858dbf6908fe32f38a401ce4ebfe120e064de4aa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398160
Reviewed-by: Alexander Thomas <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 2, 2024
@kallentu
Copy link
Member

kallentu commented Dec 2, 2024

Added this to the enum shorthands project.
Thanks for working on this @sgrekhov .

@kallentu kallentu changed the title Add co19 tests for "static access shorthand" feature [Enum Shorthands] Add co19 tests for "static access shorthand" feature Dec 2, 2024
eernstg pushed a commit that referenced this issue Dec 4, 2024
…3003)

Add grammar, semantics and type inference test for constants
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 4, 2024
eernstg pushed a commit that referenced this issue Dec 5, 2024
Add more type inference tests
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 5, 2024
eernstg pushed a commit that referenced this issue Dec 6, 2024
Add type inference tests. Part 2
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Dec 9, 2024
2024-12-06 [email protected] Fixes dart-lang/co19#3008. Rewrite type_inference_A01_t06.dart to get the context type _ (dart-lang/co19#3009)
2024-12-06 [email protected] Fixes dart-lang/co19#3006. Fix a typo in type_inference_A01_t06.dart (dart-lang/co19#3007)
2024-12-06 [email protected] dart-lang/co19#2976. Add type inference tests. Part 2 (dart-lang/co19#3005)
2024-12-05 [email protected] dart-lang/co19#2976. Add more type inference tests (dart-lang/co19#3004)
2024-12-04 [email protected] dart-lang/co19#2976. Add grammar, semantics and type inference test for constants (dart-lang/co19#3003)
2024-11-29 [email protected] dart-lang/co19#2976. Add more grammar, semantics and type inference test (dart-lang/co19#3002)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: Ie10a17900bc7d61d4f9288d3e3d2f359eca4f1d9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399400
Commit-Queue: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 19, 2024
eernstg pushed a commit that referenced this issue Dec 19, 2024
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Dec 20, 2024
2024-12-19 [email protected] dart-lang/co19#2976. Add equality tests. Part 1. (dart-lang/co19#3021)
2024-12-19 [email protected] dart-lang/co19#2559. Add more augmented expression tests for class-like declarations (dart-lang/co19#3019)
2024-12-18 [email protected] Fix Finalizer_A01_t04.dart test (dart-lang/co19#3020)
2024-12-18 [email protected] dart-lang/co19#2559. Fix metadata tests (dart-lang/co19#3018)
2024-12-17 [email protected] dart-lang/co19#2559. Add metadata tests. Part 1. (dart-lang/co19#3017)
2024-12-16 [email protected] dart-lang/co19#2559. Add more augmented expression tests (dart-lang/co19#3016)
2024-12-16 [email protected] dart-lang/co19#2559. Add tests for reserved word `augmented` in constructors. Part 2. (dart-lang/co19#3015)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: Idf2d4813fdca6d4107ee17d508cf5f8b27b1b4ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401882
Commit-Queue: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 20, 2024
eernstg pushed a commit that referenced this issue Dec 20, 2024
Add more tests for shorthand equality
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 23, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 24, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 25, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 26, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 27, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Dec 30, 2024
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 3, 2025
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 6, 2025
eernstg pushed a commit that referenced this issue Jan 6, 2025
eernstg pushed a commit that referenced this issue Jan 8, 2025
Add constant expressions tests.Part 2.
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 8, 2025
eernstg pushed a commit that referenced this issue Jan 8, 2025
Add constant expressions tests.Part 3.
eernstg pushed a commit that referenced this issue Jan 9, 2025
Add grammar tests for shorthand with different operators
eernstg pushed a commit that referenced this issue Jan 9, 2025
Add constant expressions tests
eernstg pushed a commit that referenced this issue Jan 10, 2025
Add constant expressions tests. Part 4.
eernstg pushed a commit that referenced this issue Jan 10, 2025
Add more grammar tests. Note that many of these tests contain intentional syntax errors..
eernstg pushed a commit that referenced this issue Jan 10, 2025
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Jan 10, 2025
2025-01-10 [email protected] Fixes dart-lang/co19#3039. Fix the new roll failures (dart-lang/co19#3040)
2025-01-10 [email protected] dart-lang/co19#2976. Add constant expressions tests. Part 4. (dart-lang/co19#3037)
2025-01-09 [email protected] dart-lang/co19#2976. Add constant expressions tests (dart-lang/co19#3024)
2025-01-09 [email protected] Fixes dart-lang/co19#3030. Add additional test checking non const in a const constructor initializer list (dart-lang/co19#3036)
2025-01-09 [email protected] dart-lang/co19#2976. Add grammar tests for shorthand with different operators. (dart-lang/co19#3027)
2025-01-08 [email protected] Fixes dart-lang/co19#3028. Add tests for mixin application constant constructor (dart-lang/co19#3032)
2025-01-08 [email protected] dart-lang/co19#2976. Add constant expressions tests.Part 3. (dart-lang/co19#3026)
2025-01-08 [email protected] dart-lang/co19#2976. Add constant expressions tests.Part 2. (dart-lang/co19#3025)
2025-01-06 [email protected] dart-lang/co19#2976. Add more equality tests (dart-lang/co19#3023)
2025-01-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/setup-java from 4.5.0 to 4.6.0 in the github-actions group (dart-lang/co19#3033)
2024-12-20 [email protected] dart-lang/co19#2976. Add more tests for shorthand equality (dart-lang/co19#3022)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: Ic8becbc8de5c560f3e9294a47d727442df7c733f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403982
Reviewed-by: Erik Ernst <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 13, 2025
eernstg pushed a commit that referenced this issue Jan 14, 2025
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 15, 2025
eernstg pushed a commit that referenced this issue Jan 15, 2025
…sions (#3047)

Add more tests for records, factories and parenthesized expressions
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jan 16, 2025
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Jan 17, 2025
2025-01-17 [email protected] Fixes dart-lang/co19#3044. Update expected errors positions for CFE (dart-lang/co19#3046)
2025-01-15 [email protected] dart-lang/co19#2976. Add more tests for records, factories and parenthesized expressions (dart-lang/co19#3047)
2025-01-15 [email protected] dart-lang/co19#2119. Actualize nnbd/static_errors_A12* description (dart-lang/co19#3048)
2025-01-14 [email protected] Fixes dart-lang/co19#3029. Add more tests for constants (dart-lang/co19#3045)
2025-01-14 [email protected] dart-lang/co19#2976. Add patterns tests (dart-lang/co19#3031)
2025-01-13 [email protected] dart-lang/co19#2976. Add more operators tests (dart-lang/co19#3043)
2025-01-13 [email protected] dart-lang/co19#3030. Add tests constants tests for String.length (dart-lang/co19#3041)
2025-01-13 [email protected] Fixes dart-lang/co19#3038. Read link to finalized object to avoid early finalization (dart-lang/co19#3042)
2025-01-10 [email protected] dart-lang/co19#2976. Add non-ambiguity tests (dart-lang/co19#3034)
2025-01-10 [email protected] dart-lang/co19#2976. Add more grammar tests (dart-lang/co19#3035)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: I9feb50a33b33e85dc017d0d47829502d4f631ac7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405001
Reviewed-by: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Commit-Queue: Erik Ernst <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
eernstg pushed a commit that referenced this issue Jan 17, 2025
@sgrekhov
Copy link
Contributor Author

Closing as completed

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

2 participants