bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Playform does not run with a rust that is more recent than 2017-07-06 #192

Closed bfops closed 6 years ago

bfops commented 6 years ago

Playform has stopped working between these two versions:

rustc 1.20.0-nightly (3610a70ce 2017-07-05)

rustc 1.20.0-nightly (696412de7 2017-07-06)

bfops commented 6 years ago

It looks like 1685c92986 is the commit that introduced the bug.

bfops commented 6 years ago

Fixed in https://github.com/bfops/playform/commit/64dd4bd76a6fcb5581db0593cbd865bb8ac493a6

bfops commented 6 years ago

See explanation in https://users.rust-lang.org/t/upgrading-compiler-causes-application-to-hang-or-segfault-in-vec-push/14684