🦋 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 WebService-GitHub/main: 1f8d8456f6 | (Patrick Böker)++ | dev-scripts/templates/META6.json.crotmp
Fix dependencies

IO::Socket::SSL is required to access the GH API, but HTTP::Tiny doesn't depend on it. So we have to.
13:10
Geth rakudo/main: ccbe370add | (Elizabeth Mattijsen)++ | 3 files
Streamline return value logic

  - make Binder.get_return_type return nqp::null on Mu
  - make p6typecheckrv op to just emit the value if type is nqp::null
   effectively bypassing all typechecks if --> Mu
  - streamline the raku-rv-typecheck dispatcher
   - more comments
   - fast-path handling of Nil / Failure being returned
   - fewer checks on paths that need runtime / definite checks / coercion
14:08
rakudo/main: 07049e7fa7 | (Elizabeth Mattijsen)++ | 3 files
Streamline return value handling some more

Extract the handling of generic types to a new dispatcher
  "raku-rv-typecheck-generic", which puts a guard on the type
and then delegates to "raku-rv-typecheck".
Adapt "raku-rv-typecheck" not need to guard on type anymore. ... (6 more lines)
16:04
Geth WebService-GitHub/main: f1ee0a7db4 | (Patrick Böker)++ | dev-scripts/templates/META6.json.crotmp
Fix Test::META dependency

The version is not available anymore. Bump.
19:17
WebService-GitHub/main: 4bbd37e16e | (Patrick Böker)++ | dev-scripts/templates/META6.json.crotmp
Fix Test::META dependency

The version is not available anymore. Bump.
19:18
finanalyst .tell [Coke] Please look at my fix to #341 21:28
tellable6 finanalyst, I'll pass your message to [Coke]