!lymvtcwDJ7ZA9Npq:lix.systems

Lix Development

424 Members
(Technical) development of Lix, the package manager, a Nix implementation. Please be mindful of ongoing technical conversations in this channel.140 Servers

Load older messages


SenderMessageTime
20 Mar 2026
@qyriad:katesiria.orgQyriad We should almost definitely at least warn on this though 10:41:10
@piegames:flausch.socialpiegameshm, as in, runtime warning?10:41:30
@qyriad:katesiria.orgQyriadYes10:41:37
@piegames:flausch.socialpiegamesfucking hell10:44:41
@piegames:flausch.socialpiegamesthere is a rust crate called ijson10:44:45
@piegames:flausch.socialpiegames which has nothing to do with I_JSON, and is just "an opinionated fork of serde_json by a person whose name starts with i" 10:45:12
@qyriad:katesiria.orgQyriadOf course10:45:32
@coca162:matrix.orgCoca

All the rust json crates I already know of:

Input: {"name": "One", "name": "Two"}
serde_json (serde API): Err(Error("duplicate field `name`", line: 1, column: 22))
serde_json (Value API): Ok(Some(String("Two")))
nanoserde: Ok(Test { name: "Two" })
facet-json: Ok(Test { name: "Two" })
simd-json (serde API): Err(Error { index: 0, character: None, err_type: Serde("duplicate field `name`") })
simd-json (Value API): Ok(Some(Value([String("One")])))
10:46:07
@piegames:flausch.socialpiegames"internet json" surely wins the prize for the least searchable name of the week10:46:08
@coca162:matrix.orgCoca *

All the rust json crates I already know of:

Input: {"name": "One", "name": "Two"}
serde_json (serde API): Err(Error("duplicate field `name`", line: 1, column: 22))
serde_json (Value API): Ok(Some(String("Two")))
nanoserde: Ok(Test { name: "Two" })
facet-json: Ok(Test { name: "Two" })
simd-json (serde API): Err(Error { index: 0, character: None, err_type: Serde("duplicate field `name`") })
simd-json (Value API): Ok(Some(Value([String("One")])))
10:46:15
@piegames:flausch.socialpiegames"cause fewer problems" as in "fail less loudly and prominently"10:47:01
@piegames:flausch.socialpiegamesalso what the fuck on them having different behavior based on which API you use10:47:40
@piegames:flausch.socialpiegamescan we collectively please all go back to XML already?10:48:11
@coca162:matrix.orgCocayeah its certainly something10:48:37
@coca162:matrix.orgCoca actually argh I could be more clear here with serde_json since Value is still parsed using serde traits in serde_json, but in simd-json the Value API is wholly separate from serde 10:51:33
@emilazy:matrix.orgemilybtw I would very strongly caution against doing this without an extremely comprehensive test suite and probably carefully directed fuzzing. it is likely to cause far more "no abort, different results" interoperability issues than duplicate keys ever would. 2.4 switching to nlohmann was part of why it was probably the most hash-breaking release in memory11:22:54
@emilazy:matrix.orgemilysee also toml11 bumps sleepwalking into breaking Nixpkgs lib tests etc.11:23:20
@emilazy:matrix.orgemilyany complete of builtin parser implementation like that should most likely come with a period of running both of them and aborting on any divergence11:24:03
@emilazy:matrix.orgemily(how many hours do you have to learn about XML interoperability issues?)11:25:26
@emilazy:matrix.orgemily(it's a miracle Nix at least only has it as an output format)11:25:40
@emilazy:matrix.orgemily(and I like XML!)11:25:46
@emilazy:matrix.orgemilyI really don't think so. the JSON iceberg is not the Nix iceberg11:27:26
@emilazy:matrix.orgemilya warning about input you don't control is not actionable or going to go anywhere, unless it's a truly unfixable interoperability problem11:28:29
@emilazy:matrix.orgemilyit's unlikely JSON documents people produce solely for consumption in Nix will have duplicate keys because most language APIs won't do that11:29:07
@emilazy:matrix.orgemilyLix accepting escaped NUL codepoints in JSON that correctly-written Nixpkgs library functions violate their contract on is far more likely to cause interoperability issues than duplicate keys tbh11:30:11
@emilazy:matrix.orgemily (and that's a case where there actually is current and historical divergence, so a warning would be much more justifiable there...) 11:30:58
@emilazy:matrix.orgemilyinteresting to see simd-json diverge, though it also has several correctness issues open on GitHub, some from years ago 😅11:34:00
@emilazy:matrix.orgemilywonder if they somehow get better perf from that result or something11:34:38
@emilazy:matrix.orgemilyare you sure it's not storing both values in a parse tree type form and the lookup is just terminating on the first one actually?11:35:18
@coca162:matrix.orgCocaMy hunch was that simd-json can get the earliest acceptable value and then stop parsing, at least with the tape Value, but I would have to see11:35:49

Show newer messages


Back to Room ListRoom Version: 10