Wojciech Potiopa

Results 11 comments of Wojciech Potiopa

@m1-gl I guess You need to sign-off all commits. I would close this pull request, reset all changes, commit it again with sign-off and pull request again. I don't any...

@gavinking for 1.3.3 it does ```java.lang.ClassCastException: com.redhat.ceylon.compiler.java.runtime.metamodel.decl.ClassWithInitializerDeclarationConstructor cannot be cast to com.redhat.ceylon.compiler.java.runtime.metamodel.decl.CallableConstructorDeclarationImpl at com.redhat.ceylon.compiler.java.runtime.metamodel.meta.MemberClassImpl.getConstructor(MemberClassImpl.java:260) ``` The cast in there should be done on interface `CallableConstructorDeclaration/ValueConstructorDeclaration` and non concrete types ```java...

Actually I'm trying to make release of 1.4.0 but help of community would be really appreciated...

Project is "active-ish". Only by community we may make it active. If You would like to help there is dev channel on gitter where we discuss. https://gitter.im/ceylon/dev . There is...

I tried to fork it and make it working. It was to complex. To many dependencies to make a release. I stareted few years ago hobby project which would extract...

Use java 8 Ceylonis not copatibile with java 11

I would suggest this feature a bit differently but overall, adding some map/convert/transform method to `Object` seems grate to me. Providing some nice hook, to use some framework to required...

Maybe rather than using `switch` keywordk for this, there would be another type of switch called `member switch`. It could be done on `ClassOrInterface` or on `Member` implementation. The first...

@gavinking I think so, as I just need to somehow connect references. Would it be possible to have exhausting `switch` though ("Case types must cover all cases of the switch...

@gavinking I'm bit confused, how could You declare member using `of` keyword ? Is this, what You presented possible it in `Ceylon 1.3.3` ? Can You give me full example...