)]}'
{"tvix/nix-compat/src/derivation/output.rs":[{"author":{"_account_id":1000036,"name":"flokli","email":"flokli@flokli.de","username":"flokli"},"change_message_id":"f263099642dd62e81dd6ffc4e49a1775e2859eb8","unresolved":true,"context_lines":[{"line_number":183,"context_line":"    let output: Output \u003d serde_json::from_str(json_bytes).expect(\"must parse\");"},{"line_number":184,"context_line":""},{"line_number":185,"context_line":"    let s \u003d serde_json::to_string_pretty(\u0026output).expect(\"Serialize\");"},{"line_number":186,"context_line":"    eprintln!(\"{:?}\", s);"},{"line_number":187,"context_line":"    //assert_eq!(s, json_bytes);"},{"line_number":188,"context_line":"    let output2: Output \u003d serde_json::from_str(\u0026s).expect(\"must parse again\");"},{"line_number":189,"context_line":""}],"source_content_type":"text/x-rustsrc","patch_set":1,"id":"48d26047_c7cb36f3","line":186,"updated":"2024-03-03 12:00:35.000000000","message":"debug leftover?","commit_id":"5b1770629a258c7ae56fd4c38cbeaf63355d6972"},{"author":{"_account_id":1000082,"name":"Brian Olsen","display_name":"griff","email":"me@griff.name","username":"griff"},"change_message_id":"c82b452b6d7bc408a71691056cc182cc9d1ecea6","unresolved":false,"context_lines":[{"line_number":183,"context_line":"    let output: Output \u003d serde_json::from_str(json_bytes).expect(\"must parse\");"},{"line_number":184,"context_line":""},{"line_number":185,"context_line":"    let s \u003d serde_json::to_string_pretty(\u0026output).expect(\"Serialize\");"},{"line_number":186,"context_line":"    eprintln!(\"{:?}\", s);"},{"line_number":187,"context_line":"    //assert_eq!(s, json_bytes);"},{"line_number":188,"context_line":"    let output2: Output \u003d serde_json::from_str(\u0026s).expect(\"must parse again\");"},{"line_number":189,"context_line":""}],"source_content_type":"text/x-rustsrc","patch_set":1,"id":"a4791c8d_4a44b085","line":186,"in_reply_to":"48d26047_c7cb36f3","updated":"2024-03-03 12:13:00.000000000","message":"Yes","commit_id":"5b1770629a258c7ae56fd4c38cbeaf63355d6972"}],"tvix/nix-compat/src/nixhash/ca_hash.rs":[{"author":{"_account_id":1000036,"name":"flokli","email":"flokli@flokli.de","username":"flokli"},"change_message_id":"73575da70ab0c5b1f60f2ec758db522f868f2007","unresolved":true,"context_lines":[{"line_number":129,"context_line":"        })?;"},{"line_number":130,"context_line":"        let hash \u003d decode_digest(hash.as_bytes(), hash_algo)"},{"line_number":131,"context_line":"            .map_err(|e| serde::de::Error::custom(e.to_string()))?;"},{"line_number":132,"context_line":"        if recursive {"},{"line_number":133,"context_line":"            Ok(Some(Self::Nar(hash)))"},{"line_number":134,"context_line":"        } else {"},{"line_number":135,"context_line":"            Ok(Some(Self::Flat(hash)))"}],"source_content_type":"text/x-rustsrc","patch_set":1,"id":"ba52d6b4_023fe0da","line":132,"range":{"start_line":132,"start_character":11,"end_line":132,"end_character":20},"updated":"2024-03-03 12:07:42.000000000","message":"I\u0027d rename this variable `nar` (or `mode_is_nar`).\n\n`recursive` is a misleading term, we try to avoid using it as much as possible.\n\nAlso note https://cl.tvl.fyi/c/depot/+/11069, which introduces a `CAHashMode` enum. Once this landed, maybe we can have another constructor for CAHash, making use of that enum?","commit_id":"5b1770629a258c7ae56fd4c38cbeaf63355d6972"},{"author":{"_account_id":1000082,"name":"Brian Olsen","display_name":"griff","email":"me@griff.name","username":"griff"},"change_message_id":"c82b452b6d7bc408a71691056cc182cc9d1ecea6","unresolved":false,"context_lines":[{"line_number":129,"context_line":"        })?;"},{"line_number":130,"context_line":"        let hash \u003d decode_digest(hash.as_bytes(), hash_algo)"},{"line_number":131,"context_line":"            .map_err(|e| serde::de::Error::custom(e.to_string()))?;"},{"line_number":132,"context_line":"        if recursive {"},{"line_number":133,"context_line":"            Ok(Some(Self::Nar(hash)))"},{"line_number":134,"context_line":"        } else {"},{"line_number":135,"context_line":"            Ok(Some(Self::Flat(hash)))"}],"source_content_type":"text/x-rustsrc","patch_set":1,"id":"13d35ae1_9f9c62ab","line":132,"range":{"start_line":132,"start_character":11,"end_line":132,"end_character":20},"in_reply_to":"ba52d6b4_023fe0da","updated":"2024-03-03 12:13:00.000000000","message":"Done","commit_id":"5b1770629a258c7ae56fd4c38cbeaf63355d6972"}]}
