-
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
Add tests for constructos tear-off feature #1087
Comments
Note that the syntax is not included (at this time, at least) in the feature specification. There is a grammar update proposal here. |
iarkh
added a commit
that referenced
this issue
May 16, 2021
iarkh
added a commit
that referenced
this issue
May 24, 2021
iarkh
added a commit
that referenced
this issue
May 24, 2021
iarkh
added a commit
that referenced
this issue
May 25, 2021
iarkh
added a commit
that referenced
this issue
May 27, 2021
iarkh
added a commit
that referenced
this issue
Jun 1, 2021
iarkh
added a commit
that referenced
this issue
Jun 2, 2021
Closed
2 tasks
sgrekhov
pushed a commit
that referenced
this issue
Jun 4, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 7, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 7, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 9, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 10, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 17, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 17, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 18, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 21, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 22, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 23, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 24, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jun 25, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jul 6, 2021
…of tear-offs in a factory constructors
sgrekhov
pushed a commit
that referenced
this issue
Jul 7, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jul 27, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jul 28, 2021
sgrekhov
pushed a commit
that referenced
this issue
Jul 30, 2021
sgrekhov
pushed a commit
that referenced
this issue
Sep 14, 2021
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Sep 24, 2021
2021-09-23 irina.arkhipets@gmail.com Issue dart-lang/co19#1200: Missing Issue tags added. 2021-09-23 irina.arkhipets@gmail.com Issue dart-lang/co19#1200: Roll failures fixed for LanguageFeatures/Instantiate-to-bound tests. 2021-09-23 sgrekhov@unipro.ru Fixes dart-lang/co19#1201. Add tests that 'late' and 'required' are not reserved words 2021-09-23 sgrekhov@unipro.ru dart-lang/co19#1200. Some of the roll failures fixed 2021-09-22 sgrekhov@unipro.ru Fixes dart-lang/co19#1199. Change the way of checking of constants identity 2021-09-21 irina.arkhipets@gmail.com Issue dart-lang/co19#1189: Check for JavaScript removed because test is excluded. 2021-09-17 sgrekhov@unipro.ru Fixes dart-lang/co19#1198. Add more e<typeArgs> tests instead 2021-09-16 sgrekhov@unipro.ru dart-lang/co19#1198. Remove callable_objects_instantiation_* tests and add e<typeArgs> tests instead 2021-09-16 sgrekhov@unipro.ru Fixes dart-lang/co19#1191. Call method in mixin tests added 2021-09-15 irina.arkhipets@gmail.com Fixes dart-lang/co19#1189: tests corrected according to https://dart-review.googlesource.com/c/sdk/+/212290. 2021-09-15 sgrekhov@unipro.ru dart-lang/co19#1197. Tests for tearing-off forwarding constructors introduced by mixin application added 2021-09-15 sgrekhov@unipro.ru dart-lang/co19#1087. Syntax tests for non-trivial function object computation added Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I0ae1d3a78969339c863c5539557660106ca7622e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214380 Reviewed-by: William Hesse <whesse@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specification can be found here
The text was updated successfully, but these errors were encountered: