Rhombus doesn't have support for or have bug with "Debugging" in DrRacket
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 516
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
I got this wired error message in DrRacket when running this small rhombus programs will
#lang rhombus
import:
ffi open
foreign.struct ab(a :: float_t,
b :: float_t)
It turns out I turned on some "Debugging" option. Disable it will fix the error.
I don't know what problem exactly this is because I don't know what is that debugging option.
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
Reproduce the reported Rhombus foreign.struct example in DrRacket with the Debugging option enabled, then compare it with the working configuration where that option is disabled. Identify which debugging setting causes the error and determine whether the program should run or the failure should be reported more clearly; done means the behavior is fixed or documented with a focused regression check.
Written by the indexing model from the issue text.
Assessment
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100