-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
fix Issue 20893 - [REG 2.087] 32-bit arithmetic goes wrong #11230
Conversation
|
Thanks for your pull request, @WalterBright! Bugzilla references
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 "stable + dmd#11230" |
|
Err, stable... |
I follow the directions here exactly. Result is the mess you see :-( Then I do: Result: Mess. So I try: which does not help. I figure I'm missing some obvious, but omitted, step? |
Pushing stable should be unnecessary, your PR uses the |
I followed the directions presented here exactly. It did not say to do anything else like push that branch. |
|
Are your remote up to date ? ( Let me fix that for you. |
|
This stuff desperately needs to be added to the directions. The directions should be complete. |
|
Another question: is |
|
Here you go. For reference, when $ git checkout upstream/stable
$ git branch -D fix20893 # Make sure you know the commit before, or `man git-reflog`
$ git checkout -b fix20893 # Gives you a fresh branch off `stable`
$ git cherry-pick 72f110d # The original commit IDIn my experience this is easier for people that struggle with EDIT: To pick up those change: |
|
run |
|
@WalterBright : |
|
I don't want to use different names, I want to use the usual conventions as long as I haven't mastered git.
Now, when I do Notice the first is |
|
When would I do |
|
Anyhow, thanks for the info and fixing this PR. Please fix the "rebase to stable" directions. |
My bad, I don't know why I wrote
I'm not sure, but I guess Github changed their remote endpoints at some point. You can do |
|
@Geod24 thanks! |
Fix refactoring mistake in #9722
It's an ugly problem, and should be a priority.