nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
225 stars 20 forks source link

deprecitation message is incorrect #128

Closed daylinmorgan closed 10 months ago

daylinmorgan commented 10 months ago

https://github.com/nitely/nim-regex/blob/199e696a1b0e0db72e2e5a657926e5b944e6ae2d/src/regex.nim#L915-L921

The hint raised for match has the wrong signature. Should be use match(string, Regex2, var RegexMatch2) instead

nitely commented 10 months ago

fixed