16 Feb 2025
rakkable SmokeMachine, Running: eco-provides Stash, please be patient! 23:59
SmokeMachine, Found 50 lines in 16 files (13 distributions):
17 Feb 2025
SmokeMachine (should if return the list? ^^) 00:11
Geth nqp: MasterDuke17++ created pull request #836:
Use locals intead of class variables
03:11
rakudo/main: 174729f923 | (Stefan Seifert)++ | src/Raku/Actions.nqp
RakuAST: fix .= accidentally compiled as normal method call

The parser lands in very different places depending on whether .= is followed by white space or not. In the latter case we compiled it to a postfix method call when it should be an infix call assign instead.
09:25
rakudo/main: 138ba249ed | (Stefan Seifert)++ | src/Raku/ast/expressions.rakumod
RakuAST: don't sink the result of .=

Spectest requires this
nine 1170
lizmat SmokeMachine: your query tickled an error in pasting :-( 09:48
will look at it shortly
SmokeMachine Sorry for that…
lizmat rakkable: eco-pr Stash 09:52
rakkable lizmat, Running: eco-provides Stash, please be patient!
lizmat, Found 50 lines in 16 files (13 distributions):
lizmat, gist.github.com/786cb4680e2952a926...fc9d503232
lizmat SmokeMachine: ^^
SmokeMachine lizmat: thanks! I’m trying to find out how to do an EXPORT sub to return a big name type… something like `sub EXPORT(—> Map()) { “Bla::Ble::Bli” => class :: {} }` (but on my real case I’m using .^new_type to create the class) do you know how I should do that? 10:17
lizmat how should that be different from class :: { } ? 10:45
SmokeMachine I mean, with the class keyword I wouldn’t need to export it… 11:31
lizmat ah, in that case: 11:33
sub export() { Map.new( "Bla::Ble::Bli" => foo.^new_type ) } 11:34
should work ?
Geth nqp: MasterDuke17++ created pull request #837:
Use new MacOS and Ubuntu versions in CI
12:41
nqp/main: 992d867b80 | (Daniel Green)++ | azure-pipelines.yml
Use new MacOS and Ubuntu versions in CI

MoarVM and Rakudo have more combinations of older and newer versions, but NQP sees fewer changes, so it's probably not as important to try everything.
13:10
nqp/main: a3bddac744 | MasterDuke17++ (committed using GitHub Web editor) | azure-pipelines.yml
Merge pull request #837 from MasterDuke17/use_new_oses_in_CI

Use new MacOS and Ubuntu versions in CI
lizmat notable6: weekly 13:42
notable6 lizmat, 2 notes: 2025-02-04T09:17:18Z <melezhik>: sparrowdo.wordpress.com/2025/02/04...ow-checks/ ; 2025-02-07T09:12:42Z <melezhik>: sparrowdo.wordpress.com/2025/02/06...-cookbook/
lizmat notable6: weekly reset 13:44
notable6 lizmat, Moved existing notes to “weekly_2025-02-17T13:44:00Z”
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2025/02/17/2025-...ted-quora/ 15:17
Geth rakudo: 0rir++ created pull request #5784:
Test Instant.from-posix-nanos against .from-posix
16:44
SmokeMachine lizmat: when I tried that and tied listing things on :: (like `say ::.keys`) it listed as key the whole name (instead of neasted) than I assumed that was wrong (sorry for the delay, I had to take my wife to the gp…) 17:37