1 Jul 2022 | |||||||||||||||||||||||||||||||||||||||
vrurg | Or we could use a dedicated trait for that. `is pointer`, `is ppointer` or alike. | 14:36 | |||||||||||||||||||||||||||||||||||||
Pointer[MyStruct] semantics should be there too, though. | 14:37 | ||||||||||||||||||||||||||||||||||||||
Pointer[Pointer[MyStruct]] is just too cumbersome, hence the trait idea. | 14:38 | ||||||||||||||||||||||||||||||||||||||
2 Jul 2022 | |||||||||||||||||||||||||||||||||||||||
Geth | rakudo/lizmat-span: 312bd3a3dd | (Elizabeth Mattijsen)++ | 6 files Rename "span" to "snip" |
10:54 | |||||||||||||||||||||||||||||||||||||
rakudo/rakuast: 4 commits pushed by (Stefan Seifert)++ | 15:54 | ||||||||||||||||||||||||||||||||||||||
rakudo/rakuast: cd0df08d85 | (Stefan Seifert)++ | src/Raku/ast/variable-declaration.rakumod Variable declarations must be terms as well Declarations can be part of expressions and yield a value, so they must be expressions, too. |
17:13 | ||||||||||||||||||||||||||||||||||||||
crystalfrost[m] | nine++ | 18:05 | |||||||||||||||||||||||||||||||||||||
3 Jul 2022 | |||||||||||||||||||||||||||||||||||||||
Geth | rakudo: vrurg++ created pull request #4977: Implement coercion via new-disp |
01:18 | |||||||||||||||||||||||||||||||||||||
roast: vrurg++ created pull request #813: Unfudge an actually working test |
03:21 | ||||||||||||||||||||||||||||||||||||||
[Tux] |
|
10:23 | |||||||||||||||||||||||||||||||||||||
Geth | rakudo/rakuast: 7bebce1389 | (Stefan Seifert)++ | src/Raku/ast/statements.rakumod Fix $_ not containing exception in default blocks withing packages A default handler did not get an implicit block topic ($_). This made the QAST compiler find the comp unit's $_ lexical instead of the nearest one. That $_ however did not contain the exception when we are in a package as package blocks get their own $_. Fix by giving the default block an implicit topic, defaulting to the $_ of the outer lexical scope, i.e. the CATCH block's. |
11:18 | |||||||||||||||||||||||||||||||||||||
rakudo/rakuast: 376dd567f4 | (Stefan Seifert)++ | 3 files Implement andthen, orelse and notandthen in RakuAST |
14:04 | ||||||||||||||||||||||||||||||||||||||
rakudo/rakuast: 8f3cfb8b61 | (Stefan Seifert)++ | 3 files Stub support for no <pragma>; statements |
|||||||||||||||||||||||||||||||||||||||
Test-Output: 3abd6ae6c5 | (Steve Dondley)++ (committed using GitHub Web editor) | 5 files New feature: test-output-verbosity switch |
14:09 | ||||||||||||||||||||||||||||||||||||||
rakudo/rakuast: 37d5279508 | (Stefan Seifert)++ | src/Raku/ast/statements.rakumod Fix missing sinking of statement in unsunk blocks We need to call apply-sink on expressions even when their containing statement is not sunk, as the expression might be a sink propagator or sink boundary. Point in case, a block with wanted result will still have to sink its statements except for the very last one. |
16:20 | ||||||||||||||||||||||||||||||||||||||
rakudo/lizmat-REPL-help: 190fa5c510 | (Elizabeth Mattijsen)++ | src/core.c/REPL.pm6 Add a help function to the repl Which is basically a call to a "help" multi sub. Which can be set externally with a &*HELP dynamic variable. This is a concept: the texts need to be fleshed out. The basic idea is that you can enter "help" at the REPL prompt to get some help ... (10 more lines) |
20:50 | ||||||||||||||||||||||||||||||||||||||
rakudo: lizmat++ created pull request #4978: Add a help function to the repl |