🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 6 September 2022. |
|||
00:22
bdju left,
bdju joined
01:23
hulk joined,
kylese left
01:42
Sgeo joined
02:15
hulk left,
kylese joined
03:09
kotrcka joined
03:10
holyghost joined
|
|||
lucs | This bug really scares me, my trust in regex matches is shaken: | 03:26 | |
pL.i. an pLain 5 | |||
BLIMP - BLIMP 1 | |||
@#$@#$ | |||
github.com/rakudo/rakudo/issues/5550 | |||
(sorry for the Wordle junk) | 03:27 | ||
03:53
kst left
04:09
kst joined
|
|||
holyghost | Hi, I started on the widget kit in EyeofTheBeholder, it's available in v0.1.3. It will be non-specific image system wise. | 04:20 | |
(Such as png, SDL etc.) | |||
05:30
Sgeo left
|
|||
holyghost | The kit is unpatened, as I can write better ones with the design patterns | 05:32 | |
*unpatented | |||
*book | 05:49 | ||
05:57
kotrcka left
06:27
jpn joined
06:35
jpn left
07:03
xinming left
07:05
xinming joined
07:40
sena_kun joined
07:55
dakkar joined
07:56
Manifest0 joined
08:12
ptc joined
08:34
jpn joined
09:20
sena_kun left
09:26
hudo joined
09:32
holyghost left
09:47
abraxxa joined
09:52
abraxxa left
09:53
abraxxa joined
10:06
hudo left
10:17
MasterDuke left
10:23
ptc left
|
|||
tbrowder | holyghost: can't easily find yr module through raku.land. | 10:42 | |
tellable6 | tbrowder, I'll pass your message to holyghost | ||
librasteve | lucs: it scares me too … i would like to see some urgency on the fix and some explanation of how it got shimmed between Raku And NQP (which works ok) and why the fix is a complete and trustworthy resolution | 11:09 | |
11:20
hudo joined
11:41
ptc joined
11:42
ptc left
11:52
jpn left
12:25
jpn joined
12:30
jpn left
12:34
jpn joined
|
|||
tbrowder | librasteve: pm? | 12:34 | |
ab5tract | librasteve: would you mind you share the NQP version? I don't see it on the ticket thread and it seems like it could be useful | 12:55 | |
*mind sharing | |||
dr.shuppet | ab5tract: I used simply nqp -e 'say("_20__32022320" ~~ /2022320/)' to test, that works | 12:57 | |
ab5tract | ahh, okay thanks | 12:58 | |
librasteve | tbrowder: I can see you are not on Discord (?) ... you can email me at librasteve@furnival.net | 13:26 | |
13:44
gordonfish left
13:49
gordonfish joined
|
|||
tbrowder | thnx | 13:56 | |
wilco | |||
lizmat | and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2024/04/15/2024-...y-concise/ | 14:26 | |
tbrowder | ++lizmat: looking fine | 14:56 | |
librasteve: i noted yr use of raku oauth and went back to visit the module. noted yr contribution there. i made a poor pr which was accepted after brian cleaned it up. i would like to submit another pr mainly to improve the visibility and clarity of the various workflows and good exampled. i wonder if you would be interested in helping? | 15:01 | ||
15:11
jpn left
|
|||
ab5tract | librasteve, lucs: a cause has been determined -- github.com/rakudo/rakudo/issues/55...2057154673 | 15:37 | |
I will continue poking at the issue but I wanted to update you on some progress | 15:38 | ||
librasteve | tbrowder: I'm happy to try --- suggest you fork OAuth2 module and make your porposed changes there in a way that is obvious to me (ie in a new branch or PR other there) - then I can come in a do a review ... just leave in comments for the bits where you need advice / not sure | 15:46 | |
antononcube | cdn.discordapp.com/attachments/633...08a5c& | 16:03 | |
16:13
sftp joined
|
|||
tbrowder | thnx! | 16:34 | |
will do | 16:35 | ||
16:36
jpn joined
16:45
jpn left
16:47
dakkar left
17:08
jpn joined
17:13
jpn left
17:23
jpn joined
17:28
jpn left
17:47
jpn joined
17:50
sftp left,
sftp joined
|
|||
greenfork | Here a person says that "the `use vX.XX` pragma is underappreciated [...] In Perl and #Rakulang I'm never version locked by the interpreter." bitbang.social/@profoundlynerdy/11...3704703707 | 17:56 | |
How true is that about Raku? I heard some opinions that Rakudo breaks things from release to release, so the language is at 6.d for quite some time but it doesn't really help? | 17:57 | ||
gfldex | greenfork: We don't force to request a language version and that may have been a mistake. | 18:00 | |
greenfork | gfldex: Does it make any difference to specify use v6.d; if the Rakudo compiler still changes and there's around 3 years since the 6.d version? | 18:07 | |
librasteve | greenfork: I am not aware of any incompatible changes since 6.d was released - what do you have in mind? [there is use v6.PREVIEW for the new stuff, but that is obviously separate] | 18:09 | |
greenfork | @librasteve for example Red was broken for the last two releases, v2024.02 -- github.com/FCO/Red/issues/573, v2024.03 -- github.com/FCO/Red/issues/574 | 18:12 | |
At leasts the tests didn't run successfully, don't know if it actually broke something | |||
18:15
jpn left
18:22
sena_kun joined
18:23
abraxxa left
|
|||
SmokeMachine | I yes, it did have conflict… Red even have this to avoid them (github.com/FCO/Red/blob/d3744b1009...umod#L47). I thought Blib was there to find those cases… | 18:26 | |
18:29
jpn joined
|
|||
SmokeMachine | (it did break...) | 18:30 | |
18:30
abraxxa-home joined
|
|||
[Coke] | have Rakudoâ„¢ v2024.03 - when I run raku to get the REPL, it is now just spewing backtraces. pretty sure this was working even earlier today | 18:31 | |
librasteve | oh - ok thanks! (I guess will be a while before raku == perl stability) | ||
[Coke] | blin, not Blib. | 18:32 | |
recurrence of github.com/krunen/term-termios/issues/22 | 18:34 | ||
SmokeMachine | blin? sorry... | 18:36 | |
18:37
kotrcka joined
|
|||
dr.shuppet | So I did some experiments with the Rakudo regex bug, and I have no idea how it is possible that the Rakudo compiler is behaving like that. Apparently .EVAL of the same string triggers the bug when the string is single-quoted, but doesn't when it is double-quoted | 18:45 | |
The strings are the same per eq, the ASTs dumped with --target=ast also look the same, beside the different quotes | 18:46 | ||
[Coke] | do you have a gist that shows this? | ||
dr.shuppet | [Coke]: I posted it on the GitHub issue: github.com/rakudo/rakudo/issues/55...2057510994 | ||
I hope it's not just some weirdness on my machine 😅 | 18:48 | ||
[Coke] | fwiw, tests 1-3 emit the same output here. | 18:54 | |
dr.shuppet | I re-copy-pasted the code directly from the GitHub comment, and I got different results (the same as I posted) from test1 and test2 both on my T2 Linux VM and on my Fedora 40 system (with the same 2024.03 Rakudo/NQP/MoarVM) | 18:57 | |
gfldex | greenfork: The plan is to support 6.d for the next 100 years. We might drop 6.c, because there where just to many mistakes in that language version. There have been cases where stuff that should have been in 6.e slipped into 6.d. That was most unfurtunate. | 19:09 | |
19:27
jpn left
19:44
perlbot left,
simcop2387 left
|
|||
dr.shuppet | [Coke]: I tried also with Discord eval bot at #raku and also got the same results | 19:51 | |
20:01
simcop2387 joined
20:02
perlbot joined
20:16
abraxxa-home left
21:15
sena_kun left
21:17
sena_kun joined
|
|||
ab5tract | I've got the same results here. | 21:56 | |
22:25
jpn joined
22:26
sena_kun left
22:29
jpn left
23:05
Sgeo joined
|