drracket icon indicating copy to clipboard operation
drracket copied to clipboard

DrRacket, IDE for Racket

Results 187 drracket issues
Sort by recently updated
recently updated
newest added

Resyntax fixed 20 issues in 7 files. * Fixed 6 occurrences of `provide/contract-to-contract-out` * Fixed 4 occurrences of `let-to-define` * Fixed 3 occurrences of `list-element-definitions-to-match-define` * Fixed 2 occurrences of...

Resyntax fixed 20 issues in 8 files. * Fixed 6 occurrences of `for-each-to-for` * Fixed 4 occurrences of `list-element-definitions-to-match-define` * Fixed 2 occurrences of `map-to-for` * Fixed 2 occurrences of...

https://github.com/user-attachments/assets/b39826b3-b8ea-4017-8457-d48b21111ebf

Resyntax fixed 20 issues in 4 files. * Fixed 9 occurrences of `let-to-define` * Fixed 2 occurrences of `cond-let-to-cond-define` * Fixed 1 occurrence of `make-temporary-file-to-make-temporary-directory` * Fixed 1 occurrence of...

Resyntax fixed 19 issues in 7 files. * Fixed 7 occurrences of `let-to-define` * Fixed 2 occurrences of `quasiquote-to-list` * Fixed 2 occurrences of `map-to-for` * Fixed 2 occurrences of...

Consider this error: If I copy-paste this error into Github I get: ``` Welcome to DrRacket, version 8.17 [cs]. Language: racket, with debugging [custom]; memory limit: 2048 MB. . ....

Resyntax fixed 20 issues in 4 files. * Fixed 12 occurrences of `let-to-define` * Fixed 2 occurrences of `list-element-definitions-to-match-define` * Fixed 2 occurrences of `define-let-to-double-define` * Fixed 1 occurrence of...

https://github.com/racket/drracket/blob/7ae87809bc2e7d5849f27dd3689f837cd4c7ade9/drracket/scribblings/tools/lang-tools.scrbl#L62-L72 `(map first (racket:get-color-prefs-table))` shows `'text` and `'hash-colon-keyword` are missing, which if included match the ten that have entries in the “Color / Racket” preferences tab. That table is hard-coded...

When stepping through a program in the debugger, the variables panel scrolls to the bottom on every step, so one must scroll up to see the most local variables. Whatever...