🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 6 September 2022. |
|||
00:00
reportable6 left
00:02
reportable6 joined
01:16
kylese left
01:17
kylese joined
01:29
Sgeo left,
Sgeo joined
02:11
kaskal left
02:12
kaskal joined
02:15
kylese left,
kylese joined
02:17
jgaz left
03:29
Sgeo left,
Sgeo joined
|
|||
rir_ | Just moved from amd64 2022.12 to 2024.03 on linux and github.com/0rir/touch gives all errors to tests. Mostly 10 but up to over 18 billion off. Touch is pretty simple: use Native timepec's to adjust mtime and atime of files. Any ideas of what may have changed? | 04:16 | |
^ billion seconds off. | 04:17 | ||
xinming | releasable6: status | 04:54 | |
releasable6 | xinming, Next release in ≈14 hours. There are no known blockers. Changelog for this release was not started yet | ||
xinming, Details: gist.github.com/5db65557ffa4f508d8...dd988bf0c3 | |||
05:22
discord-raku-bot left
05:23
discord-raku-bot joined
05:30
Sgeo left,
holyghost left
05:37
abraxxa joined
05:41
abraxxa left
05:54
abraxxa joined
05:59
holyghost joined,
holyghost left
06:00
reportable6 left,
reportable6 joined
08:01
haxxelotto joined
08:06
kst left
08:08
haxxelotto left
|
|||
ab5tract | rir_: that's surprising indeed | 08:08 | |
08:09
dakkar joined
08:12
linkable6_ left
08:13
haxxelotto joined,
donaldh joined,
donaldh_ left
08:14
abraxxa left,
linkable6_ joined
08:16
abraxxa joined
08:18
slicer joined
08:25
slicer left
08:45
sena_kun joined
|
|||
lizmat | rir_: is that code using nqp::time by any chance? | 08:57 | |
if so: that was changed at some point to return nano-seconds rather than seconds, I think | 08:58 | ||
08:58
Altai-man joined
|
|||
lizmat | afaik, all public API's were adjusted for that | 08:59 | |
09:03
sena_kun left
09:09
sena_kun joined
09:12
Altai-man left
|
|||
jdv | i'd have to check but i think "zef install Cro::HTTP::Client" takes longer than "make spectest". kinda odd:) | 10:37 | |
just kidding. guess something was going on locally... the install takes 3:44 and the test takes 6:13. | 11:00 | ||
11:00
abraxxa left
11:03
abraxxa joined
11:08
abraxxa left,
abraxxa1 joined
11:23
squashable6 left
11:26
squashable6 joined
12:00
reportable6 left
12:02
reportable6 joined
12:47
melezhik joined
|
|||
melezhik | o/ | 12:47 | |
Sparky starts supporting GitLab oauth and RBAC ACLs - github.com/melezhik/sparky/blob/ma...ocs/acl.md | 12:48 | ||
ab5tract | melezhik: nice! | ||
melezhik | and this - github.com/melezhik/sparky/tree/ma...entication | ||
ab5tract ++ ) | |||
12:53
melezhik left
13:18
haxxelotto left
13:33
haxxelotto joined
14:11
Sgeo joined
14:12
Sgeo left,
Sgeo joined
|
|||
antononcube | For a certain project I have to have a few Raku packages hosted in the same Git folder. Can zef handle installations from Git sub-folders? (I assume "no.") Is having a CLI script that clones/updates the repository and does zef installations in each of the sub-folders a good (or best) approach? | 14:37 | |
14:39
Sgeo left
14:40
Sgeo joined
14:51
Sgeo left,
Sgeo joined
15:02
holyghost joined
15:16
haxxelotto left
15:17
holyghost left,
haxxelotto joined
15:19
Sgeo left
15:21
Aedil left
15:22
Sgeo joined
15:25
Aedil joined
15:26
teatime left
15:28
teatime joined
15:29
holyghost joined
16:09
Sgeo left
16:10
Sgeo joined
16:19
Sgeo left
16:21
Sgeo joined
16:25
abraxxa1 left
16:26
Sgeo left
16:27
Sgeo joined,
kaskal left
16:28
shareable6 left,
releasable6 left,
hvxgr left,
nine left,
jjatria left,
samebchase left,
jdv left,
camelia left,
Sevalecan left,
coleman left,
Tirifto left,
human-blip left,
Ekho left,
HobGoblin left,
rir_ left,
ttyyls left,
vrurg left,
jmcgnh left,
cm left,
JRaspass left,
thowe left,
jetchisel left,
ceux left,
charsbar left,
dg left,
xelxebar left
16:29
dakkar left,
Sgeo left
16:30
Sgeo joined
16:32
xelxebar joined,
dg joined,
charsbar joined,
jetchisel joined,
thowe joined,
JRaspass joined,
cm joined,
jmcgnh joined,
ceux joined,
vrurg joined,
ttyyls joined,
rir_ joined,
kaskal joined,
shareable6 joined,
releasable6 joined,
hvxgr joined,
camelia joined,
Sevalecan joined,
coleman joined,
Tirifto joined,
human-blip joined,
Ekho joined,
HobGoblin joined
16:33
nine joined,
jjatria joined,
samebchase joined,
jdv joined
16:35
Sgeo left
|
|||
ab5tract | installing from sub-paths one-by-one should work just fine | 16:47 | |
16:58
haxxelotto left
|
|||
librasteve | o/ imo, this problem solving issue has "bottomed out" github.com/Raku/problem-solving/issues/407 (chained sequences) with a consensus that there is a bug in relationship to the endpoint of sequences behaving oddly when two are chained with a comma. Shall I go ahead and write a new short bug report issue and close the problem solver? | 17:05 | |
17:41
Xliff joined
|
|||
Xliff | \o | 17:41 | |
Can I get a failure reason from a Failure object? | |||
lizmat | m: "foo".Failure.message.say | 17:43 | |
camelia | foo in block <unit> at <tmp> line 1 |
||
17:46
Xliff left
|
|||
ugexe | antoncube: you could pass all the paths at once as well: `zef install ./ ./foo ./bar | 17:49 | |
17:52
squashable6 left
|
|||
antononcube | @ugexe Thanks! Really good to know! | 17:54 | |
17:54
squashable6 joined
18:00
reportable6 left
18:01
reportable6 joined
18:09
haxxelotto joined
18:18
haxxelotto left
18:28
abraxxa-home joined
18:36
xinming left
18:38
xinming joined
|
|||
ab5tract | podlite.org/2024/4/23/1/podlite-sp...0-released | 18:50 | |
has this diverged from Pod6 and/or RakuDoc? | 18:51 | ||
lizmat | yeah, looks like: we tried | 18:54 | |
ab5tract | bummer | 20:04 | |
dr.shuppet | Too many formats | 20:05 | |
antononcube | @dr.shuppet In general? Or you mean Pod6/RakuDoc/podlite? | 20:08 | |
dr.shuppet | In general, this is an example of that | 20:15 | |
antononcube | @dr.shuppet xkcd.com/927/ | 20:16 | |
dr.shuppet | That comes back to the Council of Pisa already: "It attempted to end the Western Schism by deposing Benedict XIII (Avignon) and Gregory XII (Rome) for schism and manifest heresy. The College of Cardinals, composed of members of both the Avignon Obedience and the Roman Obedience, who were recognized by each other and by the Council, then elected a third papal claimant, Alexander V, who lived only a few months." | 20:17 | |
The new Pisan pope died soon, but was followed by another Pisan pope | 20:18 | ||
So there were three popes for quit a while, until the Council of Constance | 20:19 | ||
antononcube | Reminds of a chapter from the book "The March of Folly" | 20:21 | |
20:24
Sgeo joined
20:37
Sgeo left
20:38
Sgeo joined
20:42
Sgeo left
20:43
Sgeo joined,
Sgeo left
20:45
Sgeo joined
20:47
Sgeo left
20:50
abraxxa-home left
21:01
Sgeo joined
22:17
donaldh left
23:16
sena_kun left
23:23
linkable6_ left,
benchable6_ left,
bisectable6_ left,
bloatable6_ left,
squashable6 left,
releasable6_ left,
reportable6 left,
statisfiable6 left,
sourceable6_ left,
evalable6_ left,
greppable6_ left,
tellable6_ left,
shareable6_ left,
nativecallable6_ left,
notable6_ left,
committable6_ left,
coverable6_ left,
quotable6_ left,
unicodable6_ left
23:24
notable6_ joined,
bloatable6_ joined,
reportable6 joined,
squashable6 joined,
nativecallable6_ joined
23:25
shareable6_ joined,
bisectable6_ joined,
linkable6_ joined,
benchable6_ joined,
greppable6_ joined,
sourceable6_ joined
23:26
releasable6_ joined,
evalable6_ joined,
unicodable6_ joined,
quotable6_ joined,
statisfiable6 joined,
coverable6_ joined,
committable6_ joined
23:27
tellable6_ joined
23:59
reportable6 left
|