scribble/lp does not properly propagate source locations
Open
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
See https://github.com/florence/cover/issues/91
Roughly the issue is that chunks in scribble/lp don't get registered as run by cover. Perhaps the issue is that the code that gets run has had its source locations stripped by one of scribble/lp's macros?
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 reading the scribble/lp implementation and the linked cover issue 91. Trace how chunks are registered and run, checking whether source locations are lost through scribble/lp macros. Done means source locations propagate correctly and cover recognizes the chunks as executed.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100