-
Notifications
You must be signed in to change notification settings - Fork 272
Uncaught exception Sys_error("Is a directory") #1186
Copy link
Copy link
Open
Labels
defectunison fails to meet its specification (but doesn't crash; see also "crash")unison fails to meet its specification (but doesn't crash; see also "crash")effort-lowissue is likely resolvable with <= 5h of effortissue is likely resolvable with <= 5h of effortimpact-lowlow importancelow importance
Description
Activity
Metadata
Metadata
Assignees
Labels
defectunison fails to meet its specification (but doesn't crash; see also "crash")unison fails to meet its specification (but doesn't crash; see also "crash")effort-lowissue is likely resolvable with <= 5h of effortissue is likely resolvable with <= 5h of effortimpact-lowlow importancelow importance
I have thoroughly read the Reporting Bugs and Feature Requests wiki page.
#Environment
Reproduction Recipe
Just run a command without any options/flags and with tree arguments, and the current directory (
.) must be the first argument.Expected behavior vs actual behavior
Expected behavior: The cli should print the usage or help text in TUI.
Actual behavior: there is an unexpected error, for example command
unison . ~ /:But when run command
unison <not_dot> <arg2> <arg3>, cli printing the usage guide.P.S: I created current report cause in error was a sentence
please report a bugand I thought I can help somehow :).