-
Notifications
You must be signed in to change notification settings - Fork 0
/
Issues.txt
57 lines (44 loc) · 2.32 KB
/
Issues.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Issues with shawkle
----------------------------------------------------------------------
Need to add test that filenames in rule files do not differ only by case
The following leads to loss of data under Cygwin!
1|^FTMP|lines|a|
1|^TOP|lines|A|
----------------------------------------------------------------------
Function shuffle2() uses dictionary structure, but runs slower
Possibly remove to separate file?
----------------------------------------------------------------------
Arguments
shawkle.py --cloud "$HOME/u/agendab/cloud" - this works
shawkle.py --cloud "~/u/agendab/cloud" - this does not
----------------------------------------------------------------------
Sorting
Sorting by "Jan, Feb, Mar..."
Reverse sorting.
----------------------------------------------------------------------
Use pydoc to generate simple HTML manual page
/usr/lib/python2.6/pydoc.py - see Learning Python
----------------------------------------------------------------------
Possible issues regarding permissions
Test on Unix system where files listed may not be opened,
or directory writeable, because of permissions
----------------------------------------------------------------------
Is requirement to have local and global files arbitrary?
getrules() could be changed to allow any number of rule files - at least one...
----------------------------------------------------------------------
Assumes that .html will be in current directory.
p.add_option("--htmldir", action="store", type="string", dest="htmldir", default=".html",
help="name of directory for urlified HTML files; default './.html'")
----------------------------------------------------------------------
Should not print
Using config file: '.files2dirs' - specifies names of files and destination directories
Mapping file '.files2dirs' does not exist - exiting...
if there is no file .files2dirs
----------------------------------------------------------------------
If run almost simultaneously
Traceback (most recent call last):
File "/Users/tbaker/github/tombaker/Shuffle/src/shuffle.py", line 485, in <module>
sizebefore = totalsize()
File "/Users/tbaker/github/tombaker/Shuffle/src/shuffle.py", line 119, in totalsize
os.remove(file)
OSError: [Errno 2] No such file or directory: 'HUH'