ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Fix panic on date overflow #71

Closed 5225225 closed 2 years ago

ebarnard commented 3 years ago

Both of the new tests looks to be failing (and the plists parsing successfully)?

5225225 commented 3 years ago

It seems to be a version issue?

cargo +stable test passes the tests

cargo +1.40.0 test fails. Not to say that the code isn't wrong, but it's something strange going on. That or caching weirdness?

I develop with nightly so I never spotted that. (I also somewhat forgot about this PR, sorry!).

I'll have a look tonight to see if I can figure out what's going on.

ebarnard commented 2 years ago

Released in v1.3.0.