Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes. Set by lizmat on 24 May 2021. |
|||
08:41
sena_kun joined
08:58
sena_kun left
09:01
sena_kun joined
10:21
sena_kun left
10:22
sena_kun joined
10:29
sena_kun left
11:22
sena_kun joined
14:27
sena_kun left,
Altai-man joined
17:37
AlexDaniel left
17:42
AlexDaniel joined
18:14
Altai-man left
19:39
jgaz joined
20:18
sena_kun joined
21:03
jgaz left
|
|||
Geth | cro: 026dc2e821 | (Jonathan Worthington)++ | docs/releases.md Release notes for 0.8.9 |
21:03 | |
cro: 30c1b5a38a | (Jonathan Worthington)++ | lib/Cro/Tools/Template/Common.rakumod Bump docker images to 0.8.9 |
21:04 | ||
cro-core: e83901a3f9 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
cro-tls: 97e685e391 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
cro-http: 800de95057 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
cro-websocket: 21ce19c173 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
cro-webapp: e2e5aad9d1 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
cro: 26694d8aa0 | (Jonathan Worthington)++ | META6.json Bump version to 0.8.9 |
|||
lizmat | whee! | 21:13 | |
lemme known when it's official, so I can toot it :-)_ | |||
jnthn | It's already hit zef, and new docker images are done too | 21:18 | |
lizmat | it's also in the REA already Ithat's how I know :-) | 21:19 | |
but I didn't see an official Tweet or so yet... :-) | 21:20 | ||
jnthn | Website deploy is still running | ||
There we go... cro.services/docs/releases | 21:23 | ||
lizmat | cro.services/docs/releases#0.8.9 as a perma link :-) | 21:25 | |
jnthn | Yup | 21:26 | |
OK, hopefully that sorts out the installation issues. :) | |||
lizmat | what is the official way to upgrade all of Cro::xx modules | 21:29 | |
? | |||
jnthn | zef install cro:ver<0.8.9> should do it, as it depends on 0.8.9 of the others | 21:32 | |
I guess zef upgrade cro or whatever will work for the same reason | 21:33 | ||
lizmat | zef upgrade Cro | 21:36 | |
only update Cro::Core | |||
*s | |||
jnthn | Lowercase? | 21:38 | |
The distribution name for the thing that installs the `cro` command line tool and other deps is `cro`; I think zef upgrade Cro instead sees the Cro module, which is part of the Cro::Core distribution, and so upgrades Cro::Core. | 21:39 | ||
lizmat | interesting | ||
% zef upgrade cro | 21:40 | ||
Can't upgrade identities that aren't installed: cro | |||
jnthn | Guess that means you never installed the `cro` CLI then :) | 21:43 | |
Time to watch one of the day's football games. afk | 21:44 | ||
lizmat | ah, that could be | 21:46 | |
have fun... | |||
meh, it seems to hang on: ===> Testing: cro:ver<0.8.9>:auth<zef:cro> | 21:55 | ||
repeatedly, even after installing all of the dependencies separately | 22:15 | ||
this is on MacOS Mojave | |||
actually, no, on MacOS Monterey | 22:16 | ||
(doing this on my M1 MacMini | |||
On MacOS Mojave I get: | 22:33 | ||
===> Testing: cro:ver<0.8.9>:auth<zef:cro> | |||
[cro] # Check service up attempt 1: connection refused | |||
[cro] # Check service up attempt 2: connection refused | |||
and then hangs | |||
22:45
sena_kun left
|
|||
lizmat | with --verbose on Monterey: | 22:57 | |
===> Testing: cro:ver<0.8.9>:auth<zef:cro> | 22:58 | ||
[cro] t/tools-crofile.rakutest ...... ok | |||
[cro] t/tools-link-editor.rakutest .. ok | |||
[cro] t/tools-runner.rakutest ....... Dubious, test returned 3 | |||
[cro] Failed 3/21 subtests | |||
with --verbose on Mojave: | |||
===> Testing: cro:ver<0.8.9>:auth<zef:cro> | |||
[cro] t/tools-crofile.rakutest ...... ok | |||
[cro] t/tools-link-editor.rakutest .. ok | |||
[cro] # Check service up attempt 1: connection refused | |||
[cro] # Check service up attempt 2: connection refused | |||
[cro] # Check service up attempt 3: connection refused | |||
[cro] # Check service up attempt 4: connection refused | |||
[cro] # Check service up attempt 5: connection refused | |||
[cro] # Check service up attempt 6: connection refused | |||
[cro] # Check service up attempt 7: connection refused | |||
[cro] # Check service up attempt 8: connection refused | |||
[cro] # Check service up attempt 9: Timed out after 10s |