Skip to content

Commit ca2f68e

Browse files
Sergey G. Grekhovathomas
authored andcommitted
[co19] co19 roll b0220fc898c32d3944cb8c54cf7b78dd8c7cbadb..796f4de76de460e031bf3b20ce60a52e4ed417d9
t log b0220fc898c32d3944cb8c54cf7b78dd8c7cbadb..796f4de76de460e031bf3b20ce60a52e4ed417d9 --date=short --no-merges --format='%ad %ae %s' 2019-07-31 [email protected] Add another test for lexical resolution with conflicting extensions in a library 2019-07-31 [email protected] Fix typo and missing import added 2019-07-31 [email protected] typo corrected. 2019-07-30 [email protected] Test fixed (listEquals -> iterableEquals) 2019-07-30 [email protected] Fix description of the current extension member tests and add new ones testing that instance method has higher priority than extension's one 2019-07-30 [email protected] More built-in types added to test on clause 2019-07-30 [email protected] generic parameter inference test corrected, two new tests added. 2019-07-30 [email protected] Add test with 'call' method and no most specific extension 2019-07-30 [email protected] Change test assertion and rename 2019-07-30 [email protected] Change test description and add new one testing 'no most specific extension' case 2019-07-29 [email protected] Fix scope tests 2019-07-29 [email protected] Change all extensions in the test to not to be 'most specific' 2019-07-29 [email protected] Use more strong checking of 'this' 2019-07-29 [email protected] Check that it is no compile error if an extension declares a member with the same name as a member of the type it is declared on 2019-07-29 [email protected] new test added, it checks that extension type parameter cannot be higher-order. 2019-07-29 [email protected] test extension is appliedes expected. 2019-07-29 [email protected] Use correct checkings 2019-07-29 [email protected] Use correct functions call 2019-07-29 [email protected] Use correct functions call 2019-07-29 [email protected] test expectations corrected. 2019-07-29 [email protected] Remove NNBD tests 2019-07-29 [email protected] Obsolete text removed from the test description 2019-07-29 [email protected] Use correct function type 2019-07-29 [email protected] Use correct function type 2019-07-29 [email protected] Use string interpolation 2019-07-27 [email protected] got rid of higher order type variables. 2019-07-27 [email protected] test check a parameter of unrelated type now; new test with implicit downcast added. 2019-07-27 [email protected] expected result of the test corrected. 2019-07-27 [email protected] more informative test description added. 2019-07-27 [email protected] typo corrected. 2019-07-27 [email protected] the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. 2019-07-27 [email protected] the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. 2019-07-27 [email protected] the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. 2019-07-26 [email protected] Add another tests with a call getter returning a function 2019-07-25 [email protected] positive test case for the conflicting resolutions added, there should not be errors if members are not called directly. 2019-07-25 [email protected] add a reference to the conflicting extensions. 2019-07-24 [email protected] Use correct syntax for unnamed extension with type parameters 2019-07-24 [email protected] Use correct syntax for unnamed extension with type parameters 2019-07-24 [email protected] type parameters follow extension names now. 2019-07-24 [email protected] Use instance variable, not a class for testing 2019-07-24 [email protected] Fix typo (boolean -> bool) 2019-07-24 [email protected] typo in the test corrected. 2019-07-24 [email protected] "on" clause added to the tested extensions. 2019-07-23 [email protected] typo in the test corrected. 2019-07-23 [email protected] tests for Semantics of Invocations (Static extension methods)added. 2019-07-23 [email protected] tests for Semantics of Invocations (Static extension methods)added. 2019-07-23 [email protected] Semantics of extension members tests added 2019-07-23 [email protected] Object methods test added 2019-07-23 [email protected] tests for Static Members and Member Resolution (Static extension methods) 2019-07-22 [email protected] tests for overriding access in extension methods added. 2019-07-22 [email protected] removed needless @compile-error tags. 2019-07-22 [email protected] added "on" clause to the extension declarations. 2019-07-22 [email protected] Static extension methods. Member conflict resolution tests added 2019-07-22 [email protected] getter calls corrected. 2019-07-22 [email protected] expected results of the test cases corrected. 2019-07-22 [email protected] Typo fixed 2019-07-22 [email protected] Remove wrong type argument 2019-07-22 [email protected] typo in the getter corrected. 2019-07-22 [email protected] Typo fixed (Void -> void) 2019-07-22 [email protected] Typo fixed 2019-07-19 [email protected] Static extension methods. Member conflict resolution test added 2019-07-18 [email protected] Extension static methods acess fixed 2019-07-18 [email protected] Tearoff tests added and fixed 2019-07-18 [email protected] More tearoff tests 2019-07-17 [email protected] Tearoff tests added and small fixes 2019-07-15 [email protected] added tests for overriding access in the static extension methods. 2019-07-15 [email protected] The call member tests added 2019-07-12 [email protected] tests for extension conflict resolution added. 2019-07-10 [email protected] tests for extension conflict resolution added. 2019-07-04 [email protected] tests for static extension methods added: extension conflict resolution. 2019-07-04 [email protected] More extension member resolution tests 2019-07-03 [email protected] Typo in test fixed 2019-07-02 [email protected] Extension member resolution tests added 2019-07-02 [email protected] Covariant parameters test added 2019-07-02 [email protected] Typo in multitest fixed 2019-07-01 [email protected] tests for static extension methods added (generic parameter interfaces and extension conflict resolution) 2019-07-01 [email protected] Fixes Test for scope completed 2019-07-01 [email protected] Fixes Another tests for Scope added 2019-06-28 [email protected] Test scope added 2019-06-28 [email protected] Ommited extension name test added 2019-06-27 [email protected] tests for generic parameter inference added. 2019-06-27 [email protected] Tests for syntax scope added 2019-06-26 [email protected] tests for the issues 32903, 34560 added, some typos fixed. 2019-06-26 [email protected] Issue number added to flaky test 2019-06-26 [email protected] Member declaration tests added 2019-06-24 [email protected] More tests for Static extension methods syntax 2019-06-24 [email protected] Added tests for Static extension methods syntax 2019-06-24 [email protected] moved tests for triple-shift into LanguageFeatures/Triple-shift directory. 2019-06-21 [email protected] Name and value are mandatory for Cookie now. Also value check added 2019-06-19 [email protected] Add more NNBD static semantics tests 2019-06-18 [email protected] RGBA and UNSIGNED_BYTE constants were moved to WebGL class. Use them 2019-06-18 [email protected] Use approxEquals for math functions with tolerance 1-e15 2019-06-18 [email protected] Old multitest syntax replaced by new one 2019-06-17 [email protected] Initial commit. Tests for NNBD static errors 2019-06-17 [email protected] Revert "Initial commit. Tests for NNBD static errors" 2019-06-17 [email protected] Initial commit. Tests for NNBD static errors 2019-06-17 [email protected] added static tests for non-function type aliases with simple bounds. Useless @compile-error tags removed. 2019-06-17 [email protected] added dynamic tests for non-function type aliases with simple bounds. 2019-06-14 [email protected] Remove invalid use null from Language tests Change-Id: I83d5ded8bc97a1b0bf3e8f19af401ae5283411f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111722 Reviewed-by: Alexander Thomas <[email protected]>
1 parent c0f23ce commit ca2f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ vars = {
3636
"chromium_git": "https://chromium.googlesource.com",
3737
"fuchsia_git": "https://fuchsia.googlesource.com",
3838

39-
"co19_2_rev": "b0220fc898c32d3944cb8c54cf7b78dd8c7cbadb",
39+
"co19_2_rev": "796f4de76de460e031bf3b20ce60a52e4ed417d9",
4040

4141
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
4242
# should be kept up to date with the revisions pulled by the Flutter engine.

0 commit comments

Comments
 (0)