🦋 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.
vrurg nine: as a matter of fact, RakuAST::Infix doesn't have access to LHS/RHS nodes. ApplyInfix has. 02:43
nine vrurg: oh, then I guess ApplyInfix ought to pass the required information 08:00
vrurg nine: It actually does. I traced it down later. It just doesn't reach IMPL-SMARTMATCH-QAST. github.com/rakudo/rakudo/pull/5105...1323026243 14:11
Geth rakudo: vrurg++ created pull request #5106:
Fix smartmatch over topic
15:43
Geth DBIish/rbt.use-correct-nativelibs: 007a91c047 | (Rod Taylor)++ | META6.json
Always use the Saloritz NativeLibs

Zef can sometimes still try to install DBIish 0.6.1 for the NativeLibs package.
16:17
DBIish/rbt.nicer-skiptest-messages: fa0928082d | (Rod Taylor)++ | 20 files
Reduce code duplication

Reduce the boilerplate in the code by creating a connect-or-skip function in CommonTesting. This handles common error types that all tests could expect, such as missing optional libraries or misconfigured databases, in a single place.
Improve the LibraryMissing and ConnectionFailed error messages to make it easier to separate expected errors in test diagnostics from unexpected errors.
17:39
DBIish/main: fa0928082d | (Rod Taylor)++ | 20 files
Reduce code duplication

Reduce the boilerplate in the code by creating a connect-or-skip function in CommonTesting. This handles common error types that all tests could expect, such as missing optional libraries or misconfigured databases, in a single place.
Improve the LibraryMissing and ConnectionFailed error messages to make it easier to separate expected errors in test diagnostics from unexpected errors.
17:51
DBIish/rbt.use-correct-nativelibs: 9fe1b0ccc7 | (Rod Taylor)++ | META6.json
Always use the Saloritz NativeLibs

Zef can sometimes still try to install DBIish 0.6.1 for the NativeLibs package.
DBIish/main: 9fe1b0ccc7 | (Rod Taylor)++ | META6.json
Always use the Saloritz NativeLibs

Zef can sometimes still try to install DBIish 0.6.1 for the NativeLibs package.
18:02
Geth DBIish/rbt.not-all-exceptions-have-detail: 201e98775a | (Rod Taylor)++ | lib/DBIish/CommonTesting.rakumod
Not every error message has a detail function

Print the entire message, but intent every line by 4 spaces.
fa09280 made poor assumptions about the exception class.
22:31