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

fez upload hangs when .gitignore file is present #80

Closed
sdondley opened this issue Jan 28, 2023 · 4 comments
Closed

fez upload hangs when .gitignore file is present #80

sdondley opened this issue Jan 28, 2023 · 4 comments

Comments

@sdondley
Copy link

sdondley commented Jan 28, 2023

macOS 13.2 (Ventura) with fez v39. When I do fez upload on a directory with a .gitignore file present, fez hangs indefinitely.

If I change the line at

rx/ <$regex> /

From: rx/ <$regex> /

To: rx/ $regex /

It no longer hanges. But I'm not sure if this is the proper fix as I'm not sure what the code is trying to accomplish. Adding sdist/ to the .gitignore didn't help.

@sdondley
Copy link
Author

sdondley commented Jan 28, 2023

OK, now here's where it gets weird. Everything works on 2022.07. It breaks on 2022.12. But I'm using the same version of fez.

UPDATE: This may not have been accurate. I may have been using a locally hacked version of fez I'm using to troubleshoot.

@sdondley
Copy link
Author

OK, the problem is a blank line at the end of the .gitignore file. Methinks this is a bug.

@tony-o
Copy link
Owner

tony-o commented Jan 31, 2023

@sdondley please give ver<40> a go, it should resolve this issue

@sdondley
Copy link
Author

OK, just used it. No problems with a blank line in .gitignore this time. Thanks!

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