🦋 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 benchable6 left, tellable6 left, statisfiable6 left, greppable6 left, nativecallable6 left, evalable6 left, linkable6 left, shareable6 left, notable6 left, sourceable6 left, committable6 left, squashable6 left, reportable6 left, quotable6 left 01:02 greppable6 joined, tellable6 joined, nativecallable6 joined, notable6 joined 01:03 reportable6 joined, quotable6 joined, committable6 joined, evalable6 joined 01:04 shareable6 joined, sourceable6 joined, statisfiable6 joined, linkable6 joined, benchable6 joined, squashable6 joined 01:45 coleman left 01:47 coleman joined 04:36 shareable6 left, committable6 left, squashable6 left, benchable6 left, sourceable6 left, unicodable6 left, bloatable6 left, statisfiable6 left, bisectable6 left, greppable6 left, releasable6 left, notable6 left, coverable6 left, evalable6 left, nativecallable6 left, reportable6 left, quotable6 left, linkable6 left, tellable6 left, unicodable6 joined 04:37 evalable6 joined, squashable6 joined, releasable6 joined, committable6 joined, statisfiable6 joined, notable6 joined, greppable6 joined 04:38 benchable6 joined, sourceable6 joined, nativecallable6 joined, reportable6 joined, tellable6 joined, shareable6 joined, linkable6 joined 04:39 coverable6 joined, bloatable6 joined, quotable6 joined, bisectable6 joined 06:00 reportable6 left 06:02 reportable6 joined 07:55 greppable6 left, nativecallable6 left, quotable6 left, reportable6 left, linkable6 left, coverable6 left, bisectable6 left, sourceable6 left, releasable6 left, evalable6 left, bloatable6 left, statisfiable6 left, shareable6 left 07:56 sourceable6 joined, nativecallable6 joined, greppable6 joined, quotable6 joined 07:57 linkable6 joined, evalable6 joined, reportable6 joined, coverable6 joined, bloatable6 joined 07:58 statisfiable6 joined, shareable6 joined, releasable6 joined, bisectable6 joined 08:16 sena_kun joined 09:35 benchable6 left, reportable6 left, tellable6 left, unicodable6 left, committable6 left, squashable6 left, notable6 left, bisectable6 left, sourceable6 left, evalable6 left, shareable6 left, statisfiable6 left, greppable6 left, linkable6 left, nativecallable6 left, bloatable6 left, quotable6 left, releasable6 left, coverable6 left 09:36 tellable6 joined, coverable6 joined, shareable6 joined, bisectable6 joined, evalable6 joined, notable6 joined, statisfiable6 joined 09:37 quotable6 joined, greppable6 joined, benchable6 joined, reportable6 joined, squashable6 joined 09:38 releasable6 joined, unicodable6 joined, linkable6 joined, bloatable6 joined, sourceable6 joined, committable6 joined 09:39 nativecallable6 joined 09:47 sena_kun left 12:00 reportable6 left 12:01 reportable6 joined
Geth rakudo/main: b8a3096b5d | (Elizabeth Mattijsen)++ | src/Raku/ast/compunit.rakumod
RakuAST: add RAKUDO_POD environment variable

  - if absent, "Pod" is assumed
  - used as the first part of %*ENV<RAKUDO_POD>::To::Text handling
   when --doc is specified. And if --doc=HTML is specified, would
   refer to %*ENV<RAKUDO_POD>::To::HTML
  - specify RAKUDO_POD=RakuDoc to use RakuDoc::To::Text when --doc
Sadly, something appears borked with RakuDoc::To::Text atm :-(
12:19
rakudo/main: eb753a3b26 | (Elizabeth Mattijsen)++ | 4 files
RakuAST: add preliminary support for =alias / A<>

  - add $*DOC-ALIASES dynamic variable, contains has with mapping
   of lemmas and their content
  - add handling of =alias to ::Doc::Block.from-paragraphs
   The first atom is the lemma, the rest is the content
  - add handling of A<> to set the contents of the lemma as the
   meta of the ::Doc::Markup
  - add =alias and A<> handling to RakuDoc::To::Text (as in: don't
   render 'alias' blocks, and use the meta for rendering A<>
13:00
13:32 linkable6 left, evalable6 left, evalable6 joined 13:33 linkable6 joined
Geth rakudo/main: 564a6df1eb | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: config values should be RakuAST nodes
14:33
rakudo/main: 126e726d46 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: get rid of rakudoc-verbatim-blocks token

For some reason, this caused a regression in doc/Language/tables.rakudoc parsing, related, golfed down to:
   =begin code
   =for table
... (6 more lines)
15:30
lizmat and now back to my regularly scheduled programming :-(
Geth rakudo/main: 88b22e2cbd | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: give M<> same semantics as X<>

As discussed in:
   github.com/finanalyst/Rakudoc-BETA...1627211467
15:47
16:59 evalable6 left, linkable6 left 17:00 evalable6 joined 17:01 linkable6 joined
Geth nqp: eltociear++ created pull request #806:
Fix typo in rubyish/README.md
17:39
17:40 sena_kun joined
Geth nqp/main: a62b6830b7 | (Ikko Eltociear Ashimine)++ (committed using GitHub Web editor) | examples/rubyish/README.md
Fix typo in rubyish/README.md (#806)

amout -> amount
17:41
18:00 reportable6 left 18:02 reportable6 joined 18:06 samebchase6 joined 18:07 samebchase left, samebchase6 is now known as samebchase
Geth rakudo/main: 743cc08b0e | (Elizabeth Mattijsen)++ | 5 files
RakuAST: implement =alias / A<> support properly

  - add alias token + action
  - add .from-alias method for handling the alias specification
  - adapt deparsing logic accordingly
  - fix test accordingly
18:27
19:11 ab5tract joined 20:51 evalable6 left, linkable6 left, coverable6 left, reportable6 left, notable6 left, shareable6 left, bloatable6 left, sourceable6 left, bisectable6 left, nativecallable6 left, unicodable6 left, releasable6 left, statisfiable6 left, benchable6 left, squashable6 left 20:52 coverable6 joined, evalable6 joined, squashable6 joined, nativecallable6 joined, shareable6 joined 20:53 statisfiable6 joined, releasable6 joined, reportable6 joined, linkable6 joined, benchable6 joined, sourceable6 joined 20:54 notable6 joined, unicodable6 joined, bisectable6 joined, bloatable6 joined
Geth rakudo/main: 5e2c6a3960 | (Elizabeth Mattijsen)++ | lib/RakuDoc/To/Text.rakumod
RakuAST: work around some strange error

  ===SORRY!===
Inconsistent attachment target stack for RakuAST::CompUnit
Guess it had something to do with the string EVAL. Changed it to manually building the AST and EVALling that
20:57
22:44 ab5tract left 23:51 squashable6 left 23:53 squashable6 joined