Rahul Muttineni

Results 228 comments of Rahul Muttineni

I've started working on this. I've implemented: - Support for annotations in `codec-jvm` - Allow the code below to parse: ```haskell @Controller @RequestMapping "/" data PostController = PostController { @Autowired...

No unfortunately. Thanks for showing interest though, I'll pin this issue to indicate that it has priority.

Nice explanation. We'll add it at some point - or you're free to create a new section yourself and start it off and submit a PR. See the format of...

@shirouto Thank you so much for taking the time to implement this. I have spent a while thinking about this and the root problem is that we do too much...

Hmm if that is the description, our current implementation violates it! The main semantics of the flags are here: https://github.com/typelead/eta/blob/master/compiler/Eta/Main/DriverPipeline.hs#L1362-L1370 ```haskell getLinkFlags :: DynFlags -> LinkFlags getLinkFlags dflags = uncurry...

@drever Perhaps you're using a version of Java > 9? There was a bug fix recently and there should be a release pretty soon that includes the fix.

@drever Eta v0.8.6b5 is out - can you try it again and let me know if you still face the same issue?

Hi @staffehn I'm not quite sure I understand. Can you copy/paste the two parts you're comparing?

@filippovitale Thanks for posting!

The workaround in #557 worked because alex generates code that we could post-process. But for cborg, it may involve turning off inlining or modifying the source of the library itself....