| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Last mut did not ensure the array was unique before calling uget_mut. The required properties were protected by a debug assertion, but a clear bug in release mode. Adding tests that would have caught this.
There was a problem hiding this comment.
LGTM! Thanks for fixing this, I was going to get to it later this week but couldn't when I found the bug.
Sorry, something went wrong.
|
Well found, I'm sorry for stealing it 🙂 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Last mut did not ensure the array was unique before calling uget_mut. The required properties were protected by a debug assertion, but a clear bug in release mode.
Adding tests that would have caught this.
Fixes #1427