ceylon / ceylon-runtime

DEPRECATED
24 stars 5 forks source link

`ceylon run --compile=check` shows wrong error if the module descriptor couldn't be compiled #66

Closed quintesse closed 10 years ago

quintesse commented 10 years ago

If you try to run ceylon run --compile=check try.ceylon you get an error about the module not being found in any of the repositories instead of the compile errors about try you should be getting.

djadmin commented 10 years ago

ceylon run --compile=check try.ceylon still throws module not found. Can you please look into it? Thanks

quintesse commented 10 years ago

Are you really really absolutely sure you've updated all the code and are running the latest version of everything? This was definitely fixed.