This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Support type constructors #108
Comments
lucaswerkmeister
referenced
this issue
in ceylon/ceylon-spec
Jun 3, 2015
note this change @sadmac7000 @lucaswerkmeister
lucaswerkmeister
added a commit
that referenced
this issue
Jun 3, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 4, 2015
This part of #108 actually already works, since parameters don’t have their own node type: They’re AttributeDeclarations or MethodDeclarations, and MethodDeclarations of course already support type parameters.
lucaswerkmeister
added a commit
that referenced
this issue
Jun 8, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 9, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 10, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 11, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 12, 2015
Another part of #108 that already works without having to change anything. Looks like ParameterizedException’s default walker order works for us.
lucaswerkmeister
added a commit
that referenced
this issue
Jun 14, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 14, 2015
lucaswerkmeister
added a commit
that referenced
this issue
Jun 15, 2015
This makes the test added in the previous commit work (oops!), and also generally makes sense now that we have anonymous generic functions (#108).
lucaswerkmeister
added a commit
that referenced
this issue
Aug 26, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See also ceylon/ceylon.ast#86
The text was updated successfully, but these errors were encountered: