We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: