[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: racket
From: |
宋文武 |
Subject: |
Re: racket |
Date: |
Thu, 13 Sep 2018 20:35:38 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Benjamin Slade <address@hidden> writes:
> When run Racket, in the REPL, the first command I execute runs fine. But
> the second (no matter what it is, even if it's just the first again)
> always produces:
>
> ; ptr-ref: contract violation
> ; expected: (and/c cpointer? (not/c (lambda (p) (pointer-equal? p #f))))
> ; given: #f
> ; argument position: 1st
> ; [,bt for context]
> ; ptr-ref: contract violation
> ; expected: (and/c cpointer? (not/c (lambda (p) (pointer-equal? p #f))))
> ; given: #f
> ; argument position: 1st
> ; [,bt for context]
>
> And it doesn't accept any more input after that point (including ",bt").
Hello, I fixed it with commit 26700cae. A 'guix pull' and then install
racket again should work.
Thank you for the report!
- racket, Benjamin Slade, 2018/09/11
- Re: racket, Christopher Lemmer Webber, 2018/09/12
- Re: racket,
宋文武 <=