-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFIXME
More file actions
17 lines (11 loc) · 652 Bytes
/
FIXME
File metadata and controls
17 lines (11 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- Reduce the amount of printf'ing drastically!
-- Get rid of the silly Parsec dependency...
-- Use Blaze.Builder/"xml-enumerator" to build XML output instead
of HaXML?
-- Switch to using "filemanip" System.FilePath.Find instead of
hand-rolled directory traversal...? MTL dependency could be a problem...
-- Object.hs/scanFile: Should handle 'file gone missing' -- simply
don't prepend an object in that case.
-- DirectoryUtils: walkTree should detect loops (via symlinks or "circular mount" structures).
-- Change the "dynamic/services/%s/control" bits of Service.hs to a common
function which can be used to also generate the routes.