rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.93k stars 112 forks source link

Library evaluation tracking issue #70

Closed dtolnay closed 6 years ago

dtolnay commented 7 years ago

This is the tracking issue for the evaluation performed by the libs team last week.

dtolnay commented 7 years ago

@Kimundi do you consider any of the other issues filed so far to be blockers for 1.0?

Kimundi commented 7 years ago

@dtolnay: No blockers in the existing issues, but I've opened #73 which is something I wanted to address before 1.0.

brson commented 7 years ago

I added https://github.com/rust-lang-nursery/lazy-static.rs/issues/73 to the op.

Kimundi commented 6 years ago

As per https://github.com/rust-lang-nursery/lazy-static.rs/issues/73#issuecomment-342787981, I've decided to postpone #73 for the 1.0 release.