{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":651749144,"defaultBranch":"master","name":"libflate","ownerLogin":"kupiakos","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-06-10T01:42:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3309728?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1688779728.0","currentOid":""},"activityList":{"items":[{"before":"426b03a2d39dad274490e02be59011a6ff5793e2","after":"ee2989758f95b2dcc58c9b484d638ee32abdebd1","ref":"refs/heads/master","pushedAt":"2023-07-08T02:03:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Turn the no_std feature into default-enabled std\n\nThis also:\n- fixes the `no_std` not being enabled due to a swapped `cfg_attr`.\n- tests this builds with a `#![no_std]` binary.\n- A lot of the cfg's have been removed due to being unneeded.\n- adds a new dependency\n- updates the version to 2.0\n- adds a ci command to to use cargo-no-std to check no-std\n\nSome notes on changes from #68:\n\nEverything in `core` is a subset of things in `std`.\n`core` is available in `std` environments, so if you're building\na `no_std`-compatible library, it's best to import things that\ndon't _require_ `std` from `core.\n\ncore2 is also meant to be used as a `no_std` polyfill with its\n`std` feature. That is, you can reference `core2::io`, and if the\n`std` feature is enabled, it actually references `std::io`.","shortMessageHtmlLink":"Turn the no_std feature into default-enabled std"}},{"before":"cc76a5e53eb85dc919a19c4ce325648d6e86fdfe","after":"426b03a2d39dad274490e02be59011a6ff5793e2","ref":"refs/heads/master","pushedAt":"2023-07-08T02:02:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Turn the no_std feature into default-enabled std\n\nThis also:\n- fixes the `no_std` not being enabled due to a swapped `cfg_attr`.\n- tests this builds with a `#![no_std]` binary.\n- A lot of the cfg's have been removed due to being unneeded.\n- adds a new dependency\n- updates the version to 2.0\n- adds a ci command to to use cargo-no-std to check no-std\n\nSome notes on changes from #68:\n\nEverything in `core` is a subset of things in `std`.\n`core` is available in `std` environments, so if you're building\na `no_std`-compatible library, it's best to import things that\ndon't _require_ `std` from `core.\n\ncore2 is also meant to be used as a `no_std` polyfill with its\n`std` feature. That is, you can reference `core2::io`, and if the\n`std` feature is enabled, it actually references `std::io`.","shortMessageHtmlLink":"Turn the no_std feature into default-enabled std"}},{"before":"bae03d1bd4c8638ddde4b30e3625c86224d99d8a","after":"65f85b7f0dec2b41558fe0430a1b5af5fdd940ca","ref":"refs/heads/kupiakos-patch-1","pushedAt":"2023-07-08T01:58:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Fix clippy::tuple-array-conversions\n\nFixed by replacing with an array destructure, which was not the\nsuggestion provided.","shortMessageHtmlLink":"Fix clippy::tuple-array-conversions"}},{"before":"77ea29d497fb7add7643fd9d27c5f60a86fd8c30","after":"bae03d1bd4c8638ddde4b30e3625c86224d99d8a","ref":"refs/heads/kupiakos-patch-1","pushedAt":"2023-07-08T01:45:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Use nightly toolchain for no-std-check","shortMessageHtmlLink":"Use nightly toolchain for no-std-check"}},{"before":"cc76a5e53eb85dc919a19c4ce325648d6e86fdfe","after":"77ea29d497fb7add7643fd9d27c5f60a86fd8c30","ref":"refs/heads/kupiakos-patch-1","pushedAt":"2023-07-08T01:38:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Fix cargo --workspace --all","shortMessageHtmlLink":"Fix cargo --workspace --all"}},{"before":"46bbfca20e10af2ba2027d28725a59c50e2b8363","after":"cc76a5e53eb85dc919a19c4ce325648d6e86fdfe","ref":"refs/heads/kupiakos-patch-1","pushedAt":"2023-07-08T01:35:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"CI: Install cargo-no-std-check correctly","shortMessageHtmlLink":"CI: Install cargo-no-std-check correctly"}},{"before":"e78201aebf6233dba827ffe71742380e3ea81c70","after":"cc76a5e53eb85dc919a19c4ce325648d6e86fdfe","ref":"refs/heads/master","pushedAt":"2023-07-08T01:35:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"CI: Install cargo-no-std-check correctly","shortMessageHtmlLink":"CI: Install cargo-no-std-check correctly"}},{"before":null,"after":"46bbfca20e10af2ba2027d28725a59c50e2b8363","ref":"refs/heads/kupiakos-patch-1","pushedAt":"2023-07-08T01:28:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"useless newline","shortMessageHtmlLink":"useless newline"}},{"before":null,"after":"33566f7d3911fc4d444a7d02f7f626c5105b9182","ref":"refs/heads/upstream-master","pushedAt":"2023-07-08T01:24:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Merge pull request #73 from olback/specify-clap-version\n\nspecify clap version in flate_bench","shortMessageHtmlLink":"Merge pull request sile#73 from olback/specify-clap-version"}},{"before":"f1d8fe61d363ecc280aaafce397a3c41f284811d","after":"e78201aebf6233dba827ffe71742380e3ea81c70","ref":"refs/heads/master","pushedAt":"2023-07-08T01:21:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"More fixes for CI","shortMessageHtmlLink":"More fixes for CI"}},{"before":"643fe7368a2d1c9aed5e6795a9a01d3e35f53843","after":"f1d8fe61d363ecc280aaafce397a3c41f284811d","ref":"refs/heads/master","pushedAt":"2023-06-13T21:11:46.254Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Update .github/workflows/ci.yml\n\nCo-authored-by: Takeru Ohta ","shortMessageHtmlLink":"Update .github/workflows/ci.yml"}},{"before":"6f4197e945e4680b1725d7ed05f0ab3b34a7f490","after":"643fe7368a2d1c9aed5e6795a9a01d3e35f53843","ref":"refs/heads/master","pushedAt":"2023-06-13T05:27:14.150Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Fixes for #74","shortMessageHtmlLink":"Fixes for sile#74"}},{"before":"fe83a605b44f646e844d881f66277a5e505e5cee","after":"6f4197e945e4680b1725d7ed05f0ab3b34a7f490","ref":"refs/heads/master","pushedAt":"2023-06-13T05:23:33.783Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Fixes for #74","shortMessageHtmlLink":"Fixes for sile#74"}},{"before":"33566f7d3911fc4d444a7d02f7f626c5105b9182","after":"fe83a605b44f646e844d881f66277a5e505e5cee","ref":"refs/heads/master","pushedAt":"2023-06-10T03:45:11.336Z","pushType":"push","commitsCount":1,"pusher":{"login":"kupiakos","name":"Alyssa Haroldsen","path":"/kupiakos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3309728?s=80&v=4"},"commit":{"message":"Turn the no_std feature into default-enabled std\n\nThis also:\n- fixes the `no_std` not being enabled due to a swapped `cfg_attr`.\n- tests this builds with a `#![no_std]` binary.\n- A lot of the cfg's have been removed due to being unneeded.\n- adds a new dependency\n- updates the version to 2.0\n- adds a ci command to to use cargo-no-std to check no-std\n\nSome notes on changes from #68:\n\nEverything in `core` is a subset of things in `std`.\n`core` is available in `std` environments, so if you're building\na `no_std`-compatible library, it's best to import things that\ndon't _require_ `std` from `core.\n\ncore2 is also meant to be used as a `no_std` polyfill with its\n`std` feature. That is, you can reference `core2::io`, and if the\n`std` feature is enabled, it actually references `std::io`.","shortMessageHtmlLink":"Turn the no_std feature into default-enabled std"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADUTmaUwA","startCursor":null,"endCursor":null}},"title":"Activity ยท kupiakos/libflate"}