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

Events not captured when upper case letter in path #9

Closed
tiye opened this issue Oct 28, 2015 · 8 comments
Closed

Events not captured when upper case letter in path #9

tiye opened this issue Oct 28, 2015 · 8 comments

Comments

@tiye
Copy link

tiye commented Oct 28, 2015

I found my code not working as usual:
https://github.com/Cirru/lein-cirru-sepal/blob/master/src/leiningen/cirru_sepal.clj#L40

And I tried to mv my path from

/Users/chen/repo/Cirru/sepal.clj

to

/Users/chen/repo/cirru/sepal.clj

and it began to work. Quite strange behavior.

@wkf
Copy link
Owner

wkf commented Oct 30, 2015

Interesting, thanks for the report! I'll try to take a look this afternoon.

@wkf
Copy link
Owner

wkf commented Nov 4, 2015

@jiyinyiyong Could you give me some details about your operating system? The paths look like OS X, but which version?

@tiye
Copy link
Author

tiye commented Nov 4, 2015

➤➤ uname -a
Darwin Air-of-Chen.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 16 23:12:31 PDT 2015; root:xnu-2782.20.48~4/RELEASE_X86_64 x86_64

screen shot 2015-11-04 at 10 25 28 pm

@wkf
Copy link
Owner

wkf commented Nov 4, 2015

Thanks for the info. Do you happen to know if the tests pass on your system (lein test)?

@wkf
Copy link
Owner

wkf commented Nov 4, 2015

Also, @jiyinyiyong would you mind giving me more details about what exactly isn't working? Is there a way I could reproduce? A test case would be ideal. Thanks!

@wkf
Copy link
Owner

wkf commented Nov 4, 2015

Also, your second example path still has an uppercase letter - is that correct?

@tiye
Copy link
Author

tiye commented Nov 5, 2015

Yes, OS X is always using /Users/ and that's correct. So you are on Linux?

And it's strange as I try to reproduce the bug, it's gone. This bug happened once before. I think we may break here until more details is discovered. Sorry about the test case.

@wkf
Copy link
Owner

wkf commented Nov 5, 2015

I'm on OS X; I was just pointing out that your working example had an uppercase letter. I'm glad it's working now though! No worries.

I'm going to close this issue for now. Please reopen if you experience any more problems.

@wkf wkf closed this as completed Nov 5, 2015
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

No branches or pull requests

2 participants