Conversation
|
Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + phobos#8116" |
77b1841 to
c6f2cbf
Compare
|
Turns out that |
af02c31 to
569b8c5
Compare
I now split up the stack-logic and heap-logic into two functions, so that the former can be |
|
Please rebase to restart circleCI |
569b8c5 to
02dc46b
Compare
|
@RazvanN7 maybe you could rebase for the author? The ping, rebase, wait for auto-merge label to be re-added cycle seems a bit inefficient. |
|
@wilzbach Of course I can do the rebase myself, however, I think it's better to keep the PR author engaged. |
02dc46b to
9c932d3
Compare
Having to rebase my PRs over and over again because of CI issues is not very engaging though 😬 |
Split off from #8113
Since realloc could return the input if there is enough capacity, it should be
return scope. While in practice realloc is all@systemand@trustedcode, it does seem to trip up issue 20150.