-
We're not sure how this happened, but a student managed to get their file corrupted, and we can no longer open it in DrRacket. DrRacket reports the following error.
This error is quite severe as, b…
-
On Linux Mint, installation reports errors.
C code has warnings about mismatched sizes.
```
Resolving "packet-socket" via https://download.racket-lang.org/releases/6.11/catalog/
Resolving "packet-…
-
### What version of Racket are you using?
8.5 [cs]
### What program did you run?
```
#lang racket
(module a typed/racket
(provide f)
(: f (-> Byte Integer))
(define (f x)
(a…
-
Loading [the attached file](https://github.com/racket/draw/files/7094926/0901afternoon.zip) causes the following error in DrRacket v8.2 [cs]:
```
memcpy: contract violation
expected: exact-nonneg…
-
Windows version:
- windows 10
- version 21H1
- 19043.1415
DrRacket version:
- Racket | Windows | 64-bit x64; for Windows 7 and up, distribution for version 8.3.
Bug reproduction:
…
-
Say that the script's file really is a module, so the script's function can be run in DrRacket's interaction window, and called with 'mock' arguments, and give an example
-
The documentation at http://docs.racket-lang.org/drracket/Keyboard_Shortcuts.html#%28part._defining-shortcuts%29 does not list some of the default keybindings, e.g. `c:/` to auto-complete.
It is al…
-
I'd like to introduce an experimental refactor of langserver. It aims to fix some issues and simplify development of new features.
## Motivation
1. Some issues (#101, #102) relate to type errors…
-
Using Pantheon DE, a number of Dr Racket windows are broken. The most significant window being the "Choose Language" dialog, making Dr Racket very difficult to use. [Another user had a similar experie…
-
Using BSL on a Windows Machine is slow.
Two users in this thread:
https://www.reddit.com/r/Racket/comments/c1ifm8/drracket_performance_makes_it_unusable_when_in/erln4do/
And one this thread:
htt…