Skip to content
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 52 commits into from
Jan 12, 2016
Merged

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Jan 9, 2016

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:

StefanKarpinski and others added 9 commits January 8, 2016 16:40
(cherry picked from commit dec1d29)
ref #14014

enabled all tests

(cherry picked from commit 65855b0)

fixed trailing whitespace

(cherry picked from commit 5f7f559)
- Fix incorrect statements
- Use a deterministic example and so doctest could be used

(cherry picked from commit 8267848)
ref #14254
(cherry picked from commit 43c9583)
ref #14325
Add a test that versioninfo(IOBuffer(), true) works

(cherry picked from commit ccf716e)
ref #14579
@tkelman tkelman changed the title WIP: backports for 0.4.3 [release-0.4, WIP]: backports for 0.4.3 Jan 9, 2016
yuyichao and others added 20 commits January 8, 2016 17:23
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 109dcc0)
ref #14262
Replace tabs with spaces.

(cherry picked from commit 145658e)
ref #14235
Currently it always opens two terminals for me. This will always
reliably open only one new terminal for Julia in all the different
cases.

(cherry picked from commit 8656840)
ref #14365
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
JeffBezanson and others added 21 commits January 9, 2016 02:03
(cherry picked from commit c3b0c65)
ref #14393
… the page

if this is a pooled object.

(cherry picked from commit 12e1fe6)
ref #14361
(cherry picked from commit c1005bf)
ref #14301
…calling

SuiteSparse routines. Fixes #14134

(cherry picked from commit 899552f)
ref #14149
(cherry picked from commit 6db0a4f)
ref #14335
(cherry picked from commit 2c53437)
matmul: don't assume the existence of type-conversions
Behaviour was not as documented.
(cherry picked from commit 312de21)
ref #14606
@tkelman
Copy link
Contributor Author

tkelman commented Jan 12, 2016

This is more failures than I normally expect during a backport PackageEvaluator run, these each need looking into: https://gist.github.com/625c0de67ede8cb9e21c

  • AverageShiftedHistograms
  • Cbc
  • DictFiles
  • EEG
  • FixedPointNumbers
  • FunctionalData
  • Gadfly
  • Jags
  • JuMPChance
  • JuMPeR
  • Mamba
  • Stan

This reverts commit 147db98.
According to bisect on Cbc.jl this was causing segfaults in jl_restore_incremental
This reverts commit d2fc2c0.
This test can't pass without the previous commit
@tkelman
Copy link
Contributor Author

tkelman commented Jan 12, 2016

All fixed locally by reverting (the backport of) #14301, rerunning pkgeval again just to be sure. @yuyichao what's up with that?

@nalimilan
Copy link
Member

+1 from me, the Fedora/EPEL RPM build fine with this PR.

@tkelman
Copy link
Contributor Author

tkelman commented Jan 12, 2016

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
@tkelman tkelman merged commit cdc14fb into release-0.4 Jan 12, 2016
@tkelman tkelman deleted the tk/backports-0.4.3 branch January 12, 2016 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.