ceylon icon indicating copy to clipboard operation
ceylon copied to clipboard

The Ceylon compiler, language module, and command line tools

Results 100 ceylon issues
Sort by recently updated
recently updated
newest added

When my engineering team at the company I work for recently discussed which programming language to use for future projects, I brought Ceylon onto the table (other candidates were Kotlin,...

Bumps [json-smart](https://github.com/netplex/json-smart-v1) from 1.3.1 to 1.3.3. Release notes Sourced from json-smart's releases. fix ArrayIndexOutOfBoundsException bug No release notes provided. v1.3.2 CVE-2021-27568 fixed. Commits 2015eed V1.3.3 78b6e08 Create README.md c9c5361 prepare...

dependencies

Hello, the class org.eclipse.ceylon.compiler.java.language.SerializationProxy allows to build a very simple deserialization gadget. I'm about to submit a merge request to ysoserial (https://github.com/frohoff/ysoserial), see here: https://github.com/supersache/ysoserial/commit/a65671e06dcec9f72e57dbccd422837e1c33249d. If someone does java.io.ObjectInputStream.readObject() on...

I have been trying to compile the Ceylon program on my Ubuntu 18.04 machine. Unfortunately I have not been very successful in that. I am using JDK 1.8.0_252. The compiler...

Bumps httpclient from 4.3.2 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.2&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

There are a few stack overflows for code of the following forms: ``` Anything a = [1, 2, ..., 2000]; ``` and ``` Anything a = {1, 2, ..., 2000};...

t-bug
m-typechecker

I came across the [SOIL-initiative](http://soil-initiative.org/) which aims to create a Single Open Intermediate Language. I believe perhaps if there is a collaboration with this initiative it might benefit also.

The following code fails to compile with a backend error, which the caret points at the start of `Correspondence` in the offending line: ```ceylon interface SomeInterface {} interface BaseType {...

Lately this requirement has been introduced, from this time we need to include settings.xml into .m2 or setup each ceylon project separately to override defualt ceylon module resolver url of...

This issue hold information on what has been reviewed and needs to be reviewed before 1.4.0 release can happen. To contribute take a commit from list located below refering to...