🦋 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.
raydiak .seen sergot 09:23
tellable6 raydiak, I saw sergot 2019-01-24T14:32:08Z in #perl6: <sergot> oh, Mar and May...
skaji_ Could I get a review on github.com/MoarVM/libatomic_ops/pull/1 ? 12:36
tellable6 2020-11-02T15:09:14Z #raku <[Coke]> skaji answered your question on github.com/skaji/mi6/issues/113 - still an issue for me.
lizmat skaji_: do you want this merged for the 2021.4 release ? or could it wait ? 12:38
skaji_ lizmat: Thanks. I'm not in a hurry. It can wait. 12:47
lizmat ok :-) good to know 12:48
kawaii Hello, trying to use `EVAL()` but still getting warning about it being unsafe even when I did `use MONKEY-SEE-NO-EVAL;` in the REPL? :) 15:45
Ah, I see `> use MONKEY-SEE-NO-EVAL; EVAL($code);` works, but not when executed separately - which isn't consistent with how other modules are `use`'d 15:49
uzl[m] weekly: lobste.rs/s/nxetna/raku_multiple_d...new_moarvm 16:23
notable6 uzl[m], Noted! (weekly)
uzl[m] ^ It seems someone tagged the post with `perl` 😆 16:25
lizmat *sigh*
uzl[m]: can you do something about that?
uzl[m] I asked about removing that tag in the #freenode_#lobsters:matrix.org room, waiting for an answer. As the person who submitted it, I cannot remove the tag on my end apparently. 16:30
MasterDuke the last comment does mention perl a bit, just adding a raku tag seems sufficient 16:34
oh, but it's a link to jnthn's post. yeah, guess the perl tag doesn't make sense
lizmat [Coke]: you might find this interesting: modules.raku.org/dist/uniname-words 17:25
patrickb o/ 17:32
gfldex lolibloggedalittle: gfldex.wordpress.com/2021/04/17/co...speakable/
patrickb nine: Huge thanks for tackling #3749! That bug has been haunting me a lot! 17:33
uzl[m] lizmat: Someone proposed the `raku` tag (lobste.rs/s/r1dk4u/new_tag_proposal_raku). Hopefully it gets accepted by the moderator(s). It seems that tags are either added/removed based on user suggestions (lobste.rs/moderations). 17:59
lizmat well, let me know when it gets accepted: another news item for the RWN :-)
uzl[m] weekly: lobste.rs/s/r1dk4u/new_tag_proposal_raku 18:01
notable6 uzl[m], Noted! (weekly)
japhb Are there any reasonably full-featured OpenGL modules? My searching on modules.raku.org only found GLFW, but I feel like my headache is preventing finding the obvious. 19:07
Geth problem-solving: ddfdfb04f7 | Altai-man++ | solutions/documentation/search-categories.md
Provide a solution document for github.com/Raku/problem-solving/issues/250

  "Documentation search categories are not standartized"
Fixes github.com/Raku/problem-solving/issues/250
19:15
problem-solving: ecf3097a0b | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | solutions/documentation/search-categories.md
Merge pull request #271 from Raku/solution-250

Standardize documentation search categories (solution for #250)
moon-child japhb: not that I know of. I did some brief experimentation with rendering in c that was driven by raku. But I think for your purposes it might be better to go with a higher-level library like ogre3d? 19:26
(though gl is pretty easy to bind to--no complicated structs, just integer constants and float buffers) 19:31
japhb moon-child: Yeah, I've done GL bindings before (I did the Parrot OpenGL bindings, for instance). Just didn't want to do that all over again if someone's already got it covered. :-) 19:35
moon-child yeah, fair enough 19:36
raydiak 19:44
japhb raydiak: On the list. ;-) 19:55
raydiak japhb++
demostanis[m] github.com/vim/vim/pull/8120 21:18
lizmat weekly: github.com/vim/vim/pull/8120 21:25
notable6 lizmat, Noted! (weekly)
lizmat demostanis[m]++
m6locks ebin 21:27
japhb GAH, this dang flaky uninstall error is driving me nuts: "Failed to open dir: Too many open files" 22:33
ugexe japhb: ever try running it with --ll-exception? while i suspect it might be libuv it would still be useful to know where in rakudo its tripping up (presumably whatever libuv thing backs .dir) 22:50
japhb ugexe: Forgot to try that. Will add it to my next attempt. 22:54