-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[release-0.4, WIP]: backports for 0.4.3 #14611
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 743e4eb)
(cherry picked from commit 5e72ae2)
(cherry picked from commit b2f333d)
The backward i-search needs to set the "start" parameter of rsearch to the end (minus 1) of the current search window. This fixes e.g.: * searching backwards only one character remains stuck on the same match * searching backwards 'aaa' skips one of the matches in 'aaaa' (cherry picked from commit b3a57c6) ref #9352
(cherry picked from commit 7efffc7)
(cherry picked from commit 773fb3b)
The Raspberry Pi CPU is misdetected by LLVM, which means that hardware floating point instructions are not disassembled properly. `codegen.cpp` already has a work-around for this problem, explicitly enabling hardware floating point instructions on ARM systems. This patch is the counterpart for disassembling code. (cherry picked from commit 0f52021) ref #14386
(cherry picked from commit 63e5537)
This is more failures than I normally expect during a backport PackageEvaluator run, these each need looking into: https://gist.github.com/625c0de67ede8cb9e21c
|
+1 from me, the Fedora/EPEL RPM build fine with this PR. |
These are all intermittent https://gist.github.com/2ebb226d3c549dfd8238 Merging, will tag later today. |
tkelman
added a commit
that referenced
this pull request
Jan 12, 2016
[release-0.4, WIP]: backports for 0.4.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just starting on the already-labeled pending backports. Will run PkgEval once I finish putting more of them here. If there's anything that doesn't yet have the backport pending label on it that you think would be a good candidate, please point it out with a comment here.
Not yet here, but considering them: