-
Notifications
You must be signed in to change notification settings - Fork 31
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
contract violation on 8.2[cs]? #90
Comments
Ooo, I don't always stay up to date on my Racket installation. Thanks
for letting me know. I'll probably look at this on Monday.
…On Sat, Jul 31, 2021 at 01:00:29PM -0700, Benjamin Slade wrote:
On v8.2 [cs], I seem to get an error when I try to launch rash (via `racket -l rash/repl --`):
```
> context-request-ch: contract violation
expected: context?
given: #f
context...:
/usr/share/racket/pkgs/readline-lib/readline/rktrl.rkt:168:9
/usr/share/racket/pkgs/readline-lib/readline/rktrl.rkt:343:18
/usr/share/racket/pkgs/readline-lib/readline/rktrl.rkt:148:15
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#90
|
No worries, and no rush. I look in on Rash from time to time and noticed this. |
Now that I'm really looking at this, the context for the error is in the If you add I just need to write my new line editor... but when will I have the time? |
The error is on an Arch Linux machine. (On a Void Linux machine running 8.0[cs], rash runs without issue.) The error indeed goes away on the Arch box if I run with |
And you don't get any error when you just run the Racket repl (which
has readline enabled by default)?
…On Wed, Aug 04, 2021 at 09:32:03AM -0700, Benjamin Slade wrote:
The error is on an Arch Linux machine. (On a Void Linux machine running 8.0[cs], rash runs without issue.) The error indeed goes away on the Arch box if I run with `--readline false`.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#90 (comment)
|
The Racket repl itself seems to behave fine:
|
On v8.2 [cs], I seem to get an error when I try to launch rash (via
racket -l rash/repl --
):The text was updated successfully, but these errors were encountered: