dented42

Results 22 issues of dented42

racket-mode doesn't seem to understand scribble files very well. It would be nice to have Emacs commands for rendering the current buffer to an plain-text, markdown, html, latex, or pdf...

enhancement
fix-via-hash-lang-mode

Syntax objects in Racket have lots of lovely properties, it would be nice at some point for nanopass to be able to parse syntax objects. Another goal that seems like...

Unless there's a reason why this hasn't already been done, it seems like it'd be a good idea for the documentation to link to the public GitHub repository as well...

in `scribble/text` the `output` function can deal with most/many common datatypes, and I believe that it would be useful if there was a `gen:outputable` interface that custom structs could conform...

`succeed` and `fail` are used in The Reasoned Schemer, it seems reasonable to provide them. The book also uses the reader syntax `#s` and `#u`, which might be interesting to...

**What version of Racket are you using?** Racket 8.12 [cs] **What program did you run?** ``` #lang racket/base (struct thing-1 (a [b #:auto]) #:auto-value 'b #:property prop:object-name (struct-field-index a)) (struct...

**What version of Racket are you using?** e.g., 8.11.1 [cs] **What program did you run?** The following chaperone contract is made following the tutorial in the racket guide, at which...

Intuitively installed DrRacket tools/extensions should take precedence over the builtin defaults, and settings that the user specifies should take precedence over that. This doesn't seem to be the case with...

This fixes the issue presented in #526. An `object-name/c` contract has been added and `make-named-object-custom-write` has been modified to accept the new kinds of names.