Eugene Lukash

Results 293 comments of Eugene Lukash
trafficstars

my inflamed imagination can think of a way of remembering supported options returned by annotation processors the first time compilation runs so it would subsequently know which ones to pass...

it is also possible to know in theory, or just resort to full recompilation, there's no bottom to complexity here.. unfortunately

There was an intention to implement merging / cascading of styles at some point. It's just not trivial and given little interest in this it was left as is and...

thank you for reporting this. yes, looks strange, probably a bug, no workarounds from the top of my head. Just can you check what kinds of style flags are enables,...

What can I say, this is probably one single most annoying issue with annotation processing in general. Once you have some error in the java source code it may just...

Just thinking that we can add `-A` option switch and use `MANDATORY_WARNING` level to output some trace, other ways of outputting messages are not reliable (i.e. info or out/err might...

Yep, seems to be, I started once, but as I remember there's not much of a progress, there are tentative plans to return to it, but no guarantee when (

Any PRs or links to the separate repositories implementing backend module (for SQL) are very welcome. Thank you!

If you fork, do/apply changes to the fork (in any branch), then you can create PR (pull request) to merge it into our master, after review and any necessary changes...

thank you for PR, we will be reviewing