-
```scheme
#lang resyntax/test
test: "with-output-to-string should be used when equivalent"
--------------------
#lang racket
(define (f)
(define os (open-output-string))
(parameterize ([c…
-
I'm trying to pin down an issue on my system. When I use `#lang dssl2` in emacs w/either racket-mode or racket-hash-lang-mode, the outputs don't get printed nicely, I instead see their sexp struct rep…
-
```scheme
#lang resyntax/test
test: "let in function argument can be extracted"
--------------------
#lang racket
(define (f)
(g (let ([x 42])
(* x 2))
(let ([y 100])
…
-
Run the following file (not the main submodule):
```
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that …
-
Main distribution stuff works fine, but external packages redirect to a very wrong place. Discord transcript:
```
[16:56]sid: Btw, your Qi links (at least) are broken.. maybe you need something like …
-
e.g.
a link something like https://download.racket-lang.org/releases/current/installers/racket-current-x86_64-win32-cs.exe
that redirects to the 'current' release: https://download.racket-lang.org/…
-
Hi, the issue from https://github.com/flathub/org.racket_lang.Racket/issues/2 appears to be back again. DrRacket is launching very slowly, taking many minutes to start up.
KDE Plasma Version: 5.27.…
-
File A.rkt:
```racket
#lang racket
(provide procA (contract-out [procB (-> any/c any/c boolean?)])
(define (procA x y) (equal? x y))
(define (procB x y) (equal? x y ))
```
file B.rkt:
```…
-
```
#lang racket
(require syntax-spec)
(syntax-spec
(nonterminal my-expr
((~datum e) e:racket-expr))
(host-interface/expression
(mylang expr:my-expr)
#''expr))
(mylang (e …
-
# Steps to Reproduce
This code should not pass typechecking, but it does (see https://github.com/idris-lang/Idris2/issues/3416). The result is an error in the generated code. But `idris2 --exec` re…