rcano

Results 26 comments of rcano

As I'm using this PR to integrate SN with godot, here are some ergonomics that I find lacking (as in, they force me to write C which IMO should be...

> - Version that you think worked Sorry if you read the issue text before I edited, I got confused with a fork I did of the project and a...

I attempted today at compiling it to see where we are at, apparently the missing api are java.time stuff

I don't think that is it. If I add the compile option -Yinfer-argument-types in the pom defintion, maven will compile it fine, but netbeans will say there is an error...

Actually, I think that due to the complexity of extracting this properties from the ant file, or the pom file, or the sbt settings, I think I would prefer a...

Fixing the multiline string was easy, I just had to add `["]*` at the end of the stringLiteral rule. Nevertheless, even when I fixed the rule for the `'''` case,...

Same here, and this issue is a duplicate of #89 . You can use https://github.com/scalamacros/sbt-example-paradise as an example project, that is also what most people base on to start working...

I implemented this in my fork only for sbtprojects, since that is what I use annyways, and I did it by reading an optional additional file called .nb_compiler_settings as a...