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 :)
Let's consider a couple harsh realities:
We have extremely limited development resources, so ideas that require a lot of work just aren't practical right now
The reason to support both com.redhat
and org.eclipse
binaries would be to spend extra effort right now to plan for a day that we might drop compatibility and migrate fully to org.eclipse
. But frankly, I don't see that day coming, and that's especially true if we never get a maintenance release out due to being bogged down by these issues
com.redhat
, with the hope that this will be ok with RedHat and Eclipse
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!