🦋 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. |
|||
00:00
reportable6 left
00:02
reportable6 joined
|
|||
ugexe | why does this -- gist.github.com/ugexe/563f3a8dfa39...1e696052d3 -- change give a 'lang-call cannot invoke object of type 'VMNull' belonging to no language' error? | 00:05 | |
01:01
MasterDuke joined
|
|||
Geth | rakudo/ugexe/may-precomp-environment-variable: 47ba144f60 | (Nick Logan)++ | src/core.c/CompUnit/PrecompilationRepository.pm6 Add support for RAKUDO_NO_PRECOMPILATION environment variable This adds a mechanism that allows users to disable precompilation via an environment variable. It prevents rakudo from using precompilation files, which also causes modules loaded by CURFS (-I., -Ilib, etc) won't precompile the source files. Note it does not imply other actions (such as installing modules) won't precompile, only that precompiled files won't be used. |
01:49 | |
rakudo: ugexe++ created pull request #5295: Add support for RAKUDO_NO_PRECOMPILATION environment variable |
01:50 | ||
02:05
linkable6 left,
evalable6 left
02:06
evalable6 left,
linkable6 left,
linkable6 joined,
evalable6 joined
02:58
kurahaupo left
02:59
kurahaupo joined
03:59
sourceable6 left,
notable6 left,
committable6 left,
linkable6 left,
benchable6 left,
bisectable6 left,
evalable6 left,
tellable6 left,
quotable6 left,
tellable6 joined,
evalable6 joined
04:00
benchable6 joined,
sourceable6 joined,
quotable6 joined
04:01
linkable6 joined,
committable6 joined
04:02
bisectable6 joined,
notable6 joined
05:41
committable6 left,
sourceable6 left,
bloatable6 left,
reportable6 left,
greppable6 left,
unicodable6 left,
tellable6 left,
squashable6 left,
nativecallable6 left,
releasable6 left,
shareable6 left,
coverable6 left,
coverable6 joined,
squashable6 joined,
reportable6 joined,
nativecallable6 joined,
releasable6 joined
05:42
bloatable6 joined,
sourceable6 joined,
greppable6 joined,
unicodable6 joined
05:43
committable6 joined,
tellable6 joined
05:44
shareable6 joined
06:00
reportable6 left
06:03
reportable6 joined
|
|||
patrickb | ugexe: That's not right, please ignore. | 07:01 | |
07:02
codesections1 joined
07:03
codesections left,
codesections1 is now known as codesections
07:25
kurahaupo left
08:40
sena_kun joined
09:02
kurahaupo joined
09:07
kurahaupo_ joined
09:08
kurahaupo_ is now known as kurahaupo__,
kurahaupo left,
kurahaupo__ is now known as kurahaupo
09:49
Xliff joined
|
|||
Xliff | Raku-GLib suite timing statistics for Raku 2023.05.174.g.6.d.0.e.4.c.31.bf | 09:49 | |
Using the following processor: 13th Gen Intel(R) Core(TM) i9-13900K | |||
Total number of projects: 33 (506099 loc) | |||
Total non-parallel compile times: 5433.360 (164.647 avg) | |||
Total parallel compile times: 997.899 (30.239 avg) 5.445x speedup | |||
Note new primary system as of the start of this month. :D | 09:50 | ||
Geth | rakudo/main: e66bcd670c | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6 RakuAST: make sure ::Doc::Markup.meta is always a Str The meta should also be a string, not potentially a Markup code as well. Fixes things like L<foo|Foo:<auth:lizmat>> |
10:17 | |
11:14
linkable6 left,
evalable6 left
11:15
linkable6 left,
evalable6 left,
evalable6 joined
11:16
linkable6 joined
11:47
sena_kun left
12:00
reportable6 left,
reportable6 joined
13:00
evalable6 left,
benchable6 left,
shareable6 left,
statisfiable6 left,
coverable6 left,
unicodable6 left,
bloatable6 left,
sourceable6 left,
linkable6 left,
notable6 left,
committable6 left,
quotable6 left,
squashable6 left,
greppable6 left,
reportable6 left,
bisectable6 left,
nativecallable6 left,
releasable6 left,
tellable6 left
13:01
unicodable6 joined,
quotable6 joined,
nativecallable6 joined,
bisectable6 joined,
coverable6 joined,
greppable6 joined
13:02
benchable6 joined,
committable6 joined,
evalable6 joined,
tellable6 joined,
sourceable6 joined,
notable6 joined,
squashable6 joined,
statisfiable6 joined
13:03
bloatable6 joined,
releasable6 joined,
shareable6 joined,
reportable6 joined,
linkable6 joined
13:12
kurahaupo left,
kurahaupo joined
13:16
kurahaupo left
14:16
linkable6 left,
evalable6 left
14:17
evalable6 joined
14:19
linkable6 joined
|
|||
ugexe | I wonder if we shouldn't use things like `--> True) { }` in the core in place of `--> Bool) { return True }`. Both do the same thing, but the former might imply to someone that the API guarantees a return value of True | 15:31 | |
15:36
linkable6 left,
evalable6 left
15:38
evalable6 joined
15:39
linkable6 joined
16:07
RakuIRCLogger left,
lizmat left,
Geth left
16:09
lizmat joined
17:27
sena_kun joined
18:00
reportable6 left
18:03
reportable6 joined
18:10
lizmat left,
lizmat joined
18:11
RakuIRCLogger joined
18:12
Geth joined
19:21
ab5tract joined
20:01
ab5tract left
|
|||
Voldenet | the return value that doesn't communicate anything is as good as no value at all | 20:07 | |
21:01
evalable6 left,
linkable6 left
21:02
evalable6 joined
21:03
linkable6 joined
|
|||
Geth | rakudo/main: 655ac63548 | (Elizabeth Mattijsen)++ | src/Raku/ast/expressions.rakumod RakuAST: add worry for $a ,= $b / @a ,= @b As these will create pretty useless self-referential structures that are probably not what was meant |
21:51 | |
22:05
kurahaupo joined
22:16
squashable6 left
22:19
squashable6 joined
22:36
sena_kun left
23:46
evalable6 left,
linkable6 left,
linkable6 joined
23:47
evalable6 joined
|