Steven Schlansker
Steven Schlansker
Alternately, a `make install` (or similar goal, see `make help`) with Eclipse automatic incremental builds disabled should work.
I think `run-tests` does not recompile the code, so you probably use already-broken compiled classes rather than making new ones. Can you please share your compiler versions and configuration (including...
I will try to create a test case to submit to Eclipse to hope it gets fixed eventually.
I think `JdbiPlugin` is the only one. Also, I filed: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1267
Thank you for this report. I want to revisit the performance problems that pile up around Config. Unfortunately, I think it is a larger project. It was a mistake to...
Let's not start the "v4" discussion until we have to. Until we find otherwise, I still hope these issues can be fixed or at least improved in v3. That might...
@johnarrr , one thing you could contribute in the meantime if you are inspired is additional `benchmark/` tests to the project to exhibit the problems you're experiencing.
Actually, your test cases look potentially pretty similar to the ones that are already there!
Hi @davidboden, I think your snippet is not painting the entire picture. That code is from a private helper method, and the constructor will check for an empty optional and...
Thanks for the feedback @jpallas . I appreciate the frustration when things do not work the way you expect, but the reentrant behavior of Handles and Transactions is not new...