dmd icon indicating copy to clipboard operation
dmd copied to clipboard

Fix Issue 20964

Open 9il opened this issue 4 years ago • 6 comments

9il avatar Sep 22 '21 14:09 9il

Thanks for your pull request, @9il!

Bugzilla references

Auto-close Bugzilla Severity Description
20964 blocker poor CTFE support for backward pointer iteration

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

To target stable perform these two steps:

  1. Rebase your branch to upstream/stable:
git rebase --onto upstream/stable upstream/master
  1. Change the base branch of your PR to stable

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"

dlang-bot avatar Sep 22 '21 14:09 dlang-bot

@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.

UplinkCoder avatar Sep 22 '21 16:09 UplinkCoder

No description provided.

I'm very happy to see your first dmd PR, @9il!

nordlow avatar Sep 24 '21 10:09 nordlow

I'm very happy to see your first dmd PR, @9il!

Man, it isn't first.

9il avatar Sep 24 '21 13:09 9il

I'm very happy to see your first dmd PR, @9il!

Man, it isn't first.

Ahh, sorry. Only searched your open PRs.

nordlow avatar Sep 24 '21 14:09 nordlow

@9il this seems to be failing the testsuite

RazvanN7 avatar Apr 26 '22 07:04 RazvanN7