Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | [build] Replace JDK test targets from v14 en v16 to v17 (LTS) and v18 (just ↵ | Reinier Zwitserloot | |
released) | |||
2021-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 | |
2021-03-23 | [testing] wahey, ecj testing works again, and now we can test JDK16 features ↵ | Reinier Zwitserloot | |
in it! | |||
2021-03-19 | [build] remove some errors in eclipse. | Reinier Zwitserloot | |
The ant task we use for streaming test reporting in the ant script needs deps we don't wanna include in eclipse, so I moved it to a src dir that we don't include in eclipse by default. | |||
2021-03-19 | [testing] add a test.javac16 | Reinier Zwitserloot | |
2021-03-19 | [testing] Fixing running older tests. | Reinier Zwitserloot | |
the new formatter is nice, but needed to be compile with 1.6, otherwise running junit on older VMs doesn't work. | |||
2021-03-19 | [testing] made the test script a bit more consistent | Reinier Zwitserloot | |
2021-03-19 | [testing] improve the output of `ant test`. | Reinier Zwitserloot | |
2021-03-19 | [testing] now that we've patched lombok to work in j16, no need for the ↵ | Reinier Zwitserloot | |
--add-opens lines anymore. | |||
2021-03-19 | [testing] unbroke 'ant test.javac8'. | Reinier Zwitserloot | |
2021-03-05 | [tests] fix tests on java6/7 | Reinier Zwitserloot | |
2021-03-05 | [javac6] replacing calls to ListBuffer add/addAll to the append variants; ↵ | Reinier Zwitserloot | |
add/addAll do not work in j6. | |||
2020-12-04 | [build] build is now far less unreliable | Reinier Zwitserloot | |
Tiered compilation used to dump every stage into the same build dir, and included that dir on the classpath, which means any ordering issues introduced into a build aren't going to result in a failed build, thus breaking the build for everybody except those who already had a working lombok in their build dir before starting a build. The opposite of bootstrapping, in other words. Fixed by having each stage build into its own private stage phase. | |||
2020-08-18 | Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745 | Rostislav Krasny | |
The change of the TestConfiguration.java is based on the fact that Git for Windows is configured with 'core.autocrlf=true' by default. | |||
2020-07-24 | [tests] fixed the 'ant test.javac' tests. | Reinier Zwitserloot | |
2020-07-24 | [tests] command line 'ant test.eclipse' fixed | Reinier Zwitserloot | |
2020-07-03 | [build] propagate chosen bootclasspath into eclipse test targets | Reinier Zwitserloot | |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot | |