-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cover calls interval-map-set! with illegal args #112
Comments
It looks like this is cover fighting with the scribble parser again. The error happens when building the coverage cache for I dont have time to fix this right now, but as a workaround you can use |
Excellent, your workaround was lovely. Is this scribble’s fault, for producing a syntax object whose end is before its beginning? If this is a scribble bug, I’d be happy to report it to the main repo. John |
that requires more investigation. Even if it is a scribble bug cover should On Tue, Jan 19, 2016, 3:34 PM John Clements notifications@github.com
|
Fixed by 09290b4 It turns out that |
I've been working on getting the sxml tests working, and I thought I'd run cover to see how things looked. Unfortunately, it looks like calling
raco pkg cover -p sxml
makes a call to interval-map-set! with an interval where the end is before the start.I'm guessing I could reduce this test case, but I'm tired and going to bed: I'm running on push df51297dac15abb4ef026c of github.com/jbclements/sxml (a.k.a. the current pkgs.racket-lang.org)
The text was updated successfully, but these errors were encountered: