🦋 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.
vrurg greppable6: EnumHOW 00:52
greppable6 vrurg, 12 lines, 4 modules: gist.github.com/19f242d407fbfce166...29bd53a151
Geth roast: 7a41b971a7 | (Nick Logan)++ | 3 files
Remove usage of deprecated Proc.status
02:10
Geth rakudo/main: 5 commits pushed by (Nick Logan)++ 02:40
lizmat just learned that apparently the CHECK phase in RakuAST is performed both with the .AST, then again when we do the .EVAL 08:42
[Tux] Rakudo v2023.06-50-g78dee9569 (v6.d) on MoarVM 2023.06-1-g63af27399
csv-ip5xs0.799 - 0.838
csv-ip5xs-205.330 - 5.344
csv-parser3.637 - 3.758
csv-test-xs-200.375 - 0.390
test6.293 - 6.782
test-t1.363 - 1.460
test-t --race0.827 - 0.845
test-t-2019.715 - 19.775
test-t-20 --race6.237 - 6.318
12:01
Geth rakudo/main: 5f488afb56 | (Elizabeth Mattijsen)++ | 3 files
RakuAST: add Doc::Declarator.paragraphs method

This basically adds support for Markup to declarator docs.
The reasons for adding a separate .paragraphs method are:
  - wanting to be able to have markup extend over a multiple lines
  - making leading / trailing to be markup aware is a bit troublesome
... (24 more lines)
13:58
Geth rakudo/main: ef76467793 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: fix stupid thinko in verbatim doc handling
15:56
Geth rakudo/main: eb169c3fc6 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/LegacyPodify.pm6
RakuAST: fix meta flattening of markups inside V<>
17:14
Geth rakudo/ugexe/increase-java-max-heap: 26e7d65072 | (Nick Logan)++ | tools/templates/jvm/Makefile.in
Increase max heap space to 6G for building jvm rakudo
21:51
rakudo: ugexe++ created pull request #5309:
Increase max heap space to 6G for building jvm rakudo
21:52
rakudo/main: 84ffe2b13c | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: expand the list of block types that have implicit code blocks

As per S26, adapted to the future RakuDoc definition.
22:14
Geth rakudo/main: 26e7d65072 | (Nick Logan)++ | tools/templates/jvm/Makefile.in
Increase max heap space to 6G for building jvm rakudo
22:44
rakudo/main: c6738c1c45 | (Nick Logan)++ (committed using GitHub Web editor) | tools/templates/jvm/Makefile.in
Merge pull request #5309 from rakudo/ugexe/increase-java-max-heap

Increase max heap space to 6G for building jvm rakudo
ugexe jvm build gets a little further now, but the ci tests are still red 22:45
Impossible coercion from BOOTInt into Int: value is of unacceptable type BOOTInt
Geth rakudo/ugexe/remove-unneeded-nqp-lib: 64fef8049f | (Nick Logan)++ | src/vm/moar/ModuleLoaderVMConfig.nqp
Remove rakudo-home/lib from vm_search_path

rakudo-home/lib is provided elsewhere, and thus this search path isn't needed. This makes the vm_search_path return an empty array, similar to the JS backend. Note that we don't get rid of the vm_search_path method altogether because the JVM can return a non empty array of paths.
22:54