tracing+define-struct causes `syntax-original?` error
Open
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 112
- Forks
- 73
- Avg merge
- 9h 41m
- Merged PRs (30d)
- 1
Description
In ISL+ enable if tracing is enabled in the language menu then this program:
(define-struct test (field))
results in the error
syntax-original?: expects a syntax, given '...signature-syntax.rkt:56:42
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 by selecting ISL+ in the language menu, enabling tracing, and running the reported (define-struct test (field)) program. Reproduce the syntax-original? error and trace the syntax handling involved; done means the program runs without that error when tracing is enabled.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100