🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs can be inspected at colabti.org/irclogger/irclogger_log/raku Set by lizmat on 1 May 2021. |
|||
00:01
reportable6 left
00:02
reportable6 joined
00:21
webstrand joined
01:21
evalable6 left,
linkable6 left
01:22
linkable6 joined
01:23
titsuki joined
01:24
evalable6 joined
01:50
kvw_5_ joined
01:54
kvw_5 left
01:55
Kaiepi left
01:56
Kaiepi joined
02:56
notable6 left,
coverable6 left,
greppable6 left,
reportable6 left,
committable6 left,
quotable6 left,
linkable6 left,
bloatable6 left,
bisectable6 left,
benchable6 left,
releasable6 left,
nativecallable6 left,
tellable6 left,
squashable6 left,
sourceable6 left,
unicodable6 left,
statisfiable6 left,
evalable6 left,
shareable6 left,
linkable6 joined,
committable6 joined,
nativecallable6 joined,
tellable6 joined,
shareable6 joined
02:57
evalable6 joined,
reportable6 joined,
coverable6 joined,
greppable6 joined,
notable6 joined,
bloatable6 joined,
releasable6 joined
02:58
unicodable6 joined,
benchable6 joined,
bisectable6 joined
02:59
sourceable6 joined,
statisfiable6 joined,
squashable6 joined,
quotable6 joined
03:27
Kaiepi left,
Kaiepi joined
03:30
titsuki left
03:56
softmoth left
04:41
gabiruh left
04:42
gabiruh joined
04:53
Kaiepi left
04:54
Kaiepi joined
05:26
parabolize left
05:56
dataangel left
06:01
reportable6 left
06:03
reportable6 joined
06:26
Sgeo_ joined
06:27
Sgeo left
06:41
wamba joined
06:46
frost-lab joined
07:17
pecastro joined
08:17
coverable6 left,
notable6 left,
bisectable6 left,
unicodable6 left,
shareable6 left,
committable6 left,
sourceable6 left,
releasable6 left,
quotable6 left,
tellable6 left,
squashable6 left,
bloatable6 left,
linkable6 left,
greppable6 left,
reportable6 left,
statisfiable6 left,
evalable6 left,
benchable6 left,
nativecallable6 left,
nativecallable6 joined
08:18
quotable6 joined,
evalable6 joined,
linkable6 joined,
bisectable6 joined,
bloatable6 joined,
releasable6 joined,
tellable6 joined,
notable6 joined,
brtastic joined
08:19
greppable6 joined,
reportable6 joined,
committable6 joined,
benchable6 joined
08:20
coverable6 joined,
squashable6 joined,
unicodable6 joined,
sourceable6 joined,
statisfiable6 joined,
shareable6 joined
08:23
solitario left
08:29
solitario joined
09:17
wamba left
|
|||
moon-child | m: say 5 ∈ <5> | 09:19 | |
camelia | False | ||
moon-child | m: say 5 ~~ <5> | 09:20 | |
camelia | True | ||
moon-child | ^^ why? | ||
I guess maybe ∈ uses eqv? | 09:22 | ||
09:24
Sgeo_ left
|
|||
moritz_ | yes, ∈ uses set semanatics, and sets test using === or eqv (not sure which) | 09:24 | |
09:26
Sgeo joined
09:27
titsuki joined
09:35
Sgeo left
|
|||
lizmat | === | 09:38 | |
moritz_ | thanks lizmat | 09:43 | |
09:43
moritz_ is now known as moritz
|
|||
lizmat | m: .WHICH.say for 5, <5> | 09:44 | |
camelia | Int|5 IntStr|Int|5|Str|5 |
||
09:50
abraxxa1 joined
10:07
Black_Ribbon left
10:24
wamba joined
11:02
xelxebar left,
xelxebar joined
11:11
frost-lab left
11:15
aindilis` joined,
aindilis left
11:18
abraxxa1 left
12:01
reportable6 left,
reportable6 joined
12:02
dogbert11 joined
12:06
dogbert17 left
12:10
daxim left
12:12
MasterDuke left
12:16
daxim joined
12:37
domidumont joined
13:43
domidumont left
13:56
domidumont joined
14:23
domidumont left,
parabolize joined
14:28
bdju left
14:32
netrino joined,
bdju joined
14:50
domidumont joined
15:02
domidumont left
15:05
domidumont joined
15:19
MasterDuke joined
15:34
softmoth joined
15:57
brtastic left
16:13
xelxebar left,
xelxebar_ joined
16:17
aindilis` left
16:39
[Coke]_ joined,
[Coke]_ left,
[Coke]_ joined
16:53
natrys joined
|
|||
El_Che | weekly: rakudo-pkg added packages for the newly released fedora 34 | 17:03 | |
notable6 | El_Che, Noted! (weekly) | ||
17:18
codesections left
17:19
codesections joined
17:26
domidumont left,
wl20 left
17:27
wl20 joined
17:43
MasterDuke left
17:55
natrys left
18:00
excalibor joined
18:01
reportable6 left
|
|||
excalibor | greetings! I am starting a new project on gitgub and setting up a CI pipeline I found that after installing rakudo on the build agent, I don't have an easy way to fulfill dependencies... Is there anything I am not finding in «zef --help»? thanks! | 18:02 | |
18:02
natrys joined
18:03
reportable6 joined
|
|||
moritz | excalibor: zef --install . # installs the current project and all its dependencies | 18:06 | |
erm, without the -- I think | |||
excalibor | @moritz ah, great! I'll try that, thank you! | ||
okay, zef install . seems to do the job, but I don't yet have all the files, so it fails because the bin/program does not exist... :-D Â I'll setup a small script to check for dependencies, no problem... I was wondering if there's something similar to python requirements.txt or javascript denpendencies.json... But it's not hard to do by hand... | 18:13 | ||
(y) | |||
gotta go, see you around, thanks for the help! | |||
raydiak | if you're trying to list all the dependencies, you want 'zef depends .'. if you're trying to install the dependencies (but not the module itself), you're looking for 'zef install --deps-only .' | 18:19 | |
18:27
abraxxa1 joined
18:29
MasterDuke joined
18:31
cooper left,
cooper joined
18:53
sftp left
19:00
sftp joined
19:10
Sgeo joined
19:30
_________ left
19:47
moony left
19:50
titsuki left
19:53
moony joined
20:04
aindilis joined
20:11
aukkras joined
20:12
aukkras is now known as _________
20:13
HarmtH left,
softmoth_ joined
20:14
softmoth left
20:22
brtastic joined
20:27
Black_Ribbon joined
20:29
natrys left
20:35
Kaiepi left
20:37
Kaiepi joined
20:42
natrys joined
20:47
aborazmeh joined
20:48
cooper left
20:49
cooper joined
21:15
cooper left,
cooper joined
21:17
softmoth_ is now known as softmoth
21:49
natrys left
21:58
netrino left
|
|||
excalibor | raydiak ah, excellent! thanks a bunch! (y)  good night! | 22:06 | |
22:23
aborazmeh left
22:25
brtastic left,
cooper left
|
|||
raydiak | excalibor: you're welcome :) g'night | 22:25 | |
excalibor | :-) (y) | ||
22:26
cooper joined
22:49
softmoth left,
softmoth joined
22:50
excalibor left
23:09
wamba left
23:14
epony left
|
|||
softmoth | If anyone would like to run: zef update && zef install rakudoc; and let me know if it installs OK and works for you, that'd be appreciated | 23:25 | |
m6locks | running now | 23:32 | |
failed to resolve some missing dependencies | |||
failed to find dot:from<bin> | 23:33 | ||
softmoth | m6locks, oh, OK | ||
that's a dependency for ... Documentable, right? | |||
m6locks | I think you're missing a colon | ||
softmoth | I may need to include a stripped down Documentable, it's too finicky and I only need a tiny portion of it. | ||
m6locks | oh sry no | 23:34 | |
softmoth | No, it's not a typo. It's depending on a system package | ||
m6locks | aye | ||
23:42
pecastro left
|
|||
softmoth | m6locks, thank you for the feedback | 23:42 | |
m6locks | np | 23:43 | |
23:45
aborazmeh joined,
[Coke]_ is now known as [Coke]
23:51
abraxxa1 left
23:52
aborazmeh left
|