commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
530 stars 805 forks source link

egison test suite failing #4984

Closed cdornan closed 4 years ago

cdornan commented 5 years ago

@egisatoshi we are seeing the egison test suite failing with the following diagnostics. The package remains on nightly but we have marked it as expected-test-failures.

:nons-test/test/syntax.egi: [Failed]
Error: file does not exist: nons-test/test/syntax.egi
:nons-test/test/primitive.egi: [Failed]
Error: file does not exist: nons-test/test/primitive.egi
:nons-test/test/lib/core/base.egi: [Failed]
Error: file does not exist: nons-test/test/lib/core/base.egi
:nons-test/test/lib/core/order.egi: [Failed]
Error: file does not exist: nons-test/test/lib/core/order.egi
:test/syntax.egi: [Failed]
Error: file does not exist: test/syntax.egi
:test/primitive.egi: [Failed]
Error: file does not exist: test/primitive.egi
:test/lib/math/analysis.egi: [Failed]
Error: file does not exist: test/lib/math/analysis.egi
:test/lib/math/tensor.egi: [Failed]
Error: file does not exist: test/lib/math/tensor.egi
:test/lib/math/arithmetic.egi: [Failed]
Error: file does not exist: test/lib/math/arithmetic.egi
:test/lib/math/algebra.egi: [Failed]
Error: file does not exist: test/lib/math/algebra.egi
:test/lib/core/string.egi: [Failed]
Error: file does not exist: test/lib/core/string.egi
:test/lib/core/base.egi: [Failed]
Error: file does not exist: test/lib/core/base.egi
:test/lib/core/collection.egi: [Failed]
Error: file does not exist: test/lib/core/collection.egi
:test/lib/core/order.egi: [Failed]
Error: file does not exist: test/lib/core/order.egi
:test/lib/core/number.egi: [Failed]
Error: file does not exist: test/lib/core/number.egi
:test/answer/sample/poker-hands-with-joker.egi: [Failed]
ERROR: test/answer/sample/poker-hands-with-joker.egi: openFile: does not exist (No such file or directory)
:test/answer/sample/primes.egi: [Failed]
ERROR: test/answer/sample/primes.egi: openFile: does not exist (No such file or directory)
:test/answer/sample/mahjong.egi: [Failed]
ERROR: test/answer/sample/mahjong.egi: openFile: does not exist (No such file or directory)
:test/answer/sample/poker-hands.egi: [Failed]
ERROR: test/answer/sample/poker-hands.egi: openFile: does not exist (No such file or directory)
:test/answer/sample/math/geometry/riemann-curvature-tensor-of-S2.egi: [Failed]
ERROR: test/answer/sample/math/geometry/riemann-curvature-tensor-of-S2.egi: openFile: does not exist (No such file or directory)
:test/answer/sample/math/number/17th-root-of-unity.egi: [Failed]
ERROR: test/answer/sample/math/number/17th-root-of-unity.egi: openFile: does not exist (No such file or directory)
egisatoshi commented 4 years ago

@cdornan Thank you very much for sharing the error messages! I fixed the problem and uploaded the new version (3.9.4) of Egison to Hackage.

mihaimaruseac commented 4 years ago

This works now