question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make a test that checks the versions that `ceylon.language` returns

See original GitHub issue

This 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:open
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
chochoscommented, Nov 28, 2016

ah right! The test is not done on the other backend, sorry.

0reactions
chochoscommented, Nov 28, 2016

ok to close now @quintesse ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found