🦋 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: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
00:00 reportable6 left 00:01 reportable6 joined 01:43 kurahaupo left 03:27 linkable6 left, sourceable6 left, quotable6 left, greppable6 left, nativecallable6 left, tellable6 left, releasable6 left, coverable6 left, evalable6 left, notable6 left, reportable6 left, unicodable6 left, squashable6 left, bisectable6 left, statisfiable6 left, benchable6 left, bloatable6 left, shareable6 left, committable6 left, sourceable6 joined, quotable6 joined, committable6 joined, squashable6 joined 03:28 bisectable6 joined, tellable6 joined, benchable6 joined, notable6 joined, unicodable6 joined, coverable6 joined, nativecallable6 joined, reportable6 joined
Xliff nine: Thanks for the info. Will rewrite. 03:29
03:30 linkable6 joined, shareable6 joined, statisfiable6 joined, greppable6 joined, releasable6 joined, bloatable6 joined, evalable6 joined 03:44 summerisle is now known as eof 06:00 reportable6 left 06:02 reportable6 joined
Geth JSON-Unmarshal/main: 5918bbd239 | jubilatious1++ (committed using GitHub Web editor) | README.md
Update README.md

Correct description to:
  "JSON::Unmarshal --Make an Object from JSON (the opposite of JSON::Unmarshal)"
After this commit the description will read as above, complementing @jonathanstowe 's description of his `JSON::Marshal` module (below):
  "JSON::Marshal -- Make JSON from an Object (the opposite of JSON::Unmarshal)"
07:33
JSON-Unmarshal/main: 3136450c48 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | README.md
Merge pull request #5 from jubilatious1/patch-1

Update README.md
09:08 sena_kun joined
Geth rakudo/main: 6a79c0f5b9 | (Elizabeth Mattijsen)++ | src/Raku/Actions.nqp
RakuAST: allow trailing declarator doc to start on next line

More in line with what S26 indicated
09:11
roast: 32eb636763 | (Elizabeth Mattijsen)++ | S26-documentation/module-comment.t
Revert "Tweak check for trailing declarator block"

This reverts commit fe773f511fb83d154c9bb0147c4a49e3ad38a545.
Now that it is allowed to have trailing declarator doc on the next line, this change is no longer needed.
lizmat nine: I'm wondering if we actually need any custom compiler passes 09:34
wouldn't supplying the compunit mainline RakuAST in a dynamic variable to CHECK phasers be enough ? 09:35
nine Custom compiler passes are meant to be possible at different times, not just CHECK time 09:50
lizmat ah, ok... but having the mainline RakuAST available in CHECK phaser would be useful, would it not > 09:53
?
github.com/Raku/problem-solving/issues/371 Trailing declarator docs semantics need to be revisited 10:43
Geth rakudo/main: 7243e22857 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: table cells can be more than just strings

In preparation to conditionally allow markup in table cells
10:45
11:48 notable6 left, unicodable6 left, quotable6 left, sourceable6 left, benchable6 left, greppable6 left, evalable6 left, squashable6 left, releasable6 left, committable6 left, reportable6 left, bisectable6 left, shareable6 left, nativecallable6 left, statisfiable6 left, bloatable6 left, coverable6 left, tellable6 left, linkable6 left, reportable6 joined, unicodable6 joined 11:49 linkable6 joined, bisectable6 joined, nativecallable6 joined, coverable6 joined, tellable6 joined, committable6 joined 11:50 greppable6 joined, evalable6 joined, releasable6 joined, shareable6 joined, squashable6 joined, sourceable6 joined, statisfiable6 joined, notable6 joined, benchable6 joined 11:51 quotable6 joined, bloatable6 joined 12:00 reportable6 left 12:02 reportable6 joined
Geth rakudo/main: b881fe847b | (Elizabeth Mattijsen)++ | 2 files
RakuAST: allow format codes in table cells

Activated with :allow<B C L> in the =table's config. Note that Z<> is (and has been) always allowed, and is rendered as "".
This won't be visible in legacy pod, as all markup will be stringified to remain compatible. But the information *is* available in the RakuAST tree.
12:27
lizmat tbrowder__ ^^
tbrowder__ ++lizmat! 12:41
++ lizmat !! 12:42
cool 12:43
thanks
lizmat having this stuff in Raku rather than in NQP makes it a lot easier to adapt :-) 12:46
afk for probably most of today& 12:47
[Coke] nice to have: an :all flag for trim that gets all whitespace, not just leading/trailing 15:13
15:24 rypervenche left 15:36 rypervenche joined
nine That just isn't what the word "trim" means 15:44
Nemokosch for what it's worth, that goes well with the spirit of Unix where most commands don't do what their names suggest xD 15:45
[Coke] nine: sure it is: you're cutting away unwanted parts. 15:49
I'll see about making a module (it's easy enough to do a subst) 15:50
[Coke] wonders if trim-trailing should do different things on R2L strings. :| 15:54
ugexe The term 'trim' has a very specific meaning in computer science though 16:06
en.wikipedia.org/wiki/Trimming_(co...ogramming)
17:14 Xliff_ joined 17:34 Xliff_ left 18:00 reportable6 left 18:01 reportable6 joined
[Coke] Which is why I'm proposing a non-default adverb. *shrug* 2 to 1 against so far, not looking good. :) 19:04
ugexe .trans(" " => "") is already pretty short and descriptive imo 19:22
lizmat or if you want multiple spaces collapsed to one: 19:40
m: dd "foo bar baz".split(" ", :skip-empty).join(" ")
camelia "foo bar baz"
Geth rakudo/main: b0339c2014 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Raku.pm6
RakuAST: change order of arguments for better readability

In rakufication of ::For and ::Block objects
20:22
rakudo/main: c14084ecda | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: code blocks should be generated from the offset

Rather than from the beginning of the line
lizmat which gets make test to 140/150
21:34 guifa left 21:46 kurahaupo joined 21:52 sena_kun left