You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out commit 7439f2f1c558cda946111befa5ffac91bf948b6d from juvix-stdlib, go to test and run:
make test
The result:
juvix: remove type arguments: unsupported node
(? lambda_304@Test!304@Test lambda_507@Test!507@Test [email protected]) Bool
CallStack (from HasCallStack):
error, called at src/Juvix/Prelude/Base/Foundation.hs:501:9 in juvix-0.6.6-Es9DwLRPTtLIIl9tezES8s:Juvix.Prelude.Base.Foundation
error, called at src/Juvix/Compiler/Core/Transformation/RemoveTypeArgs.hs:16:24 in juvix-0.6.6-Es9DwLRPTtLIIl9tezES8s:Juvix.Compiler.Core.Transformation.RemoveTypeArgs
The text was updated successfully, but these errors were encountered:
Updating all of the stdlib test dependencies to use the same stdlib ref fixes this issue. Therefore this bug is indeed caused by #2985 and Is not a separate bug in the pipeline.
Check out commit 7439f2f1c558cda946111befa5ffac91bf948b6d from juvix-stdlib, go to
test
and run:The result:
The text was updated successfully, but these errors were encountered: