-
Notifications
You must be signed in to change notification settings - Fork 62
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
Running tests on stable #35
Comments
I can't get tests to build on latest nightly on Windows either; I get linker errors involving stdweb and missing emscripten symbols, oof. EDIT: When I remove |
I'm aware of the stdweb issue, I think the solution is probably just to rewrite it using something that isn't Rocket, which is nightly only. |
Uh, no, wait, I'm talking about the |
It looks like
cargo test
fails on stable due to a dependency on Pear. I don't really know what Pear does (parser combinators?) but it doesn't look like typed-html has a direct dependency.The text was updated successfully, but these errors were encountered: