-
Notifications
You must be signed in to change notification settings - Fork 429
In unix given a directory, tidy will generate a document! #391
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
Comments
Since we about to release a 5.4, and no work has been done on this, am moving it to |
@geoffmcl, I'd suggest the expedient fix would be the console application... should be an easy check. A more robust solution would be to implement this is the library and add a new message, because |
- Add a check upon opening a file for validity of the file. - Add a new message to indicate that the path is not a file.
I ended up with a simple fix in the library, including a new message. Tested on macOS and Windows. |
Address #391. Tested on macOS and Win10.
Thanks for the fix, @geoffmcl. I've merged it, so will close this. |
In combing through, and closing all the old SF bugs as
out-of-date
, came across Bug 744, created: 2005-12-06 by Jeff Pohlmeyer, and he even offered a simple solution...Problem: only in linux
While that might be
funny
! Ha, ha, it is a bug in my book.And also do not like the simple
Error: Can't open "dir-name"
in Windows. It is not justcan not open
, it is a directory, and should say so!Patch or PR welcome... thanks...
The text was updated successfully, but these errors were encountered: