00:12 librasteve_ left 05:12 kjp left 05:14 kjp joined 05:15 kjp left, kjp joined 08:52 librasteve_ joined 11:21 librasteve_ left 14:38 librasteve_ joined 15:20 Nicholas left
Geth MoarVM/main: 4264d34b60 | (Anton Oks)++ (committed using GitHub Web editor) | .github/workflows/build_release.yml
build_release.yml: Adding latest macos and windows runners (#1952)

  * build_release.yml: Adding latest macos uns windows runners
  + macos-15-large
  + windows-2025
... (5 more lines)
16:44
MoarVM/main: 36fcd3d1f8 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Bump rapidhash to v3" (#1960)
16:45
16:47 Nicholas joined 16:48 librasteve_ left 17:10 rakkable left, rakkable joined 17:48 bisectable6 left 17:51 bisectable6 joined
Geth MoarVM: MasterDuke17++ created pull request #1965:
Update ci images
18:05
18:15 librasteve_ joined
patrickb I currently observe a callsite in MoarVM (a `sub` native call routine) that has an arg_count of 6 even though my sub only has 5 args. Is that somehow expected (i.e. there is some hidden last arg or some such?) 21:44
One more data point: The respective sub has a slurpy. 21:47
lizmat if it were a method, it could be the hidden *%_ ? 22:06
patrickb That I have already accounted for. 22:07
lizmat so it is a method ? then the invocant maybe?
patrickb I suspect I messed up somewhere. I'm just unsure where. I didn't touch the parser at all. 22:08
No it's a sub.
I think I have to do some bisecting with my changes. Thanks so far! 22:09
(Bedtime for me.)
lizmat also: sleep& 22:10
timo2 callsite is for the site of the call, you can always try to call a sub with an incompatible callsite, the compiler (optimizer) tries to give you an error if it can prove it won't work, but it could be different in the location you're looking at 22:28