-
Notifications
You must be signed in to change notification settings - Fork 3.1k
remove NumericRangeIterator #7236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'm pretty sure this is the wrong way to (try to) fix the problem but I'm not sure what they right way would be. The non-terminating The only reasonable fix I can think of is to extend the precision as necessary instead of holding on to a specific |
|
|
|
@Ichoran That doesn't work. The precision is set correctly based on the string input but ever since #6884 all We could switch the operands to reduce the scope of this problem (based on the assumption that the start value will not usually need more precision than the step) but it will still be incorrect in some cases. |
|
marking as WIP but leaving open since there are plausible paths forward but it's not mergeable as-is |
|
Closing in favor of #7516 |
fix scala/bug#11152