Type restriction of String#rindex
#10969
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
kind:regression
Something that used to correctly work but no longer works
topic:stdlib:text
Milestone
I have fixed this issue (#10956), then another issue crops up, text.rindex want to return a Int32 but the number given to it was explicitly Int64. you can see the patch https://github.com/iv-org/invidious/pull/2263/files#diff-c7fb42237f52a2684edf3d22d5f0b36f7f0ac8940f71c53886fe4a294ef73357L135
I wonder why isn't these issues showing up before. did something changed in the type inferencer? or it's simply a bug got fixed.
Originally posted by @tleydxdy in #10965 (comment)
The text was updated successfully, but these errors were encountered: