🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
00:02 reportable6 left 00:05 reportable6 joined
vrurg greppable6: is dynamic 01:42
greppable6 vrurg, 13 lines, 3 modules: gist.github.com/69882d781dd0059095...cb06cb9869
01:58 greppable6 left, evalable6 left, linkable6 left 01:59 greppable6 joined, evalable6 joined 02:01 nine left, nine joined 03:01 quotable6 left, squashable6 left, evalable6 left, tellable6 left, committable6 left, benchable6 left, greppable6 left, nativecallable6 left, coverable6 left, sourceable6 left, reportable6 left, bisectable6 left, shareable6 left, unicodable6 left, bloatable6 left, notable6 left, statisfiable6 left, releasable6 left 03:02 squashable6 joined, statisfiable6 joined, tellable6 joined, nativecallable6 joined 03:03 coverable6 joined, sourceable6 joined, unicodable6 joined 03:04 reportable6 joined, greppable6 joined, releasable6 joined 04:02 benchable6 joined, evalable6 joined, bisectable6 joined 04:04 shareable6 joined 05:03 committable6 joined 05:06 Util joined 05:59 linkable6 joined 06:02 reportable6 left 06:03 quotable6 joined 07:02 bloatable6 joined 07:03 reportable6 joined 07:15 frost joined 07:47 MasterDuke joined 08:03 notable6 joined 08:22 Altai-man left
lizmat $ fez upload 08:26
=<< Failed to determine git branch=<< Failed to run git archive: fatal: not a valid object name:>>= Looking in "sdist/EctYW8EF.tar.gz" for META6.json
after that it tells me I've uploaded correctly
tonyo_ ugexe ^^
I guess I also have a feature request: I would like to keep a local copy of the tar that got uploaded ? 08:28
08:28 Altai-man joined 09:18 TempIRCLogger left, TempIRCLogger joined 09:26 TempIRCLogger left, TempIRCLogger joined 09:33 TempIRCLogger left, TempIRCLogger joined 09:38 TempIRCLogger left, TempIRCLogger joined
Geth nqp/new-disp: ea79ddc5b9 | (Jonathan Worthington)++ | src/core/dispatchers.nqp
Produce simpler DPs for method dispatches

Prior to this, we always used the `boot-code` dispatcher and added guards, assuming that the code value we were invoking may change between dispatches. However, for a method lookup, we resolve it one time and it's constant. Use that knowledge to avoid adding guards and to delegate to `boot-code-constant` instead, which permits a range of further optimizations.
10:51
10:52 evalable6 left, linkable6 left, evalable6 joined 10:54 linkable6 joined
lizmat tonyo_ ugexe looks like the "eigenstates" I uploaded with fez, is not being indexed, or it is incorrectly telling me it successfully uploaded 11:59
12:03 reportable6 left
lizmat hmmm... now I get a mail with: Meta error: "auth" must be zef: 12:08
13:51 b2gills left 14:00 frost left 14:05 reportable6 joined 14:11 b2gills joined
tonyo_ so in the meta your auth should be `"auth": "zef:lizmat"` 16:05
the fez tool is just telling you it uploaded correctly, email is how any errors arrive
lizmat "auth": "zef:lizmat",
is what it says ?
tonyo_ if it's in a git repo and uses git to bundle everything then it might be using whatever is committed to the branch 16:06
lizmat so I made sure all is committed 16:09
github.com/lizmat/eigenstates
and even pushed
tonyo_ are you uploading with fez itself or deploying via mi6? 17:04
if you're using the `fez upload` can you pass `fez upload --save-autobundle` and upload the tar/gz somewhere i can take a look at it? 17:08
lizmat could I deploy with mi6 ?
17:10 andinus left 17:11 andinus joined 17:15 andinus left
lizmat tonyo_: mi6 does not appear to support upload to zef ? 17:19
18:02 reportable6 left 18:03 reportable6 joined 18:42 rakugest joined 18:44 melezhik joined 18:45 discord-raku-bot left 18:46 discord-raku-bot joined 19:00 melezhik left 19:51 Xliff left
Geth rakudo/new-disp: 4ca24db0ae | (Jonathan Worthington)++ | src/vm/moar/ops/perl6_ops.c
Sync with MoarVM data structure change
20:30
21:01 casaca left 21:02 casaca joined 21:17 melezhik joined 21:52 melezhik left 23:03 rakugest left
Geth XML: 8820b82344 | (David Warring)++ | lib/XML/Element.pm6
fix handling of index-of() return values

index-of() can return an Int or False.
But return values were being checked for Int which is now makes no sense since Bool ~~ Int.
23:52