Opened 11 years ago

Closed 11 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)

find-files.diff (817 bytes) - added by Christian Kellermann 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by Christian Kellermann

Attachment: find-files.diff added

comment:1 Changed 11 years ago by Ivan Raikov

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).

comment:2 Changed 11 years ago by Christian Kellermann

Resolution: fixed
Status: newclosed

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.