Skip to content
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

Open
LPGhatguy opened this issue Jan 29, 2019 · 3 comments
Open

Running tests on stable #35

LPGhatguy opened this issue Jan 29, 2019 · 3 comments

Comments

@LPGhatguy
Copy link

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.

@LPGhatguy
Copy link
Author

LPGhatguy commented Jan 29, 2019

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 examples/stdweb from the workspace, tests build, but all of the compiletest tests fail on Windows with "multiple input filenames provided". This is because of Manishearth/compiletest-rs#81.

@LPGhatguy LPGhatguy reopened this Jan 29, 2019
@bodil
Copy link
Owner

bodil commented Apr 8, 2019

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.

@bodil
Copy link
Owner

bodil commented Apr 8, 2019

Uh, no, wait, I'm talking about the rocket example, of course, not the stdweb one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants