-
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
Cannot render html when using a local language via #lang reader. #138
Comments
Strange. While trying to make a test case for this I get the same error but from a much earlier point (during module instrumentation). As a work around for now, does this go away if you use the collection path instead of a relative path? |
As in move the file to lang/reader.rkt? If so, ya, that does make the problem go away. Although I would much rather be able to use a relative path if possible. :) |
Can't you do |
Ah, okay, that's what you meant. Yes, that does seem to work.
~Leif Andersen
…On Wed, Aug 23, 2017 at 9:40 PM, Spencer Florence ***@***.***> wrote:
Can't you do #lang reader video/test/videolang instead of #lang reader
"videolang.rkt"?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#138 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AARc5lvcmwrYynFf3dAX59U84HZetkuBks5sbNSTgaJpZM4O9rBb>
.
|
Namely, I run:
The coverage runs fine. However, when cover goes to generate the html, I get the error:
Because this is only a problem with html generation and not coverage itself, the error does not happen when using the coveralls or codecov extensions. I should point out that this is one of the commit that is giving raco cover problems. And the file that is giving it problems (video.scrbl), starts out with:
(where
viddoclang.rkt
is in the same directory as vidlang.)The text was updated successfully, but these errors were encountered: