-
Notifications
You must be signed in to change notification settings - Fork 101
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
Wrong line endings in urls #1332
Comments
@CREITZ25 thanks for figuring this out and reporting this issue.
What does really go wrong here or is the actual bug?
Aren't we talking about |
@hohwille The problem also occurred with ide-mirrors. In addition to LF and CRLF, there is also the option of not making a line break. I added that to the CITest.yml file. And we should also create such a test in ide-urls, which tests all 3 cases. |
I added the missing newlines but I still have no idea what failed because of a missing newline in pip/pip/latest/urls? |
Expected behavior
As a developer, I always want to have the same conditions for implementing new features so that so that I don't have to analyze errors that have already been analyzed several times.
Actual behavior
A new feature reads a line from a file and reacts differently due to different newline characters
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Actually this happens with pip commandlet:
cd to the urls directory and start the following find command:
$ find . -type f | xargs file | grep "with no line terminators"
./git/git/security: ASCII text, with no line terminators
./pip/pip/latest/urls: ASCII text, with no line terminators
Comments/Hints:
We have to correct this files and add the correct line endings
We should implement a test worflow such as "Update CITest.yml" in repository ide-mirrors.
Affected version:
The text was updated successfully, but these errors were encountered: