🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
Xliff vrurg: So, would a web front end for something like Blin be a good starting point? 00:28
And so, I guess I am throwing my hat in the ring for Service Manager.
Let me know what I need to do.
vrurg Xliff: If I consider it then my view for smoketesting would be different. Blin is a brute force. Smoketesting would be a lightweight variant where it picks newly uploaded modules and puts them in a queue. Anybody could start a client on their side and only what is in the queue. The point is to cover as many different platforms as possible. 00:40
It could also be about testing different compiler versions, but a new release would not trigger re-testing of all existing modules – this is what we have Blin for. 00:41
As to becoming a manager, you'd need to find somebody who is looking for help. So far, I see no interest in people supporting the existing infrastructure to receive assistance from volunteers. 00:44
Xliff vrurg: Well if there is no immediate interest, why advertise the position? 01:00
vrurg Xliff: you still don't get it. Have you read github.com/Raku/Raku-Steering-Coun...211002.md? 01:03
And also note the line right before: "For example, a new entry may look like this:" – and then _an example_ of a service description follows, so any one responsible for an infrastructure project can add _their_ description under the PROJECT LIST section. 01:05
Geth rakudo: vrurg++ created pull request #4559:
Add guard for container descriptor $!of for non-nominals
03:12
Geth rakudo/new-disp-nativecall: 720075d707 | (Stefan Seifert)++ | lib/NativeCall.rakumod
Handle explicitly managed strings getting passed to native functions

For explicitly managed strings, we need to pass the contained CStr value instead of the string object itself. This way NativeCall knows not to free the created C string after the call.
Note that the generated function bodies have never supported this. The problem just hasn't surfaced before, because the test runs the call only once and in the previous implementation, the first call always went through the generic calling code (which does support explicitly managed strings).
08:02
Geth rakudo/new-disp-nativecall: 71fa529e16 | (Stefan Seifert)++ | 2 files
Support passing Proxy to native routines

For now if we find a Proxy in a native routine's arguments, just wrap the call in a simple function that fetches values from proxies as a side-effect.
08:37
rakudo: Kaiepi self-assigned Signatures with subsignatures smartmatch incorrectly in both directions github.com/rakudo/rakudo/issues/4558
431c3d6b7b | (Elizabeth Mattijsen)++ | src/core.c/operators.pm6

  - For better maintainability and debuggability
  - According to the latest optimization insights
09:14
[Tux] Rakudo v2021.09-251-gff6951f59 (v6.d) on MoarVM 2021.09-635-g78fd4944f
csv-ip5xs1.385 - 1.450
csv-ip5xs-2015.663 - 16.235
csv-parser4.708 - 4.734
csv-test-xs-200.379 - 0.382
test7.387 - 7.453
test-t1.706 - 1.721
test-t --race1.017 - 1.043
test-t-2024.768 - 25.115
test-t-20 --race7.969 - 8.007
09:17
japhb lizmat: Could you explain a little about what those "latest optimization insights" are? 19:52
Geth rakudo: usev6++ created pull request #4560:
[JVM] Unbreak build after merge of new-disp
20:33
bartolin ^^ I'm neither sure about this changes nor am I happy with the added conditionals for the preprocessor. But I wanted to bring that up now as a possible solution to unbreak the build. I'm afraid I won't have much time the next two weeks ... 20:36