where/error is not rendered
Open
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 112
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
where/error is not rendered by render-reduction-relation, but I'm not sure if it is actually intended.
#lang racket/base
(require redex)
(define-language empty)
(define R
(reduction-relation
empty
(--> integer 0
(where/error 5 integer))))
(render-reduction-relation R)
Racket version:
Welcome to DrRacket, version 7.2.0.3 [3m].
Language: racket/base [custom]; memory limit: 512 MB.
>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided Racket reproduction and trace the render-reduction-relation entry point to see how where/error clauses are handled. Confirm the intended behavior and add or update a focused regression test so the renderer's treatment of where/error is explicit and verified.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100