ruffsl@programming.dev to Programming@programming.devEnglish · 11 months agoEverything about TOML format - Orchard Dwellerwww.youtube.comexternal-linkmessage-square49fedilinkarrow-up151arrow-down18file-textcross-posted to: python@programming.dev
arrow-up143arrow-down1external-linkEverything about TOML format - Orchard Dwellerwww.youtube.comruffsl@programming.dev to Programming@programming.devEnglish · 11 months agomessage-square49fedilinkfile-textcross-posted to: python@programming.dev
Visualizer: https://toml-to-json.orchard.blog/ Code: https://github.com/orcharddweller/tom… TOML spec: https://toml.io/en/v1.0.0
minus-squareNewPerspective@lemmy.worldlinkfedilinkarrow-up1·11 months agoWhat about processes that terminate before writing the whole thing? You can’t protect against everything. Blame other processes all you want but the language spec allows for confusion.
minus-squareAMDmi3@lemmy.worldlinkfedilinkarrow-up2·edit-211 months agoYou just check the exit code, no? The other process may fail while generating syntactically correct data too, regardless of format.
What about processes that terminate before writing the whole thing? You can’t protect against everything. Blame other processes all you want but the language spec allows for confusion.
You just check the exit code, no? The other process may fail while generating syntactically correct data too, regardless of format.