summaryrefslogtreecommitdiff
path: root/test/command_callback/test_javac_command_callback.vader
AgeCommit message (Collapse)Author
2020-05-19refactor(javac): ale_java_javac_classpath variable supports String and List ↵NiBo
types
2020-05-19refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵NiBo
types
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-03-03javac: Don't assume src/main/java always existsRyan Campbell
Some projects I have only have src/test/java (no /src/main/java), which seemed to break some incorrect assumptions the linter had.
2018-10-23ale#path#CdString include ale#Escapepaihu
2018-10-22fix testcasepaihu
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-04-08Close #1476 - Make the javac executable configurablew0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-11-20Fix #859 Include test and jaxb Java source paths when availablew0rp
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-10-08Get more random tests to pass on Windowsw0rp
2017-07-07#697 - Clear all highlights every time items are set again, and refactor ↵w0rp
most things. Clear errors when linters are removed
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-25Fixes #361, fixes #417 Get classpaths from Maven, and automatically detect ↵w0rp
src/main/java paths
2017-03-31Fix #438 Create Java .class files for javac in a temporary directoryw0rp