racket
racket copied to clipboard
The Racket repository
**What version of Racket are you using?** 8.13 **What program did you run?** configure and make **What should have happened?** the builds on ppc64le as well as on s390x should...
8.13**What version of Racket are you using?** e.g., 7.7 [cs] Doc App**What program did you run?** Please include a short example that triggers the bug Docs should have opened when...
##### Checklist - [X] Feature - [x] documentation ### Description of change This patch adds some minimal scaffolding to allow building and running Chez and the Racket main distribution with...
Optimization of `stop-before`/`stop-after`, as is now built into expansion of `for` clauses, does not bind the predicate expression to a variable. This can duplicate effects if the predicate expression happens...
On CS, `bitwise-bit-set?` and `bitwise-bit-field` functions don’t report contract violations as documented. Specifically, `bitwise-bit-set?` reports an expected `exact-integer?` (as opposed to `exact-nonnegative-integer?`) if given *non*–exact integer arguments, and an underlying...
**What version of Racket are you using?** v8.13 [cs] on arm64 macOS, brew cask install from https://mirror.racket-lang.org/installers/8.13/racket-8.13-aarch64-macosx-cs.dmg **What program did you run?** ``` $ brew install --cask racket ==> Downloading...
**Is your feature request related to a problem? Please describe.** A number of professional developers find the Common Lisp REPL style of incremental development valuable and productive . While I...
**What version of Racket are you using?** website for 8.13 **What program did you run?** The page: https://docs.racket-lang.org/guide/more-hash-lang.html redirects to: https://download.racket-lang.org/releases/8.13/doc/local-redirect/index.html?tag=%28mod-path._.%27frtime.%27%29&version=8.13 Which is broken. **What should have happened?** A documentation...
Origionaly from https://groups.google.com/forum/?fromgroups#!searchin/racket-users/libobj%7Csort:relevance/racket-users/W_-4aN7kPyI/cwgwz2xIBAAJ Two small example of this: ``` (make-module-evaluator `(module m racket (require 2htdp/image))) ``` ``` (make-evaluator 'racket #:requires '(2htdp/image)) ``` These errors with one of the following, depending...
**What version of Racket are you using?** 8.14 [cs] **What program did you run?** `repltest` (see below). **What should have happened?** The repl prompt should use `expeditor` but instead uses...