-
Notifications
You must be signed in to change notification settings - Fork 267
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
multiple definitions #130
Comments
Thank you. I'm vaguely aware of this problem but haven't got around to looking into it. I wonder how many of the duplicates are in the "undefined" section at the bottom. Perhaps we should get rid of that. Ideally this would be tested by some kind of CI system so we would know if a PR introduces dupes. |
do you mean 'unsorted' ? Anyway, all current duplicates are listed in my first comment. In the oneliner to find all duplicates above the escape in the grep's regex was eaten though. The dot after ^ should be escaped |
|
The ones missing from vifm's list are because the definitions aren't different. They're just repeated. I'll remove those. As for the others: Suggested conflict resolutions:
Edit: I'm also moving |
They also told me that perl uses This exposes the need for better persistent documentation of wtf these filenames are. |
@trapd00r I vaguely remember us talking about you building some wild database for extensions, did you make any progress with htat? |
Yes, .PL is colored the same as a Makefile with no extension because it's almost always 'Makefile.PL'.
Correct. |
Well, we made this: #112 (comment) and blew up our environment in the process. Haven't tested the last comment in that thread. |
$ diff -Nur .dircolors <(wget -o /dev/null -qO- https://raw.githubusercontent.com/trapd00r/LS_COLORS/master/LS_COLORS) | wc -l
0
$ grep -E '^..+' .dircolors | awk '{print $1}' | sort | uniq -D
.asc
.asc
.dmg
.dmg
.enc
.enc
.eps
.eps
.jsm
.jsm
.midi
.midi
.pod
.pod
.ps
.ps
.sig
.sig
.t
.t
The text was updated successfully, but these errors were encountered: