Opened 12 years ago
Closed 12 years ago
#993 closed defect (fixed)
sigma uses obsolete find-file signature
Reported by: | Christian Kellermann | Owned by: | Ivan Raikov |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | sigma find-file | Cc: | |
Estimated difficulty: |
Description
...which silently breaks the current directory "." (and probably others) as the path is not stripped.
An attached patch fixes this but does not check for older chickens. Since this has been deprecated since 4.6.x it may be safe to upgrade.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | find-files.diff added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Oh, I am sorry for the incomplete patch! <insert lame excuse about it being late here>. I hope it has not been too inconvenient. According to the documentation the seed keyword argument defaults to '(), which is why I have omitted it.
Thanks for the new release!
Note: See
TracTickets for help on using
tickets.
Thanks for the bug report, but the patch was fixes only one invocation of find-files and does not supply the seed argument. I have fixed all three invocations of find-files accordingly and have tagged a new release (2.4).