Adam Gent

Results 165 comments of Adam Gent

Sort of orthogonal but If the required JVM version is bumped to 9 or later I recommend you use System.Logger instead of SLF4J. To be honest I'm surprised this library...

I'll answer just a few questions quickly and try to add more later but the TLDR; is that I agree with all your sentiments. Some not well organized things: *...

If the compiler was better separated from the annotation analysis and code generation then it might be possible however I will say HTML 5 is fairly nontrivial to guarantee valid...

> Child doesn't have any such tools, this requires either some tools outside specification or some new syntax. > So I would say that it's better to go with mustache...

To formalize it a little more ``` public @interface TemplateLambda { String name() default ""; // make the lambda name different than the physical method name String template() default "";...

@refacktor I will certainly at some point generate an AST as it makes testing much easier. Yes and I did indeed mean at rest and not generate (I'm not sure...

@sviperll I added lambda support. I am stunned how well it works. Any method in the context that has the `@TemplateLambda` annotation will be considered a lambda. ```java @TemplateLambda default...

@sviperll @ylepikhov I know this issue is an ancient issue but I think a better solution is to make static-mustache => static-handlebars. Handlebars is an extension of mustache that has...

Hey guys I ran into this issue with a different annotation processor. It looks like this: https://bugs.openjdk.org/browse/JDK-8023548 but I have had annotation processors work fine and then suddenly fail with...

@remkop that is correct that there is nothing the lib can do. I was merely knowledge sharing.