You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ceylon 1.3.2 and the corresponding ceylon-dart plugin.
The dart backend contains a lot of code for the treatment of meta model code.
But a simple program of that sort couldn't be compiled and run.
run.ceylon:
shared void run(){
value a = `String`;
print(a);
}
compiled with command:
$ ./bin/ceylon compile-dart --src=ceylondartMeta/source first
gives:
ceylondartMeta/source/first/run.ceylon:4: warning: unsupported feature: metamodel expressions are not yet supported on the
Dart backend
value a = `String`;
^
1 warning
Note: Created module first/1.0.0
The text was updated successfully, but these errors were encountered:
welopino
changed the title
I'm suprised: "metamodel expressions are not yet supported on the Dart backend"
I'm surprised: "metamodel expressions are not yet supported on the Dart backend"
Jun 30, 2017
I am using ceylon 1.3.2 and the corresponding ceylon-dart plugin.
The dart backend contains a lot of code for the treatment of meta model code.
But a simple program of that sort couldn't be compiled and run.
run.ceylon:
compiled with command:
$ ./bin/ceylon compile-dart --src=ceylondartMeta/source first
gives:
run with command:
$ ./bin/ceylon run-dart first
The text was updated successfully, but these errors were encountered: