meisl
|
b8fade23de
|
* (first quick) fix: ModuleImporter should look in given "libdirs" (or better "srcdirs"?) for module file
|
2021-08-01 15:17:47 +02:00 |
|
meisl
|
c914f7bbcf
|
+ TestCompilerOptionLibdirs.kt: libdirs option doesn't seem to work
|
2021-08-01 10:16:37 +02:00 |
|
meisl
|
1b451180c1
|
* test helpers assumeXyz (helpers/paths.kt) return the resulting path (unless they fail, of course); test directories are checked automatically at init, so no sanityCheckDirectories is needed anymore
|
2021-07-31 14:44:02 +02:00 |
|
meisl
|
e1026584c8
|
* split up test helpers into separate files, move mapCombinations(..) down to compilerAst/test/helpers since they're generic and don't depend on compiler
|
2021-07-30 18:37:12 +02:00 |
|
meisl
|
4c615e4fac
|
* solve problem re shared test helpers: a) don't use the same file name (results in same JVM class name) & b) tell gradle about it (put them in extra dir(s) test/helpers/ and add this to test source set)
|
2021-07-30 17:19:44 +02:00 |
|