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 for issue #78 loading yarn.txt with \r\n lines #79

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

julsam
Copy link
Contributor

@julsam julsam commented Aug 25, 2018

When loading a yarn.txt file, Yarn was expecting lines to end only with
\n and didn't handle properly lines ending with \r\n.

Yarn saves files using only \n, even on Windows, but if the user modify
the file manually, some editors on Windows will convert \n to \r\n, so
it must be taken into account.

When loading a yarn.txt file, Yarn was expecting lines to end only with
\n and didn't handle properly lines ending with \r\n.
Yarn saves files using only \n, even on Windows, but if the user modify
the file manually, some editors on Windows will convert \n to \r\n, so
it must be taken into account.
@blurymind
Copy link
Collaborator

ah sorry, I didnt realize you have already fixed it. I will revert the fix in my pull #80

@julsam
Copy link
Contributor Author

julsam commented Nov 24, 2018

All good @blurymind 👌
I hope one of the maintainers will come here and check our pull requests, it's been pretty dead since this summer 😞

@blurymind
Copy link
Collaborator

blurymind commented Nov 24, 2018

it would be nice if this project had more than one maintainers. From my understanding it's only @charblar
atm and he's probably having trouble dedicating time

@blurymind
Copy link
Collaborator

blurymind commented Nov 24, 2018

btw I fixed the issues noted in #83

@desplesda desplesda merged commit c50b77c into InfiniteAmmoInc:electron Jan 21, 2019
@desplesda
Copy link
Collaborator

Merged into electron.

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.

3 participants