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

Fix encodings for various generated files #368

Closed

Conversation

RaptDept
Copy link
Contributor

@RaptDept RaptDept commented Aug 3, 2018

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!

  • Added tests for changed code.
  • Updated documentation for changed code.

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 the master 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!

@RaptDept RaptDept changed the title WIP: Fix poetry develop text encoding handling (#221) WIP: Fix encodings for various generated files Aug 5, 2018
@RaptDept
Copy link
Contributor Author

RaptDept commented Aug 5, 2018

Python 2.7 build fails because of the encoding parameter added to the open built-in calls.

Not sure what the approach should be here. Should I replace all open calls with io.open?

@RaptDept RaptDept force-pushed the develop-cmd-text-encoding branch from 0ab78d0 to 8d58585 Compare August 11, 2018 09:13
@RaptDept RaptDept force-pushed the develop-cmd-text-encoding branch from 8d58585 to 5a4bfee Compare August 11, 2018 09:20
@RaptDept RaptDept changed the title WIP: Fix encodings for various generated files Fix encodings for various generated files Aug 11, 2018
@sdispater
Copy link
Member

I think this has been handled in #1088

@sdispater sdispater closed this Aug 8, 2019
Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants