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

debug-repl does not print results of interactions #25

Open
jasonhemann opened this issue Jul 8, 2024 · 3 comments
Open

debug-repl does not print results of interactions #25

jasonhemann opened this issue Jul 8, 2024 · 3 comments
Labels

Comments

@jasonhemann
Copy link

On my system, after entering the debug repl and interacting, I don't seem to see output. I press return at the end of line.

User error?

image

@AlexKnauth AlexKnauth added the bug label Jul 8, 2024
@AlexKnauth
Copy link
Owner

AlexKnauth commented Jul 8, 2024

The Repl is interacting badly with DrRacket. It works fine from the command line, and I remember it working in DrRacket in the past (Edit: v7.9 and earlier).

It is broken on versions of DrRacket from at least v8.0 onward.

@AlexKnauth
Copy link
Owner

It's a Racket CS problem.

Working in DrRacket v7.9, but broken in DrRacket v8.0, which is when Racket CS because the default. So I checked with DrRacket BC, and it's working in the latest version with BC, but broken with the default CS.

@AlexKnauth
Copy link
Owner

Calling (read-eval-print-loop) from racket/base reveals the same thing. Working in DrRacket BC, broken in DrRacket CS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants