Make a test that checks the versions that `ceylon.language` returns
See original GitHub issueThis release we had the problem that the info returned by ceylon.language
was incorrect. This is because both the language class and the tests must be manually updated. If you forget one, you are bound to forget the other too and therefore the tests seem to work just fine.
So we need a test that checks those values against the real values. For example on the JVM backend we need to check them against the values in Versions.java
. I’m not sure what we could do on the JS side. Any ideas @chochos ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How we test Ceylon
So we have tests that try to compile a small Ceylon file, typically one per feature, and then we compare the Java code...
Read more >The Ceylon Language
Ceylon is a general-purpose programming language featuring a syntax similar to Java and C#. It is imperative, statically-typed, block-structured, object- ...
Read more >ceylon/README.md at master · eclipse/ceylon - GitHub
The Ceylon compiler, language module, and command line tools - ceylon/README.md ... you want to build and test the runtime return to ceylon-runtime...
Read more >Trying out Ceylon - Part 1
I have a JVLT file which I created while attending a foreign language ... The Ceylon SDK has a test module and the...
Read more >Eclipse Ceylon
ceylon -typechecker (compiler front-end), which includes the parser, AST and type-checker · ceylon-model: describes a type-checked Ceylon program (this is what ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ah right! The test is not done on the other backend, sorry.
ok to close now @quintesse ?