GH#5864 Unable to build 2025.04 on Alpine Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-11T18:53:04Z #raku <SmokeMachine> librasteve: but Cromponent works already with templates?! If I’m not misremembering, It adds a method on your component class with your template already compiled making you own class it’s “repository” and when using it as a sub/macro it works exactly the same me way Cro template modules are suggested to be created… |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-06T23:57:04Z #raku <SmokeMachine> librasteve: I was reading Ait::Component’s Red and just realised I didn’t let you know that there is a new merge on that, adding a few tests and changing some internal code… now it’s possible to have a LOAD with more than one parameter (that’s what I remembered reading your code…) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weekly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-04T09:47:28Z #raku <wayland> lizmat: Yeah, I saw a comment about Raku internals needing trees. I'm not much of a Raku Internals hacker, but I've collected ideas about transforming and manipulating trees from multiple sources (eg. Raku grammars, XSLT, filesystems, etc), so I have ideas about what syntax/operators might be useful :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-06-28T10:51:45Z #raku <wayland76> librasteve: Love the new-look website! One thing I'd like to suggest (which is compatible with what you've already done) is that, as we redesign the Raku sites, that we give them a similar look/feel, but theme each one in a different colour of Camelia (eg. the magenta, which you've chosen, the blue, the yellow, etc. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weekly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2024.01 say Q| sub a(uint $a --> uint) { $a }; a 18446744073709551615 |.AST.EVAL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2023.02 exit +(try Q| sub a(uint $a) { $a }; a 18446744073709551615 |.AST.EVAL != -1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2023.02 exit +(Q| sub a(uint $a) { $a }; a 18446744073709551615 |.AST.EVAL == -1) |
NewerOlder