Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1145)

Ticket Resolution Summary Owner Reporter
#1568 fixed Three reporting issues with new delete jweiss

Reported by jweiss, 8 years ago.

Description

The new python based version of delete has at least three changes in reporting from the old version:

1) When delete is unable to delete a file it fails to report which file it failed to delete (potentially important if you're deleting multiple files and one fails) The old version used to say something like:

delete: foo: No such file or directory

for each file foo that failed to delete.

2) Same problem in reverse with undelete.

3) undelete is now verbose about the list of files it is undeleting, where as the old version only reported problems.

#1569 fixed delete stack-trace if deleted file also exists jweiss

Reported by jweiss, 8 years ago.

Description

With the new python based delete you get a stack-trace if you try to delete the file "foo" and ".#foo" already exists. The behavior with the old delete was to lose the existing ".#foo", and delete the existing foo to ".#foo".

#1570 fixed trying to recursively delete a directory produces a stack trace jweiss

Reported by jweiss, 8 years ago.

Description

Traceback (most recent call last):

File "/usr/bin/delete", line 191, in <module>

sys.exit(main())

File "/usr/bin/delete", line 185, in main

if not delete(filename.rstrip('/'), options):

File "/usr/bin/delete", line 110, in delete

is_empty = libdelete.empty_directory(filename)

NameError?: global name 'libdelete' is not defined Exit 1

Note: See TracQuery for help on using queries.