🦋 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:01 sivoais left, sivoais joined 01:52 jjatria left, jjatria joined 01:53 squashable6 left, squashable6 joined 06:00 reportable6 left 06:01 reportable6 joined 07:01 quotable6 left, greppable6 left, committable6 left, reportable6 left 07:02 reportable6 joined, committable6 joined 07:03 greppable6 joined, quotable6 joined 07:37 sena_kun left 07:39 sena_kun joined 08:39 greppable6 left, quotable6 left, committable6 left, nativecallable6 left, squashable6 left, linkable6 left, notable6 left, benchable6 left, unicodable6 left, bloatable6 left, bisectable6 left, evalable6 left, shareable6 left, reportable6 left, statisfiable6 left, releasable6 left, coverable6 left, sourceable6 left, nativecallable6 joined 08:40 coverable6 joined, greppable6 joined, bisectable6 joined, evalable6 joined, releasable6 joined, sourceable6 joined, unicodable6 joined, statisfiable6 joined 08:41 quotable6 joined, committable6 joined, bloatable6 joined, linkable6 joined, shareable6 joined 08:42 squashable6 joined, notable6 joined, reportable6 joined, benchable6 joined 09:42 notable6 left, linkable6 left, squashable6 left, unicodable6 left, evalable6 left, committable6 left, tellable6 left, sourceable6 left, releasable6 left, shareable6 left, greppable6 left, bisectable6 left, benchable6 left 09:43 bisectable6 joined, linkable6 joined, evalable6 joined, squashable6 joined, tellable6 joined, benchable6 joined 09:44 committable6 joined, unicodable6 joined, greppable6 joined 09:45 notable6 joined, shareable6 joined, releasable6 joined, sourceable6 joined
Geth rakudo/main: 9fc4f69feb | (Elizabeth Mattijsen)++ | 3 files
RakuAST: introduce $=rakudoc pod variable

This contains a List of top level RakuAST::Doc nodes, e.g. to generate documentation from.
Also use this variable to feed to xxx::To::Text whenever --doc is specified and RAKUDO_POD is specified with anything other than 'Pod' allowing the documention of "foo" to be rendered using RakuDoc::To::Text by:
   $ RAKUDO_RAKUAST=1 RAKUDO_POD=RakuDoc raku --doc foo
09:50
rakudo/main: d3a90fc100 | (Elizabeth Mattijsen)++ | src/Raku/ast/variable-declaration.rakumod
RakuAST: make sure ::Doc::DeclaratorTargets are found

They live inside an expression, so look there!
Note that any embedded DeclaratorTargets (such as parameters) will
  *not* be produced here, as they are considered the responsibility
of the renderer to obtain and handle.
10:21
11:23 committable6 left, bloatable6 left, notable6 left, squashable6 left, greppable6 left, linkable6 left, sourceable6 left, statisfiable6 left, coverable6 left, nativecallable6 left, unicodable6 left, shareable6 left, bisectable6 left, reportable6 left, benchable6 left, tellable6 left, quotable6 left, releasable6 left, evalable6 left, coverable6 joined, squashable6 joined, bisectable6 joined, bloatable6 joined 11:24 greppable6 joined, evalable6 joined, tellable6 joined, sourceable6 joined, quotable6 joined, benchable6 joined, unicodable6 joined, notable6 joined, committable6 joined, releasable6 joined 11:25 linkable6 joined, reportable6 joined 11:26 shareable6 joined, statisfiable6 joined 12:00 reportable6 left 12:02 reportable6 joined
Geth rakudo/main: 1d48d3514e | (Elizabeth Mattijsen)++ | lib/RakuDoc/To/Text.rakumod
RakuAST: fix several issues with RakuDoc::To::Text

  - handle List coming from $=rakudoc
  - add support for references (aka X<> markup)
  - handle 'doc' -> 'rakudoc' rename
  - handle ::Doc::Declarator -> ::Doc::DeclaratorTarget
  - use resolved-config for actual values
12:22
12:24 nativecallable6 joined 13:01 vrurg left 13:02 vrurg_ joined 15:57 linkable6 left, evalable6 left 15:58 linkable6 joined 16:00 evalable6 joined 17:00 evalable6 left, nativecallable6 left, linkable6 left, committable6 left, greppable6 left, tellable6 left, quotable6 left, sourceable6 left, bisectable6 left, squashable6 left, bloatable6 left 17:01 tellable6 joined, quotable6 joined, sourceable6 joined, committable6 joined 17:02 greppable6 joined, bisectable6 joined, nativecallable6 joined, evalable6 joined, squashable6 joined 17:03 bloatable6 joined, linkable6 joined 17:28 sena_kun left 17:32 sena_kun joined 17:43 japhb left 18:00 reportable6 left 18:03 reportable6 joined 18:38 Xliff joined
Xliff Raku-GLib suite timing statistics for Raku 2023.06.87.g.5.e.2.c.6.a.3960 18:38
Using the following processor: AMD Ryzen 9 5950X 16-Core Processor
Total number of projects: 33 (506511 loc)
Total non-parallel compile times: 11096.210 (336.249 avg)
Total parallel compile times: 2224.158 (67.399 avg) 4.989x speedup
m: sub a (Buf @bar) { @bar.gist.say }; my Buf @a = (Buf.new(1, 2, 3)); a(@a); @a.push: 1; a(@a) 18:43
camelia [Buf:0x<01 02 03>]
Type check failed for an element of @a; expected Buf but got Int (1)
in block <unit> at <tmp> line 1
Xliff ^^ guifa
Note that @a must be explicitly typed as above or it will fail the type check.
So saying "my @a = ( Buf.new(1, 2, 3) )" will not work.
19:58 squashable6 left, coverable6 left, linkable6 left, evalable6 left, nativecallable6 left, committable6 left, bloatable6 left, reportable6 left, quotable6 left, bisectable6 left, unicodable6 left, tellable6 left, releasable6 left, shareable6 left, statisfiable6 left, greppable6 left, benchable6 left, notable6 left, sourceable6 left, squashable6 joined, coverable6 joined, linkable6 joined, quotable6 joined, sourceable6 joined 19:59 shareable6 joined, statisfiable6 joined, greppable6 joined, nativecallable6 joined, notable6 joined, committable6 joined, tellable6 joined 20:00 benchable6 joined, releasable6 joined 20:01 unicodable6 joined, reportable6 joined, bloatable6 joined, evalable6 joined, bisectable6 joined
Geth rakudo/main: 6abb65342f | (Elizabeth Mattijsen)++ | 5 files
RakuAST: more Rakudoc rendering fixes

  - remove dependency on Terminal::ANSIColor
  - add support and documentation for --rqkudoc argument
  - remove support for RAKUDO_POD environment variable
  - add support for fully qualified module name with --doc/--rakudoc
20:50
Xliff Raku-GLib suite timing statistics for Raku 2023.06.90.g.1.d.48.d.3514.e 21:29
Using the following processor: 13th Gen Intel(R) Core(TM) i9-13900K
Total number of projects: 33 (506589 loc)
Total non-parallel compile times: 5546.000 (168.061 avg)
Total parallel compile times: 1009.833 (30.601 avg) 5.492x speedup
22:13 jgaz left, jgaz_ joined 22:16 sena_kun left
Geth nqp: 532910++ created pull request #807:
Update README.pod: make moarvm a link
23:00