Results 140 comments of David Lutterkort

Sounds good .. now I (or somebody else) just needs to find the time to implement this ;)

The API is `aug_to_xml` (unfortunately, the best API docs are still the header file [augeas.h](https://github.com/hercules-team/augeas/blob/master/src/augeas.h#L412))

I just rebased this to latest master. I am a little hesitant to just change the behavior of `[ .. ]` wholesale, though it's certainly an option; I wonder though...

Updated to make it possible to switch between the current behavior of `[...]` and what `` in this PR did by setting the environment variable `AUGEAS_NO_SHIFT`. When this variable is...

Cool ! Is there anything else that needs to be done here or can we close this issue ?

I am not sure what exactly is going wrong there, but the `put` test below outputs `a`, not `b`, when I run it through `augparse --notypecheck` so something's up: ```...

The difficulty here is that we have to distinguish between three different kinds of lines: ``` key=value key= key ``` If people should be able to go from one of...

I've put the my work onto this branch: https://github.com/lutter/augeas/tree/dev/node-null-value The actual code change is two lines in `lens.h`; the big problem is that it makes lots of tests fail. I've...

Thanks for doing the work there. Yes, I'd be more than happy to have augeas be added to oss-fuzz; can I rely on you to help with the ongoing work...

Cool. Just left a comment on your PR that I am totally ok with adding augeas to oss-fuzz.