{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":243804463,"defaultBranch":"master","name":"eyre","ownerLogin":"eyre-rs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-02-28T16:18:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/105828891?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715863385.0","currentOid":""},"activityList":{"items":[{"before":"a0f3f641dfd19920a82737b2daae2ed853f9757e","after":"907daa2cc667cb715874b2a743dec7592fc57484","ref":"refs/heads/master","pushedAt":"2024-05-30T08:25:44.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"Fix typo in CI (#173)\n\nThe lint group is `clippy::suspicious`, not `clippy::suspiscious`\r\n\r\n\r\nhttps://github.com/eyre-rs/eyre/actions/runs/9112483886/job/25051828362#step:5:176\r\n\r\n```\r\nwarning[E0602]: unknown lint: `clippy::suspiscious`\r\nWarning: |\r\n = help: did you mean: `clippy::suspicious`\r\n = note: requested on the command line with `-D clippy::suspiscious`\r\n = note: `#[warn(unknown_lints)]` on by default\r\n```","shortMessageHtmlLink":"Fix typo in CI (#173)"}},{"before":"004c2a6890bae475af13b2f500382baa101eaecd","after":null,"ref":"refs/heads/fix-clippy","pushedAt":"2024-05-16T12:43:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"}},{"before":"aed87e4eb07213c6b3785cf4edce5a79bf579258","after":"a0f3f641dfd19920a82737b2daae2ed853f9757e","ref":"refs/heads/master","pushedAt":"2024-05-16T12:43:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Fix overly strict clippy lint (#172)\n\nDeny style, suspicious and complexity categories, rather than all\r\nwarnings\r\n\r\nIf we find issues that could have been caught by a clippy lint we can\r\nadd that lint on as *deny* too, as for now, they still appear as\r\nwarnings but won't prevent CI from running.\r\n\r\nThis most notably fixes random CI breakages when clippy/rust updates and\r\nintroduces new warn level lints","shortMessageHtmlLink":"Fix overly strict clippy lint (#172)"}},{"before":null,"after":"004c2a6890bae475af13b2f500382baa101eaecd","ref":"refs/heads/fix-clippy","pushedAt":"2024-05-15T22:55:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: overly strict clippy lints","shortMessageHtmlLink":"fix: overly strict clippy lints"}},{"before":null,"after":"aed87e4eb07213c6b3785cf4edce5a79bf579258","ref":"refs/heads/fix-master","pushedAt":"2024-05-13T16:54:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"Bump workspace to owo-colors 4.0 (#167)\n\nRequires adding a path dependency in color-eyre on color-spantrace so\r\nthat the versions agree. Fortunately we can do that now!","shortMessageHtmlLink":"Bump workspace to owo-colors 4.0 (#167)"}},{"before":"dacfb5566e5738d391b28d1ae4031dc4027c1976","after":"dd05aa3557b3dd4217560ac0c769d1b0f42db22f","ref":"refs/heads/fix-nightly-backtraces","pushedAt":"2024-05-13T16:51:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: empty doc comments disallowed by clippy","shortMessageHtmlLink":"fix: empty doc comments disallowed by clippy"}},{"before":"3d7b20de9718192da52fdb5b4902449b19396e86","after":"dacfb5566e5738d391b28d1ae4031dc4027c1976","ref":"refs/heads/fix-nightly-backtraces","pushedAt":"2024-05-13T16:47:47.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"Merge branch 'master' into fix-nightly-backtraces","shortMessageHtmlLink":"Merge branch 'master' into fix-nightly-backtraces"}},{"before":"d6e05fdb3a43ce3b044b8829a599d6b1def165c2","after":null,"ref":"refs/heads/revert-167-bump-owo-colors-for-everyone","pushedAt":"2024-04-25T21:59:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"}},{"before":null,"after":"d6e05fdb3a43ce3b044b8829a599d6b1def165c2","ref":"refs/heads/revert-167-bump-owo-colors-for-everyone","pushedAt":"2024-04-25T21:59:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Revert \"Bump workspace to owo-colors 4.0\"","shortMessageHtmlLink":"Revert \"Bump workspace to owo-colors 4.0\""}},{"before":"1369e09fb2c4b7d3d33e63e083931cdea6766f48","after":"aed87e4eb07213c6b3785cf4edce5a79bf579258","ref":"refs/heads/master","pushedAt":"2024-04-25T21:56:45.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Bump workspace to owo-colors 4.0 (#167)\n\nRequires adding a path dependency in color-eyre on color-spantrace so\r\nthat the versions agree. Fortunately we can do that now!","shortMessageHtmlLink":"Bump workspace to owo-colors 4.0 (#167)"}},{"before":"586e359220e02ed8f9d0fe0dae6728b749901a5c","after":"1369e09fb2c4b7d3d33e63e083931cdea6766f48","ref":"refs/heads/master","pushedAt":"2024-04-25T21:52:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Don't evaluate 1-argument `ensure!` condition twice (#166)\n\n`ensure!($cond:expr)` currently expands to two nested `if !$cond {}`.\r\n\r\nCo-authored-by: Jane Losare-Lusby ","shortMessageHtmlLink":"Don't evaluate 1-argument ensure! condition twice (#166)"}},{"before":"92b6a5701d60a453138aecfb48fd5f56d107ff49","after":"3d7b20de9718192da52fdb5b4902449b19396e86","ref":"refs/heads/fix-nightly-backtraces","pushedAt":"2024-04-25T21:42:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: remove duplicate thiserror reference","shortMessageHtmlLink":"fix: remove duplicate thiserror reference"}},{"before":"b0c3e3ff9c21c80daeb6d2d240195fa4b715367d","after":"586e359220e02ed8f9d0fe0dae6728b749901a5c","ref":"refs/heads/master","pushedAt":"2024-04-25T21:36:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaahc","name":"Jane Losare-Lusby","path":"/yaahc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993852?s=80&v=4"},"commit":{"message":"fix(docs): enclose inline code in backticks (#170)\n\nFixes #169\r\n\r\nBesides enclosing inline code in backticks, I also made two tiny\r\ndocumentation improvements - please let me know if you want them undone:\r\n\r\n- In the `Report::msg` docs, the user is referred to `Report::new`. I\r\nchanged this from plain inline code into a link.\r\n- I expanded _\"`Display` impl\"_ to _\"`Display` implementation\"_, since\r\n`impl` is a Rust token, but\r\n - _\"`Display` `impl`\"_ looked silly, and \r\n - _\"`impl Display`\"_ disturbed the flow of reading.\r\n\r\nCo-authored-by: Jane Losare-Lusby ","shortMessageHtmlLink":"fix(docs): enclose inline code in backticks (#170)"}},{"before":"e7666760a40103cbd9c2d7c0a6f9cf8371e50168","after":"92b6a5701d60a453138aecfb48fd5f56d107ff49","ref":"refs/heads/fix-nightly-backtraces","pushedAt":"2024-04-25T21:27:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: use RUST_WORKSPACE_WRAPPER in compile probe","shortMessageHtmlLink":"fix: use RUST_WORKSPACE_WRAPPER in compile probe"}},{"before":"41699aa483df4960da869632f0153eb5f12c9b65","after":"b0c3e3ff9c21c80daeb6d2d240195fa4b715367d","ref":"refs/heads/master","pushedAt":"2024-04-25T21:24:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaahc","name":"Jane Losare-Lusby","path":"/yaahc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993852?s=80&v=4"},"commit":{"message":"Add a gitattributes file to specify LF line endings (#126)\n\nSince almost all files not on our gitignore are text files, it uses `*\r\ntext` as a catch-all and specifies *.png as binary.\r\n\r\nCo-authored-by: Jane Losare-Lusby ","shortMessageHtmlLink":"Add a gitattributes file to specify LF line endings (#126)"}},{"before":"fdb7d84de33eeaeeac4a0909d7717b5b19809843","after":"e7666760a40103cbd9c2d7c0a6f9cf8371e50168","ref":"refs/heads/fix-nightly-backtraces","pushedAt":"2024-04-25T21:22:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: use RUST_WORKSPACE_WRAPPER in compile probe","shortMessageHtmlLink":"fix: use RUST_WORKSPACE_WRAPPER in compile probe"}},{"before":"8d9dffabccfc215f43919bed8edf9c05044a8bcf","after":"9c7f5e38b9cfc8765db7f3e9c2562f777ba074b4","ref":"refs/heads/pavan/simple-eyre","pushedAt":"2024-04-25T21:21:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"yaahc","name":"Jane Losare-Lusby","path":"/yaahc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993852?s=80&v=4"},"commit":{"message":"Merge branch 'master' into pavan/simple-eyre","shortMessageHtmlLink":"Merge branch 'master' into pavan/simple-eyre"}},{"before":"7a5c32acd7a4a6139448b7900a6787f70b5b69fb","after":"41699aa483df4960da869632f0153eb5f12c9b65","ref":"refs/heads/master","pushedAt":"2024-04-25T21:18:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaahc","name":"Jane Losare-Lusby","path":"/yaahc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993852?s=80&v=4"},"commit":{"message":" Fix ci breaking due to new dependencies and rustc changes (backport to master) (#163)\n\nApplies the same fixes that was applied to `color-eyre-0.6` to master,\r\nnamely the new update to `trybuild` that breaks our MSRV requirement,\r\nrequiring us to pin the version, as the dependency only bumped the patch\r\nversion for the updated MRSV.\r\n\r\nIt also fixes the theme test breaking on windows due to new\r\n*before-main* machinery on windows affecting the backtrace. This is\r\nfixed by filtering out the functions before and including main(due to no\r\ntake_until iter adapter in std), but still includes the panicking\r\nfunction call.\r\n\r\nThere are currently three branches that need/needed this fix\r\n\r\n- master: containing latest breaking code for 1.0\r\n- color-eyre-0.6\r\n- release-0.6 (does not include the theme test change as color-eyre is\r\nnot present there)","shortMessageHtmlLink":" Fix ci breaking due to new dependencies and rustc changes (backport …"}},{"before":"58a3e5fbdf81a2daf59d9540f3ae34ae381ba7e9","after":null,"ref":"refs/heads/test-ci","pushedAt":"2024-04-25T21:18:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yaahc","name":"Jane Losare-Lusby","path":"/yaahc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1993852?s=80&v=4"}},{"before":null,"after":"8d9dffabccfc215f43919bed8edf9c05044a8bcf","ref":"refs/heads/pavan/simple-eyre","pushedAt":"2024-04-08T20:55:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Make boilerplate for all crates consistent","shortMessageHtmlLink":"Make boilerplate for all crates consistent"}},{"before":null,"after":"58a3e5fbdf81a2daf59d9540f3ae34ae381ba7e9","ref":"refs/heads/test-ci","pushedAt":"2024-03-29T09:57:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: ci breaking due to new dependencies and rustc changes","shortMessageHtmlLink":"fix: ci breaking due to new dependencies and rustc changes"}},{"before":"2b32acdd0361464441e3cf7856af82764d6d1209","after":"90645efddcefa475a37608184cb3a699685ffc65","ref":"refs/heads/fix-ambiguous-methods","pushedAt":"2024-03-29T09:51:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: warnings from new clippy lints","shortMessageHtmlLink":"fix: warnings from new clippy lints"}},{"before":"58a3e5fbdf81a2daf59d9540f3ae34ae381ba7e9","after":null,"ref":"refs/heads/test-ci","pushedAt":"2024-03-29T09:40:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"}},{"before":"792c0844a6ab001710946f45074f90bab0b61697","after":null,"ref":"refs/heads/fix-ci-0.6","pushedAt":"2024-03-29T09:39:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"}},{"before":"701d05a9f6fb4812a8561772da65066dc007faa1","after":"40f429932b795043cd596b2aede4c02b95f52ea9","ref":"refs/heads/release-0.6","pushedAt":"2024-03-29T09:39:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pksunkara","name":"Pavan Kumar Sunkara","path":"/pksunkara","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174703?s=80&v=4"},"commit":{"message":"Fix ci breaking due to new dependencies and rustc changes (backport to 0.6) (#162)","shortMessageHtmlLink":"Fix ci breaking due to new dependencies and rustc changes (backport t…"}},{"before":null,"after":"792c0844a6ab001710946f45074f90bab0b61697","ref":"refs/heads/fix-ci-0.6","pushedAt":"2024-03-29T08:42:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: ci breaking due to new dependencies and rustc changes","shortMessageHtmlLink":"fix: ci breaking due to new dependencies and rustc changes"}},{"before":null,"after":"58a3e5fbdf81a2daf59d9540f3ae34ae381ba7e9","ref":"refs/heads/test-ci","pushedAt":"2024-03-29T08:40:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"fix: ci breaking due to new dependencies and rustc changes","shortMessageHtmlLink":"fix: ci breaking due to new dependencies and rustc changes"}},{"before":"a03951740c34e14055fc75f1981dcbb6316fd3fb","after":"2b32acdd0361464441e3cf7856af82764d6d1209","ref":"refs/heads/fix-ambiguous-methods","pushedAt":"2024-03-28T21:01:37.000Z","pushType":"push","commitsCount":139,"pusher":{"login":"ten3roberts","name":"Freja Roberts","path":"/ten3roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25723553?s=80&v=4"},"commit":{"message":"Merge branch 'master' into fix-ambiguous-methods","shortMessageHtmlLink":"Merge branch 'master' into fix-ambiguous-methods"}},{"before":"58a3e5fbdf81a2daf59d9540f3ae34ae381ba7e9","after":null,"ref":"refs/heads/test-ci","pushedAt":"2024-03-28T20:51:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"thenorili","name":"nori li","path":"/thenorili","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50680474?s=80&v=4"}},{"before":"c639846db1ce726de02029bfba1547d0ddd4136b","after":"3cdeeacaa3167d09a5adc5b5576dacb148d6c72f","ref":"refs/heads/color-eyre-0.6","pushedAt":"2024-03-28T20:51:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thenorili","name":"nori li","path":"/thenorili","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50680474?s=80&v=4"},"commit":{"message":"Fix ci breaking due to new dependencies and rustc changes (#161)\n\nThis change fixes tests failing due to an extra function call before main (in Rust) on windows only.","shortMessageHtmlLink":"Fix ci breaking due to new dependencies and rustc changes (#161)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV8VaCQA","startCursor":null,"endCursor":null}},"title":"Activity · eyre-rs/eyre"}