Open hololeap opened 1 year ago
Tests are still failing, now with shake-0.19.8
and ghc-9.4.8
:
[77 of 82] Compiling Part_Development_Shake ( Part_Development_Shake.hs, nothing )
Part_Development_Shake.hs:376:9: error:
parse error (possibly incorrect indentation or mismatched brackets)
|
376 | want ["target.exe"]
| ^
[78 of 82] Compiling Development.Shake.Forward ( ../../src/Development/Shake/Forward.hs, nothing )
[79 of 82] Compiling Part_Development_Shake_Forward ( Part_Development_Shake_Forward.hs, nothing )
[80 of 82] Compiling Development.Shake.Config ( ../../src/Development/Shake/Config.hs, nothing )
[81 of 82] Compiling Part_Development_Shake_Config ( Part_Development_Shake_Config.hs, nothing )
Error when running Shake build system:
at want, called at src/Test/Docs.hs:19:5 in main:Test.Docs
* Depends on: Success.txt
at cmd_, called at src/Test/Docs.hs:180:9 in main:Test.Docs
* Raised the exception:
Development.Shake.cmd, system command failed
Command line: ghc -fno-code -ignore-package=hashmap -idist/build/autogen -i../../src Main.hs
Exit code: 1
Stderr:
Part_Development_Shake.hs:376:9: error:
parse error (possibly incorrect indentation or mismatched brackets)
|
376 | want ["target.exe"]
| ^
TESTS FAILED
Test suite shake-test: FAIL
Test suite logged to: dist/test/shake-0.19.8-shake-test.log
0 of 1 test suites (0 of 1 test cases) passed.
This failure is popping up in Gentoo Linux, both when
shake-0.19.7
is built via the package manager, and viacabal
:This is probably being caused by some dependency having different versions or flags on my system than what the tests are built for, which is causing a change in behavior. Full build log is here.