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

Fix glob #164

Merged
merged 7 commits into from
Nov 13, 2019
Merged

Fix glob #164

merged 7 commits into from
Nov 13, 2019

Conversation

kirillsalykin
Copy link
Contributor

@kirillsalykin kirillsalykin commented Nov 8, 2019

This PR fixes glob on JVM.

closes #158

@dundalek not sure I understand when cwd can be nil and why it is treated as a valid condition.

@dundalek
Copy link
Owner

dundalek commented Nov 9, 2019

Hi @kirillsalykin, thanks for the help. This looks cool.

The nil cwd is there because of historical reasons. I think we can make it be always explicitly passed and fix any code that uses it with incorrect single arity.

I would love if we could somehow leverage the clj-glob test suite to make sure we cover all of the other cases like brace expansion, question mark wildcards, etc.

@kirillsalykin kirillsalykin marked this pull request as ready for review November 11, 2019 12:36
@kirillsalykin kirillsalykin changed the title First attemp to fix glob Fix glob Nov 11, 2019
@kirillsalykin
Copy link
Contributor Author

kirillsalykin commented Nov 11, 2019

@dundalek sci specific tests also failing on master - don't think my changes have caused it.
Could you please look into it?
and please review.

@dundalek
Copy link
Owner

dundalek commented Nov 13, 2019

Awesome work, seems to work great 🚀

Yeah, those sci CI errors are unrelated, they are about a functionality that needs to be yet implemented.

@dundalek dundalek merged commit 4234ee4 into dundalek:master Nov 13, 2019
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.

Glob not properly expanding in JVM version
2 participants