Geth | rakudo/main: 22a5b0ec3e | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/Iterator.rakumod Fix copy-pasto, spotted by bartolin++ Was PR5712, but that bitrotted. Wonder why that didn't cause an issue on MoarVM ? |
00:17 | |
roast: 20987172e4 | (Elizabeth Mattijsen)++ | S32-num/polymod.t Unfudge now passing and add anothe from Digest |
00:23 | ||
09:33
sena_kun joined
09:52
sena_kun left
|
|||
releasable6 | Next release in ≈3 days and ≈7 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft | 11:00 | |
Geth | Net-SMTP/main: 0790f8f214 | (Elizabeth Mattijsen)++ | 13 files CI test in preparation for an 1.2.3 release |
11:09 | |
Net-SMTP/main: 17c823862d | (Elizabeth Mattijsen)++ | 4 files 1.2.3 |
11:11 | ||
Email-Simple/main: a44aae6854 | (Elizabeth Mattijsen)++ | 3 files Clean up test files And remove specific version info from class statement to prevent future snafus |
11:16 | ||
Digest-PSHA1/main: b76dccd4ca | (Elizabeth Mattijsen)++ | 5 files CI test in preparation for an 1.0.2 release |
11:28 | ||
Digest-PSHA1/main: abb3a7fad4 | (Elizabeth Mattijsen)++ | 2 files 1.0.2 |
11:29 | ||
JSON-JWT/main: c2e27a5191 | (Elizabeth Mattijsen)++ | 10 files CI test in preparation for an 1.1.2 release |
11:34 | ||
JSON-JWT/main: ca573c81d9 | (Elizabeth Mattijsen)++ | 4 files 1.1.2 |
11:39 | ||
[Coke] | jdv - that's before I started messing with things. I'll see if it's that I broke something | 14:06 | |
sneaky - if you use "shutdown" in the VM on azure, you are still getting billed for it. You *have* to use the azure console. (makes sense, just glad I realized this early in the cycle) | 14:33 | ||
jdv - what version of Whateverable::Config? | 14:44 | ||
if I go back tot he version of blin you're using, I get an error in *Config, which I think is why I started making the blin changes I did. | 14:46 | ||
do we unconditionally install -j -m and -js variants even if we've just got a moar-based rakudo? | 14:56 | ||
In my blin working folder, I see zef installed <zef-m zef-js zef-j zef> in the install/bin dir | |||
Wondering if this is always the case or if I can specify some build option in whateverable somewhere to be more moar specific | 14:57 | ||
jdv | zef info says Identity: Whateverable:ver<1.0.12> | 15:11 | |
[Coke]: ^ | |||
[Coke] | yah, same here. | 15:15 | |
weird that you can run it cleanly but I get an error at that revision of blin | 15:16 | ||
jdv | i built the image in Jan and havne't rebuilt it. i'm sure something is amiss. there's a lot of deps. | 15:19 | |
i'll try a rebuild sooner than later but i don't have time this week unfortunately | 15:28 | ||
ugexe | rakudo itself always generates all of those variants | 15:29 | |
(so there is no way to avoid generating them) | 15:30 | ||
Geth | Math-Arrow/main: b5d6102285 | (Elizabeth Mattijsen)++ | 15 files CI test in preparation for a Raku Community release |
15:36 | |
Math-Arrow/main: b1af0fb097 | (Elizabeth Mattijsen)++ | 2 files 0.1.1 |
15:38 | ||
[Coke] | ugexe++ thanks | 15:41 | |
lizmat | wow, 10 repos transferred in the past 10 minutes :-) | 15:55 | |
Geth | Acme-Meow/main: cf79f4f7a2 | (Elizabeth Mattijsen)++ | 17 files CI test in preparation for a Raku Community release |
16:16 | |
Acme-Meow/main: 85e7376591 | (Elizabeth Mattijsen)++ | 2 files 0.2 |
16:18 | ||
ClassX-StrictConstructor/main: 8a7e37473e | (Elizabeth Mattijsen)++ | 21 files CI test in preparation for a Raku Community release |
16:39 | ||
ClassX-StrictConstructor/main: 9ab49cc14e | (Elizabeth Mattijsen)++ | 2 files 0.2 |
16:41 | ||
Geo-Coder-OpenCage/main: 759ab050b4 | (Ed Freyfogle)++ (committed using GitHub Web editor) | lib/Geo/Coder/OpenCage.pm OpenCage website URL changed, also api request can be https |
16:44 | ||
Geo-Coder-OpenCage/main: 9647bbe83f | (Elizabeth Mattijsen)++ | 23 files CI test in preparation for a Raku Community release |
16:57 | ||
Geo-Coder-OpenCage/main: 425625366a | (Elizabeth Mattijsen)++ | 4 files 1.1 |
17:00 | ||
Getopt-Type/main: ee2846c77f | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | lib/Getopt/Type.pm Remove unneeded `is rw` It used to work with `is rw` in previous Rakudo releases even though it was incorrect. Future rakudo releases may include a fix, so changing it according to that. Basically, the Hash object there is already writable so `is rw` is not needed. Without `is rw` it works on all v6.c rakudo releases. |
17:02 | ||
[Coke] | aha, found the bug with the latest Blin that prevented bisection from working. Was a missed corner on the original cleanup I did for the whateverable config | 17:10 | |
Geth | Getopt-Type/main: 5fb39fdeeb | (Elizabeth Mattijsen)++ | 14 files CI test in preparation for a Raku Community release |
17:11 | |
Blin: 818ae838cc | (Will Coleda)++ | lib/Blin/Processing.rakumod use new config setup |
|||
Getopt-Type/main: b4cabf204a | (Elizabeth Mattijsen)++ | 2 files 0.2 |
17:13 | ||
[Coke] | With that, I was able to get a run showing Format::Lisp having a failure - what was happening was that when it tried the bisect, the intial git command couldn't find the rakudo repository, so everything about the bisect failed (and it didn't have good reporting on what went wrong) | ||
jdv | sounds annoying | 17:14 | |
[Coke] | gist.github.com/coke/0a5f70703ba4f...fd8de8332d has a run just for Format::Lisp which looks much more like what jdv generated. | 17:17 | |
jdv: mmm. but all the initial stuff worked, so it was doing 99% of the blin run... just not the part where it was able to talk about failures! | |||
jdv | the costliest fail. congrats! | 17:18 | |
[Coke] | c: 22a5b0ec3 say 3 | 17:24 | |
committable6 | [Coke], ¦22a5b0e: «Cannot find this revision (did you mean “b33003c”?)» | ||
[Coke] | c: 0ceb4be2e say 3 | ||
committable6 | [Coke], ¦0ceb4be: «Cannot find this revision (did you mean “70ac9b7”?)» | ||
[Coke] | c: 7e5e210fe say 3 | 17:25 | |
committable6 | [Coke], ¦7e5e210: «Cannot find this revision (did you mean “392d210”?)» | ||
[Coke] | we seem to have lost the whateverable builds. | ||
c: 9bf3be4d2 say 3 | |||
committable6 | [Coke], ¦9bf3be4: «Cannot find this revision (did you mean “46b2de4”?)» | ||
[Coke] | that last one is from the 9th. | 17:26 | |
is someone aside from alexdaniel keeping an eye on that? | |||
jdv | i don't believe anyone else can. its his stuff. | ||
[Coke] | .tell alexdaniel Hey, mothership question? latest rakudo commits aren't showing up in commitable. | 17:27 | |
huh. blin does a zef update when it starts. if I'm reading this right, the update is taking *minutes* | 17:55 | ||
Geth | Grammar-BNF/main: ff6ce87ea5 | (Elizabeth Mattijsen)++ | 26 files CI test in preparation for a Raku Community release |
17:57 | |
[Coke] | /home/azureuser/raku/bin/perl6" "-I" "data/zef" "data/zef/bin/zef" "--config-path=data/zef-config.json" "update" | 17:58 | |
Geth | Grammar-BNF/main: 9b044d4a48 | (Elizabeth Mattijsen)++ | 2 files 1.1 |
17:59 | |
Config-INI/main: fc9dd1a0f3 | (Elizabeth Mattijsen)++ | 17 files CI test in preparation for a Raku Community release |
18:12 | ||
Config-INI/main: 960998f324 | (Elizabeth Mattijsen)++ | 3 files It helps if there's actual CI testing enabled |
18:13 | ||
[Coke] | here's that zef config: gist.githubusercontent.com/coke/0a...onfig.json | 18:14 | |
Geth | Config-INI/main: 7aaf62163f | (Elizabeth Mattijsen)++ | 3 files 1.1 |
18:15 | |
[Coke] | I get updating fez, updating rea, updated fez, and updated rea pretty quickly | 18:17 | |
Geth | Terminal-ANSIColor/main: 5 commits pushed by (Elizabeth Mattijsen)++ | 18:23 | |
Terminal-ANSIColor/main: 5 commits pushed by (Elizabeth Mattijsen)++ | 18:25 | ||
Terminal-ANSIColor/main: 5 commits pushed by (Elizabeth Mattijsen)++ | 18:26 | ||
Terminal-ANSIColor/main: 5069a4e882 | (Elizabeth Mattijsen)++ | 5 files 0.12 |
18:28 | ||
lizmat | sorry for the noise, turned Terminal::ANSIColor back to a community module from my own repo | 18:30 | |
18:39
sena_kun joined
|
|||
Geth | Test-Scheduler/main: 18 commits pushed by (Jonathan Worthington)++, (Samantha McVey)++ review: github.com/raku-community-modules/...d352ae8573 |
18:45 | |
Test-Scheduler/main: 144e425d79 | (Elizabeth Mattijsen)++ | 14 files Preparations for transfer to Raku Community Modules |
18:46 | ||
Test-Scheduler/main: 66ff2d07f1 | (Elizabeth Mattijsen)++ | .github/workflows/test.yml Add Hithub CI |
|||
Test-Scheduler/main: 150987e785 | (Elizabeth Mattijsen)++ | 12 files 1.2 |
18:50 | ||
Grammar-Debugger/main: 9819c54565 | (Elizabeth Mattijsen)++ | 22 files Preparations for transition to Raku Community Modules |
18:53 | ||
Grammar-Debugger/main: b2a8219287 | (Elizabeth Mattijsen)++ | .github/workflows/test.yml Make sure dependencies are install on CI |
|||
Grammar-Debugger/main: a620ead2eb | (Elizabeth Mattijsen)++ | 13 files CI test in preparation for a Raku Community release |
18:58 | ||
Grammar-Debugger/main: 0c1565ec47 | (Elizabeth Mattijsen)++ | 2 files 1.0.2 |
19:02 | ||
Docker-File/main: bbf901e72e | (Elizabeth Mattijsen)++ | 16 files Preparations for transition to Raku Community Modules |
19:04 | ||
Docker-File/main: d10620efd4 | (Elizabeth Mattijsen)++ | .travis.yml Remove CI testing with Travis, it's dead |
|||
Docker-File/main: ed9ee08de0 | (Elizabeth Mattijsen)++ | 13 files CI test in preparation for a Raku Community release |
19:09 | ||
Docker-File/main: fd75c20582 | (Elizabeth Mattijsen)++ | 2 files 1.1 |
19:10 | ||
Test-IO-Socket-Async/main: 6bccc2d6ce | (Elizabeth Mattijsen)++ | 11 files Preparations for transition to Raku Commuity Modules |
19:13 | ||
Test-IO-Socket-Async/main: e1c5628857 | (Elizabeth Mattijsen)++ | 2 files Mention associated blog post |
|||
Test-IO-Socket-Async/main: 7442085f52 | (Elizabeth Mattijsen)++ | 10 files CI test in preparation for a Raku Community release |
19:16 | ||
Test-IO-Socket-Async/main: 151283c466 | (Elizabeth Mattijsen)++ | 2 files 0.2 |
19:18 | ||
File-Ignore/main: 11924f6dd4 | (Elizabeth Mattijsen)++ | 25 files CI test in preparation for a Raku Community release |
20:07 | ||
File-Ignore/main: 26ab27e3e5 | (Elizabeth Mattijsen)++ | 2 files 1.2 |
20:08 | ||
lizmat | and that concludes my raku community module hacking for today | 20:14 | |
20:21
kjp left
23:14
sena_kun left
23:37
AlexDaniel joined
|
|||
AlexDaniel | c: HEAD say 42 | 23:38 | |
committable6 | AlexDaniel, ¦HEAD(0911eca): «42» | ||
AlexDaniel | mhm behind by 7 days | ||
[Coke] | heyyyy | 23:42 | |
in happy news, I think I finally got blin working with the latest whateverable configs. | |||
AlexDaniel | [Coke]: it says that it's building now. I think buildable needed a restart. Buildable is currently only present in #whateverable and you can ask it for the status | 23:43 | |
[Coke] | (the last thing that was missing was getting the bisect working, which is now working) | ||
AlexDaniel | if it's not there, then there's possibly some problem. One way to trigger a restart of everything is to make a commit here github.com/Raku/whateverable | ||
then everything is rebuilt and redeployed | |||
that is if you want to handle it yourself :) | |||
[Coke] | ah, nifty. | ||
If I can, sure! | |||
AlexDaniel | right now it's building after I stopped the container (which was then started again automatically) | 23:45 | |
so it should come back to life after a few minutes I guess | |||
[Coke] | Thank you! | 23:46 | |
AlexDaniel | c: say 42 | ||
committable6 | AlexDaniel, Seems like you forgot to specify a revision (will use “v6.c” instead of “say”) | ||
AlexDaniel | c: HEAD say 42 | ||
committable6 | AlexDaniel, ¦HEAD(0911eca): «42» | ||
AlexDaniel | not yet I guess :) | ||
[Coke] | I didn't realize the HEAD trick work work here also. nifty | ||
23:46
unicodable6 joined
|
|||
committable6 | AlexDaniel, ¦v6.c (85 commits): «42» | 23:47 | |
AlexDaniel | [Coke]: anyways, happy to help! It's fairly low maintenance on my side so it's definitely not hard to jump in and fix something once in a while :) | 23:49 | |
[Coke] | Awesome. once that catches up I'll do another pre-release blin run to make sure all the fixes were *only* fixing. | 23:50 | |
23:55
AlexDaniel left,
AlexDaniel joined
|