{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":758270041,"defaultBranch":"main","name":"miette","ownerLogin":"Nahor","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-16T00:32:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1198364?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710191821.0","currentOid":""},"activityList":{"items":[{"before":"d0c114311d802f0d22d0daeaf1e303366b25fae4","after":"c7cbb07d84ecb80bda86dcb2ab93db5703bd19c5","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-22T19:45:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(zero length): Improve rendering for zero-length error spans\n\nA zero-length span at a line boundary can be associated either with the\nprevious or the next line. Current code prefer to use the next line,\nhowever there isn't always a \"next line\" (end of source, or \"no context\"\nconfiguration).\nThere is also the extra-special case of an empty document which has no\n\"next line\" but also no \"previous line\".\n\nThis commit adds an empty newline at the end of a document if appropriate\nso that there is a \"next line\", or use the \"previous line\"","shortMessageHtmlLink":"fix(zero length): Improve rendering for zero-length error spans"}},{"before":"fd5d5e6442888dd82b327f6fc16a2b244df61c1d","after":"f7fa50d8de219d21d479d0658922e10fea905b93","ref":"refs/heads/misc","pushedAt":"2024-03-20T01:30:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(SourceCode): Fix and improve default `SourceCode` implementation\n\n- Fix a panic when a 0 length span covers the end of a document\n- Fix incorrect `line_count`\n- Add new unit tests and complete existing ones\n- Improve readability","shortMessageHtmlLink":"fix(SourceCode): Fix and improve default SourceCode implementation"}},{"before":"60427da1110c2cba743eb13023ad3e5427bdf34f","after":"d0c114311d802f0d22d0daeaf1e303366b25fae4","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-20T01:29:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(miri): remove or mark as dead_code unused internal structs\n\n- Mark as dead_code the structs uses in testing\n- Remove unused code inherited from Eyre for converting `Option` into\n `Result`","shortMessageHtmlLink":"fix(miri): remove or mark as dead_code unused internal structs"}},{"before":"8e4849e3521ab453fd0b1f4ecc94204d06c3b75c","after":"60427da1110c2cba743eb13023ad3e5427bdf34f","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-19T23:03:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(miri): remove or mark as dead_code unused internal structs\n\n- Mark as dead_code the structs uses in testing\n- Remove unused code inherited from Eyre for converting `Option` into\n `Result`","shortMessageHtmlLink":"fix(miri): remove or mark as dead_code unused internal structs"}},{"before":"dfaf312d03bb6abbad00654d3e31d1c3a49e55b2","after":"8e4849e3521ab453fd0b1f4ecc94204d06c3b75c","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-19T18:55:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(miri): remove or mark as dead_code unused internal structs","shortMessageHtmlLink":"fix(miri): remove or mark as dead_code unused internal structs"}},{"before":"c340273f3664d7953dd046dbd4a9bcc8a9a0b29d","after":"dfaf312d03bb6abbad00654d3e31d1c3a49e55b2","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-19T17:49:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(dead code): remove unused internal structs","shortMessageHtmlLink":"fix(dead code): remove unused internal structs"}},{"before":"c52580d7f2a9b921996c4d9e240060915efd89fd","after":"c340273f3664d7953dd046dbd4a9bcc8a9a0b29d","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-11T21:36:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(zero length, no context): Add Option to distinguish between \"current line\" and \"just the span\"\n\nFixes #355\n\nChange the number of context lines from usize to Option to allow\nchoosing between \"just the span\" (as implemented previously when using\n0 context line) using `None`, and displaying the error line without\nextra context (not possible before) using `Some(0)`.","shortMessageHtmlLink":"fix(zero length, no context): Add Option to distinguish between \"curr…"}},{"before":null,"after":"c52580d7f2a9b921996c4d9e240060915efd89fd","ref":"refs/heads/zero_length_no_context","pushedAt":"2024-03-11T21:17:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(zero length, no context): Add Option to distinguish between \"current line\" and \"just the span\"\n\nFixes #355\n\nChange the number of context lines from usize to Option to allow\nchoosing between \"just the span\" (as implemented previously when using\n0 context line) using `None`, and displaying the error line without\nextra context (not possible before) using `Some(0)`.","shortMessageHtmlLink":"fix(zero length, no context): Add Option to distinguish between \"curr…"}},{"before":"1487df45c9725f12b74d803c3948f1dec2f19b1f","after":null,"ref":"refs/heads/doc_check","pushedAt":"2024-03-07T20:25:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"}},{"before":"75fea0935e495d0215518c80d32dd820910982e3","after":"22b29eec387d9f96dcbf165ab1b34011868315a9","ref":"refs/heads/main","pushedAt":"2024-03-04T23:09:39.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"docs: use `cargo readme` to update (#351)","shortMessageHtmlLink":"docs: use cargo readme to update (zkat#351)"}},{"before":"704395344e1a3090b6818856d834c5d51f5b8888","after":"1487df45c9725f12b74d803c3948f1dec2f19b1f","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T23:04:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"1e179e29048990fd934ec1a2168b0f5a9cbc5de6","after":"704395344e1a3090b6818856d834c5d51f5b8888","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T23:02:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"ba1ab2234173bae14d6120323722ff2ae374a5ee","after":"1e179e29048990fd934ec1a2168b0f5a9cbc5de6","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T23:01:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"53ebdf8e58c887368ad6b8c58a68bf47a3b14845","after":"ba1ab2234173bae14d6120323722ff2ae374a5ee","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:49:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"9e17aea86b9e67502535f7c69bd538599e32f4d5","after":"53ebdf8e58c887368ad6b8c58a68bf47a3b14845","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:47:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"a085c16e3dd46dc42e58f306ec3662393aaa15f7","after":"9e17aea86b9e67502535f7c69bd538599e32f4d5","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:40:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"49e8c6acebaa27f6c8ea296e75914391116f6619","after":"a085c16e3dd46dc42e58f306ec3662393aaa15f7","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:35:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"c28aab0ada1f88e715b7e6e103a708c2afff5a5f","after":"49e8c6acebaa27f6c8ea296e75914391116f6619","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:28:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"a1723fb359c789d3e03a2b5387d83f768396ffb7","after":"c28aab0ada1f88e715b7e6e103a708c2afff5a5f","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:27:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"dd908b323350f5f0dc2282a6e664b4c990d2f127","after":"a1723fb359c789d3e03a2b5387d83f768396ffb7","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:24:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"61679a1983e110015ceb372c3aeed114640825ed","after":"dd908b323350f5f0dc2282a6e664b4c990d2f127","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:22:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":null,"after":"61679a1983e110015ceb372c3aeed114640825ed","ref":"refs/heads/doc_check","pushedAt":"2024-03-04T22:15:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"ci(doc consistency): check that lib.rs and README.md are consistent","shortMessageHtmlLink":"ci(doc consistency): check that lib.rs and README.md are consistent"}},{"before":"c436bf2ca49a3c376846f6c40afa06b479bf0e1c","after":"fd5d5e6442888dd82b327f6fc16a2b244df61c1d","ref":"refs/heads/misc","pushedAt":"2024-03-04T22:08:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(SourceCode): Fix and improve default `SourceCode` implementation\n\n- Fix a panic when a 0 length span covers the end of a document\n- Fix incorrect `line_count`\n- Add new unit tests and complete existing ones\n- Improve readability","shortMessageHtmlLink":"fix(SourceCode): Fix and improve default SourceCode implementation"}},{"before":null,"after":"c436bf2ca49a3c376846f6c40afa06b479bf0e1c","ref":"refs/heads/misc","pushedAt":"2024-03-04T21:57:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(SourceCode): Fix and improve default `SourceCode` implementation\n\n- Fix a panic when a 0 length span covers the end of a document\n- Fix incorrect `line_count`\n- Add new unit tests and complete existing ones\n- Improve readability","shortMessageHtmlLink":"fix(SourceCode): Fix and improve default SourceCode implementation"}},{"before":"54d895e10f3022ac152787f72b2e119369aeb2dd","after":null,"ref":"refs/heads/redundant-import","pushedAt":"2024-02-21T22:06:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"}},{"before":"1142e2b8f6a2b2133a63339431c82c760b18bfca","after":null,"ref":"refs/heads/out_of_bounds","pushedAt":"2024-02-21T21:47:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"}},{"before":"b89640fe4fbe16fb58519619d390231da336d34a","after":"54d895e10f3022ac152787f72b2e119369aeb2dd","ref":"refs/heads/redundant-import","pushedAt":"2024-02-21T21:45:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(redundant-import): fix a warning and CI failure in nightly","shortMessageHtmlLink":"fix(redundant-import): fix a warning and CI failure in nightly"}},{"before":"78e27b1942c502f470b34e088d8cd6fbe3bb304e","after":"1142e2b8f6a2b2133a63339431c82c760b18bfca","ref":"refs/heads/out_of_bounds","pushedAt":"2024-02-21T21:43:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(invalid span): skip the snippet when read_span fails\n\nFixes: https://github.com/zkat/miette/issues/219\n\nWhen a snippet couldn't be read (typically because the span didn't fit\nwithin the source code), it and the rest of the diagnostic were silently\ndropped, which was confusing to the developer.\nNow, in place of the snippet, print an error message with the name of\nthe failed label and the error it triggered, then proceed with the rest\nof the diagnostic (footer, related, ...)","shortMessageHtmlLink":"fix(invalid span): skip the snippet when read_span fails"}},{"before":null,"after":"b89640fe4fbe16fb58519619d390231da336d34a","ref":"refs/heads/redundant-import","pushedAt":"2024-02-21T20:56:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(redundant-import): fix a warning and CI failure in nightly","shortMessageHtmlLink":"fix(redundant-import): fix a warning and CI failure in nightly"}},{"before":null,"after":"78e27b1942c502f470b34e088d8cd6fbe3bb304e","ref":"refs/heads/out_of_bounds","pushedAt":"2024-02-21T20:45:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nahor","name":null,"path":"/Nahor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1198364?s=80&v=4"},"commit":{"message":"fix(invalid span): skip the snippet when read_span fails\n\nFixes: https://github.com/zkat/miette/issues/219\n\nWhen a snippet couldn't be read (typically because the span didn't fit\nwithin the source code), it and the rest of the diagnostic were silently\ndropped, which was confusing to the developer.\nNow, in place of the snippet, print an error message with the name of\nthe failed label and the error it triggered, then proceed with the rest\nof the diagnostic (footer, related, ...)","shortMessageHtmlLink":"fix(invalid span): skip the snippet when read_span fails"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHRVJAgA","startCursor":null,"endCursor":null}},"title":"Activity · Nahor/miette"}