-
Notifications
You must be signed in to change notification settings - Fork 41
index out of bounds
error
#188
Comments
The relevant part is: rust-semverver/src/mismatch.rs Lines 214 to 226 in b494170
We should filter them somehow not to relate. |
so adding @JohnTitor do you have any input/thoughts on what/how to filter? in my tests it failed on |
Thanks for investigating but no, I don't. So, that is a deep problem I think, the code here is not actively developed but passive-maintained, so (I assume) some of the code doesn't cooperate with the current rustc code nicely. We have to take a closer look at the code here, and it might be required to re-think the structure itself. It'll need some dedicated time but I don't think I can make it right now, sorry. |
would you be willing to merge a workaround and leave the issue open? |
So, currently things don't work on that condition anyway, right? Then it seems fine to me :) |
See rust-lang#188 for some discussion. The proper fix would probably be a bigger refactoring endeavor, but this avoids the index out of bounds access for now.
Tried to run
cargo semver
on the toml-rs crate and got an error:Details:
The text was updated successfully, but these errors were encountered: