japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

Can't compile on newest Rust nightly because Collection traits have been removed #8

Closed tolgap closed 10 years ago

tolgap commented 10 years ago

See https://github.com/rust-lang/rust/pull/18474 for the pull request. This has landed 6 days ago. When I try to build linalg.rs on the newest Rust nightly, it can't find the Collection trait.

All affected structs can be found here. These implementations have to be rewritten.

japaric commented 10 years ago

I'm aware of the collection reform, and I'm currently working on a large refactor of this library. No ETA.

tolgap commented 10 years ago

@japaric Now that the Collection trait is gone, how are these functions supposed to be implemented? Just on the impl of the struct itself?