Björn Gustavsson
Björn Gustavsson
Thanks for your pull request. Since this is a bug fix, I think it is appropriate to base it on the `maint` branch. If based on `master`, this fix will...
Your new test case will not actually be run unless you add its name to the end of the list of test cases in `all/0`. When you have done this...
Thanks for your pull request.
This is not a bug, but a limitation of the current value range analysis. We will not attempt to improve the value range analysis in Erlang/OTP 27. Determining ranges is...
No promises, but a possible goal for the compiler in Erlang/OTP 28 could be to improve the ranges in the following example: ``` -module(ranges). -export([fact/1, num_odd/1]). fact(N) when is_integer(N), 0...
Thanks for the pull request. I found two problems: * The test case does not fail when the bug is present. * The fix does not fix the bug. I've...
Thanks! Added to our daily builds.
There were some failures in our daily builds. I've pushed a fixup commit to eliminate those failures. If you again squash the commits, this PR is ready to be merged.
OTB has approved this PR (see [this Erlang Forum post](https://erlangforums.com/t/eep-70-non-filtering-generators/3937/13)). Please remove the code defining this as a feature. Also remove the update of the primary bootstrap; we will take...
I've now started to take a closer look at your code. When looking at the difference in the generated code for this branch (using `$ERL_TOP/scripts/diffable`): https://github.com/bjorng/otp/tree/bjorn/use-strict-generators I noticed that changing...