dmd
dmd copied to clipboard
Fix Issue 20964
Thanks for your pull request, @9il!
Bugzilla references
| Auto-close | Bugzilla | Severity | Description |
|---|---|---|---|
| ✓ | 20964 | blocker | poor CTFE support for backward pointer iteration |
⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️
- Regression or critical bug fixes should always target the
stablebranch. Learn more about rebasing tostableor the D release process.
To target stable perform these two steps:
- Rebase your branch to
upstream/stable:
git rebase --onto upstream/stable upstream/master
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "master + dmd#13096"
@9il for completeness sake you should also test a case in which the index would be out of bounds. to see what happens when that happens. I assume that nothing good will happen but you might be lucky and it's handled gracefully in the cases you are testing.
No description provided.
I'm very happy to see your first dmd PR, @9il!
I'm very happy to see your first dmd PR, @9il!
Man, it isn't first.
I'm very happy to see your first dmd PR, @9il!
Man, it isn't first.
Ahh, sorry. Only searched your open PRs.
@9il this seems to be failing the testsuite