| 30 May 2026 | |||
| lizmat | well, the test failed because the image for 2021.03 could not be found | 12:59 | |
| fwiw, I've added an organization-wide webhook, so all croservices repos will report here | 13:11 | ||
| and removed any other webhooks from the cro repos (they were either identical or non-functional) | |||
| Geth | cro-openapi-routes-from-definition/main: f970092dba | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | .github/workflows/ci.yml Add Raku version 2022.04 to CI workflow |
13:13 | |
| disbot4 | <librasteve> ok, capiche | 13:28 | |
| Geth | cro-openapi-routes-from-definition/main: a38c4db639 | (Fritz Zaucker)++ (committed using GitHub Web editor) | 2 files Fix OperationHandler for Cro::HTTP::Router 0.8.12+ Cro::HTTP 0.8.12 added a per-handler `.name` lookup and `.url-prefix` assignment in `Cro::HTTP::Router::RouteSet.definition-complete` (used when a `route` block does `include 'foo' => ...` with a handler from this module). The built-in `RouteHandler` declares both attributes; `OperationHandler` did not, so any pattern that includes an OpenAPI ... (18 more lines) |
13:47 | |
| 2 Jun 2026 | |||
| cro-http/main: fdef940b39 | librasteve++ | Changes add unbounded mem fix |
15:55 | ||
| cro-http/main: 6238e7539c | librasteve++ | 2 files Bump version to 0.8.13 |
15:56 | ||
| cro-website/main: a27c1a14b6 | librasteve++ | docs/releases.md release notes |
16:05 | ||
| release/main: e31df519ee | librasteve++ | versions.json new versions |
16:06 | ||
| cro-openapi-routes-from-definition/main: 9ec7360515 | librasteve++ | META6.json bump to 1.0.5 |
16:10 | ||
| cro-openapi-routes-from-definition/main: 008f54f354 | librasteve++ | META6.json auth to zef:cro |
16:26 | ||
| 15 Jun 2026 | |||
| cro-core: Zer0-Tolerance++ created pull request #46: uncommon error in path-absolute and relative-part missing slash |
12:18 | ||
| 23 Jun 2026 | |||
| cro-webapp/main: 4 commits pushed by librasteve++ | 14:29 | ||
| cro-webapp/main: 0375f8caa4 | librasteve++ | 2 files Bump version to 0.10.1 |
14:35 | ||
| cro-website/main: ced2327864 | librasteve++ | docs/releases.md cro-webapp:ver<0.10.1> notes |
14:44 | ||
| 25 Jul 2026 | |||
| SmokeMachine | I just created a new MR for Cro::WebApp removing the calls for .perl and changing it to .raku | 01:57 | |
| 28 Jul 2026 | |||
| Geth | cro-core: FCO++ created pull request #47: Change .perl method to .raku |
00:44 | |
| cro-core/main: 3f4619f424 | (Fernando Correa de Oliveira)++ (committed using GitHub Web editor) | 3 files Change .perl method to .raku (#47) |
16:40 | ||
| cro-core/main: 3f4619f424 | (Fernando Correa de Oliveira)++ (committed using GitHub Web editor) | 3 files Change .perl method to .raku (#47) |
|||
| SmokeMachine | lizmat: I have also created Theo one but it did not appear here: github.com/croservices/cro-webapp/pull/106 it is also replacing .perl with .raku | 16:45 | |
| lizmat | running tests now | 16:46 | |
| SmokeMachine | Thanks | 16:48 | |
| 29 Jul 2026 | |||
| thowe | I actually managed to use Cro at work. Used it to talk to a GraphQL interface for our billing system. :) | 22:31 | |
| japhb | thowe++ # Good on ya! | 22:35 | |
| thowe | They seem pretty stoked someone is diving into that, so it may mean I get to do it some more. | 22:36 | |
| Not a big deal or a lot of Cro, but I decided I was going to use Raku and Cro instead of Perl and Mojolicious, so I made it work. | 22:37 | ||
| 30 Jul 2026 | |||
| japhb | Still definitely good to hear. Especially if you get to do more. :-) | 03:05 | |
| wayland76 | Hi all! Just a note that, if I enabled RakuAST on the latest Rakudo, I can't install some of the Cro prerequisites. See github.com/skinkade/crypt-random/issues/7 for my findings. HTH. If you don't enable RakuAST, then it probably works (I haven't tested). | 04:23 | |
| (also, in that link, see my comment, not the original post, though the original post is also relevant) | 04:52 | ||
| leont | Both the Windows and the Linux vode in Crypt::Random could be improved. The Windows one is the old (and more complicated one). On Linux one may want to use the getrandom function instead (should be faster/lighter than dealing with a temporary file handler). | 15:10 | |