Raphaël Pinson
Raphaël Pinson
OK. To sum it up. * @adamryczkowski's file contains unquoted strings: `foo = bar\n` * @msrd0's Cargo files contain tables (hashes) with array values: `foo = { bar = ["baz"]...
Thanks for confirming this @msrd0 . I've opened https://github.com/hercules-team/augeas/pull/703 to fix the `Cargo.toml` issue
Just merged #703. So now this issue is about whether unquoted strings are actually valid in TOML.
Thank you for the big report. Could you paste line 869 of your file please?
Do you have write access to the directory?
@erthmeld I doubt this is the same issue, as your issue concerns values, while the original one is about a key. Could you open a new issue please?
Thanks for this and sorry for the delay in reviewing it. Could you please add unit tests for these new keys?
Rebased
I've squashed a few commits. I don't know if you'd like me to squash more than that.
I don't understand why the cross-build is failing 🤔