racket icon indicating copy to clipboard operation
racket copied to clipboard

The Racket repository

Results 382 racket issues
Sort by recently updated
recently updated
newest added

Racket has built-in support for several kinds of [byte converters](https://docs.racket-lang.org/reference/bytestrings.html#%28def._%28%28quote._~23~25kernel%29._bytes-open-converter%29%29), in addition to codecs available from an optional iconv library. I was surprised to learn from https://github.com/racket/racket/commit/7c9c9aa69ae69467a96746dce382fd0c535b51e1 that `(bytes-open-converter "UTF-8"...

Today [SWIG](https://www.swig.org/) support older versions of Racket. As the C API was changed in Racket 8. The SWIG project announce it will remove the support of Racket, unless someone update...

Recently, I was experimenting with some code using (delimited) continuations, and encountered some confusing performance numbers. All my tests involve performing control operations in a loop, trying to mimic continuations...

**What version of Racket are you using?** e.g., 7.7 [cs] **What program did you run?** Please include a short example that triggers the bug **What should have happened?** ![{KVL{{ 7...

bug

Spinning off from https://github.com/racket/racket/pull/5057#discussion_r1725734635, it would be good to check that the implementation of `(system-type 'link)` for Racket CS: https://github.com/racket/racket/blob/72a1cbabcf7f4540919ba1ce5d96ff74ce3debda/racket/src/cs/rumble/system.ss#L123-L132 > … is consistent with BC and with the docs...

**What version of Racket are you using?** The issue seems to be present back at least to v8.13 which was as far back as I was able to check on...

Opening as draft in case folks have comments. If `net-lib` seems like a bad place for this, I can just make a new package, but it would be nice to...

This is a repost of "string-contains has inversed parameters in documentation #3356 " but I think it wasn't properly discussed/solved. If using beginning student language, by default, the system uses:...

confusing behavior

Windows 10, I've been using Racket for a couple of weeks and I just noticed this message. Exact text: open-output-file: forbidden (write) access to C:\Users\Admin\AppData\Roaming\Racket\8.1\pkgs\_LOCKpkgs.rktd I'm taking Dan Grossman's PL...

**Is your feature request related to a problem? Please describe.** In [Resyntax](https://github.com/jackfirth/resyntax), I want to write a refactoring rule that suggests replacing certain `#hash(...)` literals with `(hash ...)` expressions. (Hash...

feature request
macro system