rust-ecosystem icon indicating copy to clipboard operation
rust-ecosystem copied to clipboard

Embark issues

Open repi opened this issue 5 years ago • 220 comments

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 avatar Aug 14 '19 09:08 repi

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

repi avatar Aug 14 '19 09:08 repi

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

repi avatar Aug 14 '19 09:08 repi

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

repi avatar Aug 15 '19 15:08 repi

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

Jake-Shadle avatar Aug 26 '19 07:08 Jake-Shadle

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

repi avatar Sep 01 '19 16:09 repi

  • https://github.com/tower-rs/tower-grpc/issues/204

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

hrydgard avatar Sep 10 '19 10:09 hrydgard

repi avatar Sep 26 '19 19:09 repi

  • https://github.com/actions-rs/meta/issues/8

repi avatar Sep 27 '19 16:09 repi

  • https://github.com/briansmith/ring/issues/902

Jake-Shadle avatar Oct 06 '19 17:10 Jake-Shadle

repi avatar Oct 07 '19 20:10 repi

repi avatar Oct 07 '19 22:10 repi

hrydgard avatar Oct 15 '19 14:10 hrydgard