summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-06-02 11:49:06 -0500
committerDan Bode <dan@bodepd.com>2010-06-02 11:49:06 -0500
commit92f319f212e784aeb8d8706c4b1832287221d751 (patch)
tree75d6f912c0de8f042ac46aa6f7cfd78ba1b2ca00 /README
parent3b196c0d2053b03007a7a9dd3ef0bf2e2a4f8000 (diff)
latest version of README
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 66c8c67..f0303ac 100644
--- a/README
+++ b/README
@@ -12,9 +12,7 @@ Sudoers supports ensure => (present|absent)
3 Shouldn't log flush or to_line events because they occur too often (working on this per issue with parsedfile).
LIMITATIONS (things I will not fix soon):
-
1. No support for parsing multi-line files (with \). I may add this in the next revision.
- 2. Forced to use comments to specify NAMEVAR for user specs. This means that there is no
- way to determine if an added line is the same as an existing line.
+ 2. Forced to use comments to specify NAMEVAR for user specs. This means that there is no way to determine if an added line is the same as an existing line.
3. Dependencies are only applied between records at creation time. It is not possible to insert a new record before an existing one. There is probably a good way to fix this, but I need more time to look into it. Currently discussing with dev, this may require a feature request in parsedfile??
4. Performance issue with parsedfile- seems to be runing to_line way too many times, also flushing way too often