You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: