EmbarkStudios / rust-ecosystem

Rust wants & tracking for Embark 🦀
http://embark.rs
Apache License 2.0
887 stars 18 forks source link

Embark issues #36

Open repi opened 5 years ago

repi commented 5 years ago

Tracking thread about issues in other crates & open source projects that we've filed or run into and commented on. Linking them here makes it easier for us to see our overall list of outstanding issues.

This is specifically for issues. PRs we track in gfx-rs/naga#20.

We use this for specific concrete issues, while the individual and usually larger open ecosystem challenges/wants/needs we track as separate high-level issues in this repo.

repi commented 5 years ago

This is the issue we ran into that caused our CI builds that use the nightly compiler to fail

repi commented 5 years ago

Trying to get rid of duplicate crossbeam versions and eventually crossbeam usage at all in the runtime

repi commented 5 years ago
repi commented 5 years ago

We ran into this when doing a standard cargo update and the new getrandom crate started failing all of our wasm32-unknown-unknown builds. Fortunately there was a feature workaround that one can force on but not fully ideal as we don't want any of our crates that we use in wasm to use random but a lot of them do include it (like: nalgebra, uuid, cgmath) and it is difficult to remove features. Should try and get rid of it in our dependencies though instead of working around it.

Here is an open PR on nalgebra that I hope can be merged in to make rand usage optional: https://github.com/rustsim/nalgebra/pull/604

Jake-Shadle commented 5 years ago

Dependabot is using an older version of cargo which doesn't support the default-run key, breaking the dependency update.

repi commented 5 years ago

Staying on chrono 0.4.7 until this have been resolved as the wasm javascript dependencies do not work for us as we run wasm outside of a browser

hrydgard commented 5 years ago

Working around this for now by putting one of the protos in a different package.

repi commented 5 years ago
hrydgard commented 5 years ago
hrydgard commented 5 years ago
h3r2tic commented 5 years ago
repi commented 5 years ago
repi commented 5 years ago
hrydgard commented 5 years ago
Jake-Shadle commented 5 years ago
repi commented 5 years ago
repi commented 5 years ago
MaikKlein commented 5 years ago
hrydgard commented 5 years ago
repi commented 4 years ago
repi commented 4 years ago
MaikKlein commented 4 years ago
repi commented 4 years ago
repi commented 4 years ago
MaikKlein commented 4 years ago
repi commented 4 years ago
hrydgard commented 4 years ago
hrydgard commented 4 years ago
hrydgard commented 4 years ago
Jake-Shadle commented 4 years ago
hrydgard commented 4 years ago
repi commented 4 years ago
repi commented 4 years ago
Jake-Shadle commented 4 years ago
repi commented 4 years ago
emilk commented 4 years ago
hrydgard commented 4 years ago
VZout commented 4 years ago
MaikKlein commented 4 years ago
repi commented 4 years ago
VZout commented 4 years ago
repi commented 4 years ago
hrydgard commented 4 years ago

(forum post, not issue)

VZout commented 4 years ago
repi commented 4 years ago
repi commented 4 years ago
Jasper-Bekkers commented 4 years ago
repi commented 4 years ago
Jake-Shadle commented 4 years ago
VZout commented 4 years ago