🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
[Coke] no, I mean: has someone put together a build for rakudo. 02:37
(based on github actions)
tonyo i did one when actions was beta, i can probably update it 06:02
El_Che [Coke]: I have, for linux 07:19
[Coke]: I am migrating rakudo-pkg to Github Actions 07:20
[Coke]: build is fine (now working on uploading to repos)
[Coke]: I also added a special devbuild action for e.g. core devs. It can be triggered from the github web ui and it looks like this: raw.githubusercontent.com/nxadm/ra...vbuild.png 07:22
PimDaniel .tell Coke Thank's Coke. That's what i wanted! I saw .WHO into the reference but used it : THIS.WHO and it gave me nothing i could handle, i must still look at the Classes hierarchy to understand. Merci Bien! 08:13
tellable6 PimDaniel, I'll pass your message to [Coke]
PimDaniel 08:14
tellable6 2021-02-04T18:34:56Z #raku <[Coke]> PimDaniel m: module THIS::THAT { our $WHY = 3; } ; my $x = "THAT" ; dd THIS.WHO{$x}.WHO
jmerelo Making a simple language is complicated :-) fosdem.org/2021/schedule/event/xllang/ This could very well apply to Raku 08:21
tellable6 hey jmerelo, you have a message: gist.github.com/76cad58ad6f44dbfe3...c31a108a8d
hey jmerelo, you have a message: gist.github.com/9eb8347564f263d113...356963b779
jmerelo .tell Xliff I'm sure finanalyst does not mind. Please add yourself as a mentor, if you want making a reference to @finanalyst so that he knows. 08:22
tellable6 jmerelo, I'll pass your message to Xliff
tbrowder yo, someone pls take a look at pr #4 at github.com/Raku/planet.raku.org 12:52
the preferred viewer is someone who has successfully added an entry for his or her blog to ensure the instructions are correct for the three entry lines 12:59
tonyo jmerelo: lisp is pretty simple and easy to implement 14:39
tellable6 tonyo, I'll pass your message to jmerelo
gfldex i'm trying to create a type with a meta-method via MOP. The meta-method whows up in meta_method_table but is never called. Any pointers would be most welcome. 19:23
[Coke] do you need to recompose? 19:31
gfldex [Coke]: that doesn't work either 20:07
There must be a way to do this because Rakudo is using the MOP to create types to. Actions.nqp is really hard to brain parse. :-| 20:10
patrickb I just created a PR to rework the Object Tutorial. Feedback welcome! github.com/Raku/doc/pull/3794 20:23
[Coke] Yes, but Rakudo might be using nqp under the hood. 20:35
Might help if you had a small example that didn't work.
gfldex gist.github.com/gfldex/31f7bd6a393...ce1d5468f3 20:40
[Coke]: ^^^
I can supply any number of small examples that don't work. :) 20:42