-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Closes #3281 #3285
Closes #3281 #3285
Conversation
Looks good. This also includes several isprime and corelib changes though – let's review those separately. |
The The corelib changes are in
Changed to
it works as expected and the |
If you get rid of that commit, I'm happy to merge this. You can do |
To clarify, I'm not certain either of those things are quite what we want, but the other stuff is clearly ok. |
That will drop that commit object on the floor, which is probably not what you want either.
Then you can checkout the I'll reiterate my standard advice to never do work on the master branch directly, in part because it makes these instructions more complicated to write (keeping track of whose master is whose). |
I did the following and it seems to have worked:
|
@pao , in this case the last commit was intended to be dropped. The fix requires an entirely different solution. |
Ahh, I misunderstood and took it as "these changes should be considered separately" instead of "let's forget this ever happened". At any rate, the |
Closes #3281
Sorry about the multiple open pull requests, I am yet to get the complete hang of using git in this project here.