-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix encodings for various generated files #368
Closed
RaptDept
wants to merge
10
commits into
python-poetry:master
from
RaptDept:develop-cmd-text-encoding
Closed
Fix encodings for various generated files #368
RaptDept
wants to merge
10
commits into
python-poetry:master
from
RaptDept:develop-cmd-text-encoding
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
RaptDept
changed the title
WIP: Fix
WIP: Fix encodings for various generated files
Aug 5, 2018
poetry develop
text encoding handling (#221)
Python 2.7 build fails because of the Not sure what the approach should be here. Should I replace all |
RaptDept
force-pushed
the
develop-cmd-text-encoding
branch
from
August 11, 2018 09:13
0ab78d0
to
8d58585
Compare
RaptDept
force-pushed
the
develop-cmd-text-encoding
branch
from
August 11, 2018 09:20
8d58585
to
5a4bfee
Compare
RaptDept
changed the title
WIP: Fix encodings for various generated files
Fix encodings for various generated files
Aug 11, 2018
I think this has been handled in #1088 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 still a WIP, but I thought I'd make a PR so I can get some feedback.
Will explain changes in #221 so discussion won't be fragmented.
Pull Request Check List
This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!
Note: If your Pull Request introduces a new feature or changes the current behavior, it should be based
on the
develop
branch. If it's a bug fix or only a documentation update, it should be based on themaster
branch.If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!