anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
457 stars 53 forks source link

Juvix Compiler Fails building it's own stdlib tests #3154

Open mariari opened 2 weeks ago

mariari commented 2 weeks ago

Describe the bug

[6 of 6] Compiling Test
juvix: Maybe.fromJust: Nothing
CallStack (from HasCallStack):
  error, called at libraries/base/Data/Maybe.hs:150:21 in base:Data.Maybe
  fromJust, called at src/Juvix/Compiler/Core/Data/Module.hs:71:30 in juvix-0.6.6-63HcRSLJPON7XBeV31D9oO:Juvix.Compiler.Core.Data.Module
make[1]: *** [Makefile:6: build/Test] 錯誤 1
make[1]: 離開目錄「/home/taichi/Documents/Work/Repo/anoma-repos/juvix-stdlib/test」
make: *** [Makefile:21: test] 錯誤 2

Desktop (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Go to: juvix-stdlib [0080b1183ab55e5180e69bfc3987e4cd6edbc230]
  2. run: make test
  3. See error

Also see https://github.com/anoma/juvix-stdlib/actions/runs/11717091275/job/32636224379

for CI failure

Expected behavior Haskell not to freakout

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.