bodil / typed-html

Type checked JSX for Rust
Mozilla Public License 2.0
1.86k stars 63 forks source link

Running tests on stable #35

Open LPGhatguy opened 5 years ago

LPGhatguy commented 5 years ago

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 commented 5 years ago

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 laumann/compiletest-rs#81.

bodil commented 5 years ago

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 commented 5 years ago

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