▲ 43 ▼ Everything about TOML format - Orchard Dweller (www.youtube.com) submitted 2 years ago by ruffsl@programming.dev to c/programming@programming.dev 50 comments fedilink hide all child comments Visualizer: https://toml-to-json.orchard.blog/ Code: https://github.com/orcharddweller/tom... TOML spec: https://toml.io/en/v1.0.0
[–] NewPerspective@lemmy.world 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] AMDmi3@lemmy.world 2 points 2 years ago* (last edited 2 years ago) You just check the exit code, no? The other process may fail while generating syntactically correct data too, regardless of format. permalink fedilink source parent
[–] AMDmi3@lemmy.world 2 points 2 years ago* (last edited 2 years ago) You just check the exit code, no? The other process may fail while generating syntactically correct data too, regardless of format. permalink fedilink source parent