-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update Variables and Local Variable declaration according to spec #2145
Labels
type-enhancement
A request for a change that isn't a bug
Comments
Right, these updates are quite substantial. The changes are the null safety related, so there should not be anything new for tests that are already targeting the language at a version where null safety has been introduced. However, it would certainly be valuable to get an extra pair of eyes on the specification and the actual tool behavior, such that we can detect ways in which they disagree, if any. ;-) |
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 21, 2023
eernstg
pushed a commit
that referenced
this issue
Jul 26, 2023
Add more tests for variables. Note that Language/Classes/Instance_Variables/constant_t01.dart, Language/Variables/covariant_t01.dart, Language/Variables/static_variable_t02.dart have syntax errors intentionally.
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Jul 31, 2023
2023-07-28 [email protected] dart-lang/co19#2142. Fix typo (dart-lang/co19#2155) 2023-07-26 [email protected] dart-lang/co19#2149. Fix new errors due to changes with the constant evaluator (dart-lang/co19#2152) 2023-07-26 [email protected] dart-lang/co19#2145. Add more tests for Variable (dart-lang/co19#2146) 2023-07-25 [email protected] dart-lang/co19#2142. Add syntax tests (dart-lang/co19#2148) Change-Id: I6ee222b74fc092d93a1b76d35d89a008a97056be Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316590 Commit-Queue: William Hesse <[email protected]> Reviewed-by: William Hesse <[email protected]>
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 29, 2023
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 29, 2023
…al variable declaration tests
eernstg
pushed a commit
that referenced
this issue
Aug 29, 2023
…le declaration tests (#2241) Update assertions and descriptions in the current Local variable declaration tests.
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 31, 2023
eernstg
pushed a commit
that referenced
this issue
Aug 31, 2023
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Sep 1, 2023
eernstg
pushed a commit
that referenced
this issue
Sep 1, 2023
…2240) Update variable tests according to the current spec. Part 2
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Sep 2, 2023
eernstg
pushed a commit
that referenced
this issue
Sep 4, 2023
Rename Local Variable declaration tests. Delete duplicates.
eernstg
pushed a commit
that referenced
this issue
Sep 4, 2023
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Sep 4, 2023
2023-09-04 [email protected] dart-lang/co19#2145. Fix roll failure (LateInitializationError) (dart-lang/co19#2257) 2023-09-04 [email protected] dart-lang/co19#2145. Add more local variable declaration tests (dart-lang/co19#2254) 2023-09-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.5.3 to 3.6.0 (dart-lang/co19#2256) 2023-09-01 [email protected] dart-lang/co19#2213. Fix stack trace comparison (dart-lang/co19#2255) 2023-09-01 [email protected] dart-lang/co19#2145. Update variables tests according to the current spec. Part 2 (dart-lang/co19#2240) 2023-08-31 [email protected] dart-lang/co19#2242. Add LFCR line ending test (dart-lang/co19#2251) 2023-08-31 [email protected] dart-lang/co19#2145. Rename Local Variable declaration tests. Delete duplicates (dart-lang/co19#2252) 2023-08-30 [email protected] dart-lang/co19#2242. Add line endings tests (dart-lang/co19#2250) 2023-08-30 [email protected] Fixes dart-lang/co19#2245. Fix expectations in static_analysis_extension_types_A24_t02.dart (dart-lang/co19#2248) 2023-08-30 [email protected] dart-lang/co19#2242. Change CRLF line endings to LF (dart-lang/co19#2249) 2023-08-30 [email protected] Fixes dart-lang/co19#2244. Fix typo in dynamic_semantics_member_invocation_A01_t02.dart (dart-lang/co19#2247) 2023-08-30 [email protected] Fixes dart-lang/co19#2243. Remove duplicated constructors (dart-lang/co19#2246) 2023-08-29 [email protected] dart-lang/co19#2145. Update assertions and descriptions in the current Local variable declaration tests (dart-lang/co19#2241) 2023-08-25 [email protected] Fixes dart-lang/co19#2235. Add missing operator tests (dart-lang/co19#2239) 2023-08-25 [email protected] dart-lang/co19#2119. Code format and description update in operator tests (dart-lang/co19#2238) Change-Id: I5aeac05c1aa4cbaa0762ce4f23c1ee916d1006a1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/324040 Reviewed-by: Alexander Thomas <[email protected]>
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jan 21, 2025
eernstg
pushed a commit
that referenced
this issue
Jan 27, 2025
#3052) Update existing "Evaluation of Implicit Variable Getters" tests
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Jan 31, 2025
2025-01-29 [email protected] dart-lang/co19#3054. Add covariant parameters tests (dart-lang/co19#3059) 2025-01-29 [email protected] dart-lang/co19#3054. Existing tests renamed to Instance Method Closurization (dart-lang/co19#3058) 2025-01-27 [email protected] dart-lang/co19#2162. Add static member and non-redirecting factory constructor conflict test (dart-lang/co19#3056) 2025-01-27 [email protected] dart-lang/co19#2145. Update existing "Evaluation of Implicit Variable Getters" tests (dart-lang/co19#3052) 2025-01-24 [email protected] dart-lang/co19#2138. Add more tests for `call` method/getter (dart-lang/co19#3053) 2025-01-24 [email protected] dart-lang/co19#2162. Add more constructor vs. static member conflict tests (dart-lang/co19#3055) 2025-01-17 [email protected] dart-lang/co19#2976. Add more tests for nullable and FutureOr types (dart-lang/co19#3050) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: Ibeafe23be5d8b913db4e83b23f3820cafc3802ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406940 Reviewed-by: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Variables and Local Variable declaration sections of the specification were updated. See dart-lang/language@af27cfb. Need to update co19 tests accordingly
The text was updated successfully, but these errors were encountered: