Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures with latest Typed Racket #14

Comments

Copy link

Typed Racket's repl type printing changed recently, leading to test failures like this: https://plt.cs.northwestern.edu/pkg-build/server/built/test-fail/repltest.txt

meta.rkt: racket test: non-empty stderr: #"--------------------\nFAILURE\nname:       check-equal?\nlocation:\n  /home/root/user/.local/share/racket/snapshot/pkgs/repltest/private/run-interactions.rkt:43:10\nactual:\n  \"- : (values Integer (List Positive-Byte Any)) [more precisely: (Values Zero (List Positive-Byte Any))]\\n0\\n'(3 2)\\n\"\nexpected:\n  \"- : (values Integer (Listof Any)) [more precisely: (Values Zero (List Positive-Byte Any))]\\n0\\n'(3 2)\\n\"\n--------------------\n--------------------\nFAILURE\nname:       check-equal?\nlocation:\n  /home/root/user/.local/share/racket/snapshot/pkgs/repltest/private/run-interactions.rkt:43:10\nactual:     \"- : (Pairof Positive-Index (Listof Positive-Index))\\n'(2 3 4 5)\\n\"\nexpected:\n  \"- : (Listof Positive-Index) [more precisely: (Pairof Positive-Index (Listof Positive-Index))]\\n'(2 3 4 5)\\n\"\n--------------------\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant