| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-05 | Remove unused import | Joel Klinghed | |
| 2017-01-12 | Add temporary output dir to classpath | Joel Klinghed | |
| This means you have to do real build less often as you change the API of different classes. However, it instead means that we can end up with outdated class files if you check out new code and build without revisiting the buffer in Emacs. So, to work around that, we check that no class file is older than the ones in the real output dir. But to keep everything fast, this is launched in a background process | |||
| 2017-01-11 | Handle completely new files better | Joel Klinghed | |
| First, a file that only exists as a buffer, not even saved yet: * Pick the first Java target found, it will probably work * Complain if not found instead of silently pretend the file is valid Second, a file that was added after the last gradle run so cache doesn't contain it: * If no fitting target was found, and the file exist and we used cached data, force a new gradle run | |||
| 2017-01-11 | Add support for running checkstyle after compilation | Joel Klinghed | |
| 2017-01-10 | Speedup compilation | Joel Klinghed | |
| 2017-01-10 | Add a cache for gradle output | Joel Klinghed | |
| 2017-01-10 | Initial commit | Joel Klinghed | |
