-
`raco test -e` checks that stderr should be empty. When stderr is not empty, an error is reported in the following format:
> raco test: 1 "/home/root//user/.local/share/racket/8.5/pkgs/GLPK/glpk/gl…
-
**What version of Racket are you using?**
8.13 [cs]
**What program did you run?**
`raco pkg migrate 8.10`
**What should have happened?**
should have completed successfully
**If you got an …
-
I'm following the Get Started guide. `polyglot demo` fails. I try reinstalling polyglot but it does not help, there still is no README.md. I am not not sure if I misunderstand anything.
```
~ $ ~/…
-
I get an error running the example `crypto/examples/signing-ec` under OSX.
`BC`
```
generate-private-key: could not get implementation
algorithm: 'ec
context...:
/Users/ayman/Library/Ra…
-
I am a bit confused as to what to do with racket packages in general but in particular I have a project that uses rash as the shell language and that's the only thing I need from racket. I [couldn't g…
-
It appears that some unstable libraries have been removed. Changing to the racket standard library versions is not difficult.
```
diff --git a/compiler/ast.rkt b/compiler/ast.rkt
index 577d28f..8…
0xacf updated
3 years ago
-
Hi. It looks like `readline-gpl` depends on `libreadline-dev` and doesn't check its presence during the installation process:
``` bash
$ raco pkg install readline-gpl
Resolving "readline-gpl" via h…
Bost updated
3 months ago
-
For the sake of testing I tried to build `idris2` with `racket` instead of `chez-scheme`. It failed with the following:
```
cp support/c/libidris2_support.dylib bootstrap-build/idris2_app/
sed 's|_…
-
After a fresh install of 7.5 on OS/X High Sierra, in DrRacket, selecting Scripts > Manage Scripts > Library raises the following error:
```
directory-list: could not open directory
path: /Users…
-
**What version of Racket are you using?**
8.12 [cs]
**What program did you run?**
```
#lang racket/base
(require dynext/link)
(expand-for-link-variant (current-standard-link-libraries))
```
…