Ceylon Migration Bot

Results 6 issues of Ceylon Migration Bot

[@lucaswerkmeister] I thought I’d open a dedicated issue for @gavinking’s suggestion [here](https://github.com/ceylon/ceylon.language/pull/424#issuecomment-43047408): > I would like to have a system based on annotations that produces `equals()` and `hash` at once....

m-typechecker
t-feature

[@FroMage] I'd like to be able to switch on more than just literals, for example constants, like Java enums. Currently we can only switch on types or literals, but that's...

m-typechecker
t-improvement

[@FroMage] I'd like us to relax grammar rules concerning end commas and allow optional trailing commas: ``` java class Foo(A a, B b, C c, ){ value seq = {...

m-typechecker
t-improvement
s-request for feedback

[@luolong] Type functions are implemented as an experimental unofficial feature on js backend, but much of the work I do is mostly on JVM and I would love to experiment...

m-compiler-java
t-feature

[@pthariensflame] See #3987 for the discussion that led to this issue. [Migrated from ceylon/ceylon-spec#883]

t-discussion

## [@gavinking] Scope The purpose of this proposal is to allow the definition of operations which: - conceptually belong to a type, but may be called without an instance of...

c-basic language
m-typechecker
t-feature
s-request for feedback