ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

Import Ceylon 1.3.3 dependencies #144

Closed jvasileff closed 7 years ago

lucaswerkmeister commented 7 years ago

Why? I don’t think this makes a lot of sense while we haven’t bumped the ceylon.ast version numbers yet.

jvasileff commented 7 years ago

Why not? It's not customary to use, for example, a prerelease of Java 9 when developing a library or app that will run on Java 9, once Java 9 is released. Why would you? And, in fact, using the released version of Java 9 has the huge advantage of testing against what users will actually use.

The snapshot versions might work for you, but I don't have all of the snapshot dependencies installed, and it's a major hassle to install them all on all of my computers and build servers. Ceylon's lack of version resolution makes this situation particularly difficult.

lucaswerkmeister commented 7 years ago

Yeah, alright, good point.

jvasileff commented 7 years ago

Thanks!

lucaswerkmeister commented 7 years ago

No, thank you ;)