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 :)
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!
If anyone could give me a hand here eclipse/ceylon#7460 we could finish before end of march
I just pick a commit on the _old/master branch straight from github and review it, right? And then put the info in the list, like every other commit that has already been reviewed there, right? Does it require me some specific knowledge? I believe it would get me a certain amount of time anyway
!
as when I'm not sure what is there and is it introducing backward compatiblity break. Most of commits are readable if You know Java. Dev team also made most of them obvious through the commit message and metadata on github tickets with labels and description.