balena-io-modules / jellyschema

JellySchema - data validation, UI form generation
Apache License 2.0
4 stars 2 forks source link

WASM compilation fails on rust stable #42

Closed cyplo closed 5 years ago

cyplo commented 5 years ago

See https://travis-ci.org/balena-io-modules/balena-cdsl/builds/468972981 for error details

cyplo commented 5 years ago

the backtrace crate fails to compile cargo tree -p backtrace -i gets us:

backtrace v0.3.13
└── error-chain v0.10.0
  └── yaml-merge-keys v0.3.0

Updating error-chain in yaml-merge-keys does not fix this, the problem seems to be deeper in the dependency tree.

cyplo commented 5 years ago

Added an issue in the backtrace crate.

cyplo commented 5 years ago

The fix is confirmed to be in Rust beta, it needs to ride the trains to stable - probably waiting for 1.32 here.