🦋 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.
Geth HTML-Strip: demanuel++ created pull request #1:
Update README.md
00:18
timo asciinema.org/a/MgCAXy97sfZ6WBbJ8zFemJl6t 00:20
^- moarvm remote WIP "step until { bla raku code }" that lets you automatically step until some condition you write yourself is satisfied 00:28
ab5tract timo: that is seriously cool 01:21
patrickb timo: I'm pretty glad you have started improving the debugger. I'm still convinced the debugger is one of the key pieces we have to bring up to shape. \o/ 08:07
timo i dunno, maybe all i really want is something to put colored underlines into ... 09:17
lizmat notable6: weekly 12:14
notable6 lizmat, 3 notes: gist.github.com/9b9ac044ce4b7b2f68...e308251389
lizmat notable6: weekly reset 13:15
notable6 lizmat, Moved existing notes to “weekly_2024-11-11T13:15:32Z”
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2024/11/11/2024-...ternaries/ 13:32
Geth rakudo: ab5tract++ created pull request #5679:
Fail gracefully when REPL is initialized without TTY
17:19
rakudo/fail-gracefully-outside-of-supported-terminal-emulator: 9c36713a73 | ab5tract++ | src/core.c/REPL.rakumod
die -> .throw
17:28
Geth rakudo/fail-gracefully-outside-of-supported-terminal-emulator: f9da135de0 | ab5tract++ | src/core.c/REPL.rakumod
if not -> unless
18:26
ab5tract does anyone recall a long discussion in a problem-solving or issue ticket about removing the "that's Perl 5, this is Perl 6" category of exceptions that often get in the way of using valid Raku syntax? 18:43
I'd like to link it R#3295 and R#5652
linkable6 R#3295 [open]: github.com/rakudo/rakudo/issues/3295 Unsupported use of $] variable in array indexing using anonymous state variables
R#5652 [open]: github.com/rakudo/rakudo/issues/5652 [Will be addressed in RakuAST] Can the parser for $] be made a little less agressive?
ab5tract Doh! it's already right there in 5652 -> R#1356 18:45
linkable6 R#1356 [open]: github.com/rakudo/rakudo/issues/1356 [RFC] Let's remove most (if not all) perl5-oriented error messages for variables
Geth nqp/add-is-interactive: 3b948c88f8 | ab5tract++ | src/HLL/Compiler.nqp
Add is-interactive to HLL::Compiler

This is a first-pass at allowing for refusing to start the REPL when there is no TTY available.
However, my preferred approach would be to nuke this concept of interactive vs non-interactive and replace with the following ... (20 more lines)
20:33
nqp: ab5tract++ created pull request #827:
Add is-interactive to HLL::Compiler
rakudo/fail-gracefully-outside-of-supported-terminal-emulator: e305df9614 | ab5tract++ | src/core.c/REPL.rakumod
Allow --repl-mode=interactive to bypass the TTY requirement
20:35
rakudo/fail-gracefully-outside-of-supported-terminal-emulator: 71d3b5e1f5 | ab5tract++ | tools/templates/NQP_REVISION
Bump NQP to required revision
nqp/main: 2dd22e96af | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM to silence some compiler warnings
20:40
rakudo/main: 02910e431d | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to fix some MoarVM compiler warnings
20:53