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

replace linked_hash_map with hashlink

Open Byte1234 opened this issue 5 years ago • 4 comments

cc https://github.com/contain-rs/linked-hash-map/issues/97

Byte1234 avatar May 26 '20 10:05 Byte1234

it seems that linked-hash-map is quite stable (and used by several popular crates), and we have no reason the switch to a new crate.

chyh1990 avatar Jun 01 '20 12:06 chyh1990

linked-hash-map triggers UB (detected by miri). See the issue you linked and this issue at rustbreak(which has linked-hash-map only as a transitive dependency through this crate and serde_yaml and already triggers UB in the testsuite).

niluxv avatar Jul 11 '20 07:07 niluxv

Since linked_hash_map is broken on rust 1.48.0, and this is affecting downstream projects, this is pressing.

dessalines avatar Dec 04 '20 01:12 dessalines

Any movement on this? This has been preventing projects from using newer rust versions for 2 months now.

dessalines avatar Feb 09 '21 20:02 dessalines