{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":407906489,"defaultBranch":"main","name":"nufmt","ownerLogin":"nushell","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-18T16:07:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/50749515?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1685476107.113417","currentOid":""},"activityList":{"items":[{"before":"06c06fc185d30f13f49155f808b271a7a1c9f5fb","after":"63549df4406216cce7e744576b1ee8fcaba9a30a","ref":"refs/heads/main","pushedAt":"2024-07-15T11:47:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Actually read from stdin (#61)\n\n## Description of changes\r\n\r\n`--stdin` flag read a command line argument, not stdin. Now it reads\r\nfrom stdin.\r\n\r\nNot sure if my code would compile on windows, but I don't have a windows\r\ncomputer to test it.\r\n\r\nI'm aware that https://github.com/nushell/nufmt/pull/57 tries to solve\r\nthis as well, but it seems stagnant and won't pass CI.\r\n\r\n## Relevant Issues\r\n\r\nhttps://github.com/nushell/nufmt/issues/56","shortMessageHtmlLink":"Actually read from stdin (#61)"}},{"before":"dbb9be79cca8364aefb3112dbeb299b28dcd840b","after":"06c06fc185d30f13f49155f808b271a7a1c9f5fb","ref":"refs/heads/main","pushedAt":"2024-07-15T11:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"try to fix ci","shortMessageHtmlLink":"try to fix ci"}},{"before":"995e75621d9e84b9bb08d18371d1aea184aaac03","after":"dbb9be79cca8364aefb3112dbeb299b28dcd840b","ref":"refs/heads/main","pushedAt":"2024-04-20T09:33:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"remove boolean annotations from toolkit (#59)\n\n## Description of changes\r\nboolean annotations have been removed for quite some time now.","shortMessageHtmlLink":"remove boolean annotations from toolkit (#59)"}},{"before":"4d578493d937c0b49bfd7f1c29a903e642732ab3","after":"995e75621d9e84b9bb08d18371d1aea184aaac03","ref":"refs/heads/main","pushedAt":"2023-12-17T11:33:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"Cover flatshapes (#35)\n\nAll right! That took some time ๐Ÿ•™. Sorry for the long wait, I had _life_\r\ncoming in the middle.\r\nAnywho, I finished a bit more of `FlatShape`s\r\n- `FlatShape::StringInterpolation`\r\n- `FlatShape::Block`\r\n- `FlatShape::Closure`\r\n- `FlatShape::InternalCall(declid)`\r\n- `FlatShape::External`\r\n- `FlatShape::ExternalArg`\r\n- `FlatShape::Signature`\r\n- `FlatShape::Keyword`\r\n- `FlatShape::VarDecl(varid)`\r\n- `FlatShape::Variable`\r\n\r\nThere are a bunch more to solve, but most importantly, the code is\r\nscreaming for a refactor.\r\nThe issue is that I used more and more booleans to do quick checks \"is\r\nthis coming from a `def` keyword?\" \"are we in a string interpolation\r\nline?\" and so on, that it gets _very_ spaguetti if we dont use smarter\r\nsolutions like `peek` for example\r\n\r\nAs a conclusion, I am ready for this PR, but I know now that the\r\ndirection is not to include all the remaining `FlatShape`s, but\r\nreorganize the code a little better ๐Ÿ˜‡\r\n\r\n---------\r\n\r\nCo-authored-by: amtoine \r\nCo-authored-by: Auca Maillot \r\nCo-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com>","shortMessageHtmlLink":"Cover flatshapes (#35)"}},{"before":"d2dba45f7366074aafbb2e0ee19ebc13c7f7c34c","after":"4d578493d937c0b49bfd7f1c29a903e642732ab3","ref":"refs/heads/main","pushedAt":"2023-10-02T17:29:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"Make direnv more compatible (#54)\n\n## Description of changes\r\n\r\n\r\nDirenv now checks if you have nix installed before trying to load the\r\nenv.\r\nIt also checks if you are using nushell and will use the toolkit\r\n\r\n## Relevant Issues\r\n- should supersede #50","shortMessageHtmlLink":"Make direnv more compatible (#54)"}},{"before":"baccee1956e047df6c1b89e0fd5969e87820ba53","after":"d2dba45f7366074aafbb2e0ee19ebc13c7f7c34c","ref":"refs/heads/main","pushedAt":"2023-09-27T23:03:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Format directory (#47)\n\n## Description of changes\r\n\r\n\r\n\r\nMade nufmt format recursively.\r\n\r\nRun `nufmt .`\r\n\r\n## Relevant Issues\r\n\r\n\r\n#11","shortMessageHtmlLink":"Format directory (#47)"}},{"before":"07ff8df4289e4588a4e027aea7e8b9fb613989f5","after":"baccee1956e047df6c1b89e0fd5969e87820ba53","ref":"refs/heads/main","pushedAt":"2023-09-27T19:49:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Basic issue and pr templates (#45)\n\n## Description of changes\r\n\r\n\r\nAdd issue and pr templates\r\n\r\nThe bug template is based on nixpkgs bug template\r\n\r\n## Relevant Issues\r\n\r\n\r\n#42","shortMessageHtmlLink":"Basic issue and pr templates (#45)"}},{"before":"5fd22da5f76fbe61b94da8e6ff088797c8584c12","after":"07ff8df4289e4588a4e027aea7e8b9fb613989f5","ref":"refs/heads/main","pushedAt":"2023-09-27T19:49:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Add direnv (#44)","shortMessageHtmlLink":"Add direnv (#44)"}},{"before":"78db005b2cc8a0fc8b3bc9ef298b1803e208157f","after":"5fd22da5f76fbe61b94da8e6ff088797c8584c12","ref":"refs/heads/main","pushedAt":"2023-09-27T19:49:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Check Nix flake workflow (#46)\n\n## Description of changes\r\n\r\n\r\n\r\nAdd a workflow that runs on pr and when the flake.nix or lockfile change\r\n\r\n## Relevant Issues\r\n\r\n","shortMessageHtmlLink":"Check Nix flake workflow (#46)"}},{"before":"74dedb4c07b2d55067b0b269b9e9a20fadfa8e26","after":"78db005b2cc8a0fc8b3bc9ef298b1803e208157f","ref":"refs/heads/main","pushedAt":"2023-09-27T18:32:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Basic Flake (#41)\n\nHere is a basic flake for the project.\r\n\r\nFeatures:\r\n- Multi architecture builds (aarch64, x86_64, risc, etc)\r\n- Reproducible development environments. Run `nix develop` and you have\r\nthe locked version of Rust and rust-analyzer\r\n- Reproducable builds.\r\n\r\nLet me know any other changes that need to be made","shortMessageHtmlLink":"Basic Flake (#41)"}},{"before":"796ee834c1e31ead4c5479bf2827a4339c5d61d1","after":"74dedb4c07b2d55067b0b269b9e9a20fadfa8e26","ref":"refs/heads/main","pushedAt":"2023-09-27T18:15:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"Format (#43)\n\nFix formatting issue","shortMessageHtmlLink":"Format (#43)"}},{"before":"5ed97a663a39d34b813e959058fbb45723bf6717","after":"796ee834c1e31ead4c5479bf2827a4339c5d61d1","ref":"refs/heads/main","pushedAt":"2023-06-28T20:50:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"test that running `nufmt` twice produces the same output (#40)\n\noriginal discussion on Discord:\r\nhttps://discord.com/channels/601130461678272522/1117921521520873623/1123167419951763466\r\n\r\ncc/ @AucaCoyan","shortMessageHtmlLink":"test that running nufmt twice produces the same output (#40)"}},{"before":"f7971b8404caecd7add9117e9c934635432de2ff","after":"5ed97a663a39d34b813e959058fbb45723bf6717","ref":"refs/heads/main","pushedAt":"2023-06-27T16:24:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"make the \"formatting identity\" comment a bit clearer (#39)\n\nshould close https://github.com/nushell/nufmt/issues/37 by making the\r\ndebug message clearer\r\n> File is already formatted correctly.\r\n>\r\ninstead of\r\n> File is formatted correctly.\r\n\r\ncc/ @AucaCoyan","shortMessageHtmlLink":"make the \"formatting identity\" comment a bit clearer (#39)"}},{"before":"1765f8e5191b42aad4c7b72b89bef1de05a4eed2","after":"f7971b8404caecd7add9117e9c934635432de2ff","ref":"refs/heads/main","pushedAt":"2023-06-25T16:59:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"rename some misspelled variables (#38)\n\ni think i've spotted some typos, am i right?\r\n\r\nthis PR simply renames\r\n- `c_bite` into `bytes` in `src/formatting.rs`\r\n- `file_bites` into `file_bytes` in `src/lib.rs`\r\n\r\ncc/ @AucaCoyan","shortMessageHtmlLink":"rename some misspelled variables (#38)"}},{"before":"ba356d826858e411ef56d910ba1097467ee0a540","after":"1765f8e5191b42aad4c7b72b89bef1de05a4eed2","ref":"refs/heads/main","pushedAt":"2023-06-22T16:58:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"do not add newline to all strings (#31)\n\ncc/ @AucaCoyan \r\n\r\nthis PR moves the `add_newline_at_end_of_file` outside of\r\n`format_inner`.\r\nthe responsibility is not those of `format_single_file`, `format_string`\r\ndoes not add a newline to all strings anymore.\r\n\r\ntests have been fixed :+1: \r\n\r\none thing i'm struggling with is the following test\r\n```rust\r\n #[test]\r\n fn remove_additional_lines() {\r\n let input = \"let one = 1\\n\\n\\n\";\r\n let expected = \"let one = 1\\n\";\r\n run_test(input, expected);\r\n }\r\n```\r\nwhich does not pass without the `\\n` in `expected` :thinking: \r\n**any idea?** :confused:","shortMessageHtmlLink":"do not add newline to all strings (#31)"}},{"before":"acd75e70d1e8a8918a2fa277bf46654eceb045c2","after":"ba356d826858e411ef56d910ba1097467ee0a540","ref":"refs/heads/main","pushedAt":"2023-06-20T18:34:59.978Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"fix the package URLs (#30)\n\nthe `Cargo.toml` file was still pointing to\r\nhttps://github.com/fdncred/nufmt, which ~~does not exist anymore~~\r\nredirects to https://github.com/nushell/nufmt :yum:","shortMessageHtmlLink":"fix the package URLs (#30)"}},{"before":"478471d8866d55b50adf995fac18356d5c16105a","after":"acd75e70d1e8a8918a2fa277bf46654eceb045c2","ref":"refs/heads/main","pushedAt":"2023-06-16T11:10:06.872Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"refactor and polish the source code of the library (#29)\n\nthis PR is all about refactoring the *formatting* library and executable\r\n:yum:\r\n\r\n## details\r\n> **Note**\r\n> i've made this PR such that it's easy to [review commit by\r\ncommit](https://github.com/nushell/nufmt/pull/29/commits) and there are\r\nexplaination in all the commit bodies :ok_hand:\r\n\r\n- rename the library to `nu_formatter`\r\n- link to the README in the doc of `nufmt`\r\n- make *Clippy* run on all the targets, e.g. including benchmarks\r\n- remove (almost) all `print` in favor of `log`\r\n- fix some \"*hacks*\" in the code (`cli.files`, `#[cfg(windows)]` and\r\nexit codes)\r\n- simplify the benchmarks\r\n- rename some functions\r\n- remove useless comments and simplify the documentation when possible\r\n- relax *Clippy* on missing documentation\r\n- do not make all items of `nu_formatter` public","shortMessageHtmlLink":"refactor and polish the source code of the library (#29)"}},{"before":"7770e3a41ea4e1c3158403d2cc0fc7daf049d35e","after":"478471d8866d55b50adf995fac18356d5c16105a","ref":"refs/heads/main","pushedAt":"2023-06-15T11:52:14.719Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":":sparkles: add check if its missing a newline at EOF (#28)\n\nI resolved my git and did properly the #27 PR ๐Ÿ˜„","shortMessageHtmlLink":"โœจ add check if its missing a newline at EOF (#28)"}},{"before":"3454d7a1fe2b864f82271607892e609a54de780a","after":"7770e3a41ea4e1c3158403d2cc0fc7daf049d35e","ref":"refs/heads/main","pushedAt":"2023-06-14T21:10:00.134Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":":memo: Add docs for contributing and private items (#26)\n\nHello! I took some time between my last PR and this one because I was documenting everything on the code ๐Ÿ˜ .\r\n\r\nThis is the list of contributions, I would like to hear the thoughts of @fdncred and @amtoine about them before merging this PR:\r\n\r\n- `docs/CONTRIBUTION.md` added. I explained the why and the how to contribute, and appended a list of general guidelines about the philosophy of the project:\r\n> - Everything should be explained: rust docs, comments, drawings, pick what makes you comfortable, but it is important to make it clear. There will always be some new guy or gal into the project we want to welcome ๐Ÿ˜„.\r\n> - Use clear variable names and try to avoid confusing abbreviations. Think that your peers may not be fully fluent in english ๐Ÿ’ฌ.\r\n\r\n- I added a few clippy lints from `clippy:pedantic`, [here](https://github.com/nushell/nufmt/pull/26/commits/4b97279ad6822b916dba66a3ea1272387d0cc371#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759R6) are them: Clippy will give a warning if one if them is not compliant. \r\n\r\nI added these rules because I would like to improve the quality of upcoming contributions. I'm not sure if this is asking too much from the people who want to be involved in the project, as some of the rules may be a bit annoying. Do you see it doable? Do you think we should delete some or all of the clippy lints?","shortMessageHtmlLink":"๐Ÿ“ Add docs for contributing and private items (#26)"}},{"before":"113a2d2c4dbf376ddc217bb87e7b1d5e0b46124e","after":"3454d7a1fe2b864f82271607892e609a54de780a","ref":"refs/heads/main","pushedAt":"2023-06-10T10:59:22.451Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amtoine","name":"Antoine Stevan","path":"/amtoine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44101798?s=80&v=4"},"commit":{"message":"refactor the tests (#25)\n\n* break the multi-line tests for readability\r\n\r\n* write a `run_test` and use `&str` to simplify the tests\r\n\r\nthis commit also renames `nu` to `input` to test\r\n nufmt(input) == expected","shortMessageHtmlLink":"refactor the tests (#25)"}},{"before":"b02b7e6f9fce2095984a7266677e02f272bc3563","after":"113a2d2c4dbf376ddc217bb87e7b1d5e0b46124e","ref":"refs/heads/main","pushedAt":"2023-06-09T20:27:06.707Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"make `nufmt` keep the comments (#18)\n\n* :construction: working on keeping comments\r\n\r\n* :construction: splitted the comment from the code\r\n\r\nI need to fix having multiple comments, the split works with token.span.start that may by larger than the content length. Afterwards, I need to deal with returning the code and the comment, indicating which is which and how to re-assemble once it is formatted\r\n\r\n* :sparkles: finish comments in `nufmt`\r\n\r\n---------\r\n\r\nCo-authored-by: Auca Maillot ","shortMessageHtmlLink":"make nufmt keep the comments (#18)"}},{"before":"1b952ccb2b2dc0d8e0a88b5e599a8a63da8e0977","after":"b02b7e6f9fce2095984a7266677e02f272bc3563","ref":"refs/heads/main","pushedAt":"2023-06-09T20:09:44.864Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"refactor the tests (#22)\n\n* move the comment of the ignored tests to the *ignore* reason\r\n\r\n* put \"expected\" after \"actual\" for consistency\r\n\r\n* remove the whitespace from the `handle_escaped_strings` test\r\n\r\nwe already have the `ignore_whitespace_in_string` test for this.\r\n\r\n* make the \"expected\" explicit in all tests","shortMessageHtmlLink":"refactor the tests (#22)"}},{"before":"763c67716920d52ecbe6ab644a14596b6087d810","after":"1b952ccb2b2dc0d8e0a88b5e599a8a63da8e0977","ref":"refs/heads/main","pushedAt":"2023-06-09T02:29:33.999Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"add a Nushell version update script and bump all versions to `0.81.0` (#21)\n\n* add a little script to update the Nushell version at once\r\n\r\n* EXAMPLE: downgrade to 0.80.0\r\n\r\nCommand run:\r\n```nu\r\n./scripts/update-nushell-version 0.80.0\r\n```\r\n\r\n* update the version of Nushell to `0.81.0`\r\n\r\nCommand run:\r\n```nu\r\n./scripts/update-nushell-version 0.81.0\r\n```\r\n\r\nSample output:\r\n```nu\r\n2023-06-08T19:56:25.197|INF|updating the badge in the README\r\n2023-06-08T19:56:25.202|INF|updating the `nu-parser` dependency\r\n Updating crates.io index\r\n Adding nu-parser v0.81.0 to dependencies.\r\n Features:\r\n - nu-plugin\r\n - plugin\r\n2023-06-08T19:56:26.312|INF|updating the `nu-protocol` dependency\r\n Updating crates.io index\r\n Adding nu-protocol v0.81.0 to dependencies.\r\n Features:\r\n - plugin\r\n - serde_json\r\n2023-06-08T19:56:26.815|WRN|do not forget to commit and push this :wink:\r\n```","shortMessageHtmlLink":"add a Nushell version update script and bump all versions to 0.81.0 (โ€ฆ"}},{"before":"80f6ad7f0870492a71da9eb753dd4d90c16d1886","after":"763c67716920d52ecbe6ab644a14596b6087d810","ref":"refs/heads/main","pushedAt":"2023-06-07T22:33:18.233Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"bump up the badge version to 0.81.0 (#20)","shortMessageHtmlLink":"bump up the badge version to 0.81.0 (#20)"}},{"before":"24359131f7d33d51aecd211e89770656b0a1971a","after":"80f6ad7f0870492a71da9eb753dd4d90c16d1886","ref":"refs/heads/main","pushedAt":"2023-06-07T18:53:29.922Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":":green_heart: fix badge pointing at AucaCoyan not nushell org (#19)","shortMessageHtmlLink":"๐Ÿ’š fix badge pointing at AucaCoyan not nushell org (#19)"}},{"before":"0b42976e6b6d4a39a7a0c91d0fc5f790fbae461e","after":"24359131f7d33d51aecd211e89770656b0a1971a","ref":"refs/heads/main","pushedAt":"2023-06-06T12:34:08.016Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":":white_check_mark: restore testing, add CI workflow and `README.md` (#16)\n\n* :white_check_mark: restore testing, add CI workflow and `README.md`\r\n\r\n* :rewind: move `example.nu` back into the benches\\ folder\r\n\r\n* :rewind: return benchmarking with `criterion`","shortMessageHtmlLink":"โœ… restore testing, add CI workflow and README.md (#16)"}},{"before":"205315b27d3d929eeeac5046ff7900a063aaefe4","after":"0b42976e6b6d4a39a7a0c91d0fc5f790fbae461e","ref":"refs/heads/main","pushedAt":"2023-06-05T14:03:01.066Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"CLI now accepts strings as `stdin` (#15)\n\n* :rotating_light: make `clippy` happy\r\n\r\n* :construction_worker: add first github actions workflow\r\n\r\n* :construction_worker: fix workflow\r\n\r\n* :construction_worker: exclude the dependencies in the clippy check\r\n\r\n* :sparkles: CLI now accepts strings as `stdin`","shortMessageHtmlLink":"CLI now accepts strings as stdin (#15)"}},{"before":"c503f0001f72d7fa8caa85178152067c1c6d2721","after":"205315b27d3d929eeeac5046ff7900a063aaefe4","ref":"refs/heads/main","pushedAt":"2023-06-01T20:24:09.374Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fdncred","name":"Darren Schroeder","path":"/fdncred","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/343840?s=80&v=4"},"commit":{"message":"make `clippy` happy and add a github workflow (#12)\n\n* :rotating_light: make `clippy` happy\r\n\r\n* :construction_worker: add first github actions workflow\r\n\r\n* :construction_worker: fix workflow\r\n\r\n* :construction_worker: exclude the dependencies in the clippy check","shortMessageHtmlLink":"make clippy happy and add a github workflow (#12)"}},{"before":"e9e6b86e94ed1721b2eb45254f9352c60a04dcaf","after":null,"ref":"refs/heads/dependabot/cargo/bumpalo-3.13.0","pushedAt":"2023-05-30T19:48:27.113Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ebd5bfd856c9162edaa3f30aad4f23876f130fdf","after":"c503f0001f72d7fa8caa85178152067c1c6d2721","ref":"refs/heads/main","pushedAt":"2023-05-30T19:48:25.935Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump bumpalo from 3.7.1 to 3.13.0 (#10)","shortMessageHtmlLink":"Bump bumpalo from 3.7.1 to 3.13.0 (#10)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEf6MoHgA","startCursor":null,"endCursor":null}},"title":"Activity ยท nushell/nufmt"}