Ceylon Migration Bot
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....
[@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...
[@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 = {...
[@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...
[@pthariensflame] See #3987 for the discussion that led to this issue. [Migrated from ceylon/ceylon-spec#883]
type classes
## [@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...