andrewCodeDev / Fluent

Fluent interface for REGEX, iteration, and algorithm chaining.
MIT License
83 stars 3 forks source link

Regex testing #15

Closed pierrelgol closed 7 months ago

pierrelgol commented 7 months ago

WIP

pierrelgol commented 7 months ago

Found a bug in parseQuantity when dealing with USIZE_MAX it panics with an integer overflow, I think there could be an easy fix of addig a check for overflow, or saturating overflow

Edit fixed the bug I think but double check just in case