Use XDG config path on FreeBSD#8103
Merged
NelleV merged 1 commit intomatplotlib:masterfrom Feb 20, 2017
Merged
Conversation
tacaswell
approved these changes
Feb 20, 2017
Member
|
The windows failure is in the clean up code, the tests pass (and this should not be hit in windows anyway). |
Member
|
@NelleV did you backport this? |
QuLogic
pushed a commit
to QuLogic/matplotlib
that referenced
this pull request
Mar 27, 2017
…path_on_freebsd Use XDG config path on FreeBSD
Member
|
Backported to |
This file contains hidden or 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
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.
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).