Skip to content

Conversation

jeremyevans
Copy link
Contributor

  1. When using a recursive glob, do not include . entries if they
    represent the same directory as the previous entry in the resulting
    array. This approach depends on . being the first entry in the
    directory.

  2. When using a magical, non-recursive glob such as *, do not
    include .. entries.

Fixes [Bug #17280]

1) When using a recursive glob, do not include . entries if they
represent the same directory as the previous entry in the resulting
array.  This approach depends on . being the first entry in the
directory.

2) When using a magical, non-recursive glob such as *, do not
include .. entries.

Fixes [Bug #17280]
@jeremyevans
Copy link
Contributor Author

Closing, @nobu fixed this in 7dc0511.

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.

1 participant