Skip to content
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

Improve globbing algorithm. Fixes #439 #454

Merged
merged 1 commit into from Jun 5, 2014
Merged

Conversation

nicks
Copy link
Contributor

@nicks nicks commented Jun 1, 2014

This fixes bugs in the globbing algorithm so that relative paths ("../foo/**.js") work better. Also, if you choose a directory, we automatically glob all the js files in that directory.

@concavelenz
Copy link
Contributor

Is it possible to add tests for this?

@nicks
Copy link
Contributor Author

nicks commented Jun 5, 2014

i'm open to suggestions. any test that interacts with the file system tends to be non-portable, because it would break as soon as you run it on a different build system (e.g., inside google)

@concavelenz
Copy link
Contributor

OK, lets go with this.

concavelenz added a commit that referenced this pull request Jun 5, 2014
Improve globbing algorithm. Fixes #439
@concavelenz concavelenz merged commit abbc3de into google:master Jun 5, 2014
@nicks nicks deleted the nick-cli branch June 6, 2014 03:38
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.

None yet

2 participants