Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use XDG config path on FreeBSD #8103
+3
−3
Conversation
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Feb 20, 2017
|
The windows failure is in the clean up code, the tests pass (and this should not be hit in windows anyway). |
NelleV
merged commit 8241344
into matplotlib:master
Feb 20, 2017
4 of 5 checks passed
continuous-integration/appveyor/pr
AppVeyor build failed
Details
codecov/patch
100% of diff hit (target 80%)
Details
codecov/project/library
62.29% (+0%) compared to 747792b
Details
codecov/project/tests
97.97% (target 97.7%)
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
@NelleV did you backport this? |
QuLogic
added the
Needs backport
label
Mar 20, 2017
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this pull request
Mar 27, 2017
|
|
NelleV + QuLogic |
a003902
|
QuLogic
removed the
Needs backport
label
Mar 27, 2017
|
Backported to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afvincent commentedFeb 19, 2017
This is a patch that was kindly emailed to us by Adam on the devel-matplotlib mailing list (2017-02-19).
The PR is simply the execution of
git am 0001-Use-XDG-config-path-on-FreeBSD.patch, which was the patch file attached to Adam's email.@tacaswell Should this target 2.0.1 or 2.1?
Disclaimer: I do not have any FreeBSD system available, so I could not check it is working properly on this OS. But the patch seems OK to me (hence the PR).