Regex in info_order is confusing #180
Labels
locked
[bot] locked due to inactivity
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
The code contains a regex to modify the file extension for hashing / sorting:
It looks like the regex is supposed to do a great deal of things, but if I am not mistaken
splitext
will always cut off after the first dot from the right. So one could write just as well:The text was updated successfully, but these errors were encountered: