-
While building Racket 8.7, I noticed that `rktboot` seems to be used when building Racket CS despite having supplied `--enable-scheme` to `configure`. The full build log is [pfb15qc784ad25vjq9kfzcaygg…
-
Since its coronation in 2007, R6RS has remained a viable dialect for Scheme, both in research and for doing practical programming. The Scheme standardization process has moved on in the form of R7RS-s…
-
After installing racket distribution (both 32 and 64 bits) on a Windows 10 machine (Windows 10 Insider Preview 16179.1000) I got an **Unexpected Kernel Mode Trap** when trying to start DrRacket.
-
Related to #54
There are several built-in functions that expect a thunk as an argument. E.g., `thread`. I argue that these should instead be forms that converts their body into a thunk.
Let's c…
-
Hi there, thanks for a great project.
I've hit a situation where the LSP and what I think is [parinfer](https://github.com/justinbarclay/parinfer-rust-mode) are getting into fights, and this is co…
-
**What version of Racket are you using?**
e.g., 8.5 [cs]
**What program did you run?**
> (module just-lambda racket
(provide lambda))
> (module identity 'just-lambda
(lambda (x) …
-
Capturing from Racket Slack (before it scrolls off into unpaid history there):
---
badkins Nov 19th at 5:00 PM
I'm seeing an oddity with Racket-XP mode. There are some lines that appear, and wh…
-
In `mode.rkt` I was interested to see that `pollen/mode` still does [a lot of work][1] to make the reader work with Racket 6.0/6.1 because of changes in the at-exp reader that happened in 6.2. @mbutte…
-
As long as I'm bothering you today.
It would be nice if check-requires understood `module+`. For example: https://github.com/greghendershott/racket-mode/issues/76.
I don't know if this is because c…
-
Within the last 6 days, I started having an automated test for Racket Mode fail, only on Racket snapshot.
The test is getting surprised by a new `syncheck:add-docs-menu` for `#%datum`, arising from…