-
Notifications
You must be signed in to change notification settings - Fork 101
Wrong line endings in urls #1332
Description
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:
- OS: Windows/Linux/Mac?
- Browser: Chrome/Firefox/Safari?