Edoardo Luppi

Results 354 comments of Edoardo Luppi

@bsideup it seems to use your plugin we'll have to wait the non-EA version of JDK 14. Can't target class level 52 with `enable-preview` (to have access to records)

@bsideup I was testing with a clone of the project by enabling the `RECORDS` feature and using JDK 14. It seems that to have access to the `Record` base-class one...

@bsideup oh that's good to know! Thanks a lot!

@bsideup thanks! Awesome work. 😁 Now I think a semi blocking issue is #9

@bsideup but if I don't enable them on Gradle build it will conflict with idea language settings

@bsideup interesting! I'll give it a try, thanks!

@bsideup works! Although it seems command line and IDEA have different behaviors. ![image](https://user-images.githubusercontent.com/19871649/76894415-648f9e80-688e-11ea-861d-43b160cc0ac1.png) Also see https://youtrack.jetbrains.com/issue/IDEA-235411

@bsideup works nicely now :) What's the magic here?

@bsideup it compiles, but as soon as you start using preview features it complains :(. ![image](https://user-images.githubusercontent.com/19871649/76905515-5fd4e580-68a2-11ea-907a-c6d54af66cb0.png)

@bsideup my fault, I wanted to write manually instead of copy pasting and I was missing a `-` ... Works ;)