Welcome to the developer’s discussion channel for the Ceylon programming language. This is where we yell at each other when things are broken again; while it’s a public channel, we consider it more internal than ceylon/user, and won’t control our speech as much here. Enter with caution :)
com.redhat
name simply can't be used (even along side org.eclipse
), then the Eclipse Foundation will effectively be forcing the compatibility break and putting a stop to a maintenance release. The thing is, I have no idea if that is a concern of theirs or not.
ant publish
, ant test
, and the like, as in the readme https://github.com/eclipse/ceylon-sdk
1.3.3
compatible code - the master
branch is not compatible
_old/1.3.3-branching
should probably work
ceylon compile
and ceylon test
should work.
ceylon.test
. The rest are just standalone modules that happen to use the ceylon
namespace.
!
can You check them I don't seem to understand everything there. I'm in 1/3 of the list...
https://github.com/eclipse/ceylon/blob/master/dist/BUILD.md
but trying to clone the repository I'm having this errorerror: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
@fill0llif try cloning using git protocol:
https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining
It worked, thanks!