🦋 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. |
|||
01:04
Aedil left
01:05
Aedil joined
01:18
cleo left
01:31
TieUpYourCamel left
01:32
constxqt left
01:35
constxqt joined
01:45
TieUpYourCamel joined
02:02
tjr left
02:06
kylese left,
kylese joined
02:16
sourceable6 left
03:32
sdomi left,
sdomi joined
03:54
jgaz left
03:57
tonyo left
03:58
tonyo joined
04:08
dbonnafo left
04:09
dbonnafo joined
04:16
codesections left,
codesections joined
04:28
hythm joined
05:19
constxqt left
05:31
constxqt joined
05:35
constxqt left
05:49
constxqt joined
05:52
hythm left
05:57
constxqt left
06:10
constxqt joined
06:18
constxqt left
06:26
eseyman left,
eseyman joined
06:29
dustinm` left
06:30
Maylay left,
Maylay joined
06:31
constxqt joined
06:42
constxqt left
06:46
dustinm` joined
07:11
constxqt joined
07:16
constxqt left
07:25
skaji_ left,
skaji_ joined
07:32
melezhik joined
|
|||
melezhik | @ug | 07:32 | |
tellable6 | 2023-11-14T20:05:45Z #raku <tonyo> melezhik: can you update fez and try again? it should tell you what the missing prompt is on the latest version github.com/tony-o/raku-fez/blob/ma...akumod#L25 | ||
2023-11-15T02:29:56Z #raku <tonyo> melezhik `fez h` will also help know if it's getting the config from the right place. and it's entirely possible the key you're using in SparrowCI ha expired and it's wanting you re-login | |||
2023-11-15T11:29:29Z #raku <andinus> melezhik: issues with rakudo.org downloads have been fixed | |||
2023-11-15T20:15:36Z #raku <tonyo> melezhik: still trouble or ? | |||
melezhik | ugexe - the post was more about SparrowCI feature test documentation examples rather then HummingBird itself | ||
tonyo let me ceck | 07:33 | ||
check | |||
07:34
dbonnafo left
07:41
abraxxa joined
07:44
constxqt joined
07:46
abraxxa left
07:49
constxqt left
08:01
constxqt joined
08:02
Scotteh left,
melezhik left,
Scotteh joined
08:05
cleo joined
08:10
constxqt left
08:11
abraxxa joined
08:15
constxqt joined
08:19
constxqt left
08:41
constxqt joined
08:46
constxqt left
08:57
constxqt joined
09:02
constxqt left
09:11
constxqt joined
09:12
japhb left,
japhb joined
09:13
abraxxa left
09:19
abraxxa-home joined
09:20
constxqt left
09:23
jpn joined
|
|||
Geth | ecosystem: 2colours++ created pull request #630: Remove DateTime::Timezones |
09:32 | |
09:32
constxqt joined
09:37
constxqt left
09:40
Sgeo left
09:43
jpn left
09:52
sena_kun joined
|
|||
Geth | ecosystem/main: 6eab4474c6 | (Márton Polgár)++ (committed using GitHub Web editor) | META.list Remove DateTime::Timezones It has been living on zef for quite a while. raku.land/zef:guifa/DateTime::Timezones |
09:59 | |
ecosystem/main: 4159b5dcf1 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | META.list Merge pull request #630 from 2colours/patch-4 Remove DateTime::Timezones |
|||
10:05
constxqt joined,
jpn joined
10:08
melezhik joined
|
|||
melezhik | .tell @tonyo - Â build succeeded on the latest fez version taken from git - ci.sparrowhub.io/report/3814 | 10:09 | |
tellable6 | melezhik, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Tellable | ||
melezhik | .tell tonyo: - Â build succeeded on the latest fez version taken from git - ci.sparrowhub.io/report/3814 | ||
tellable6 | melezhik, I'll pass your message to tonyo | ||
melezhik | .tell tonyo: - Â I am still not sure what was the cause, cause I have not changed my fez token | ||
tellable6 | melezhik, I'll pass your message to tonyo | ||
10:10
constxqt left
10:20
melezhik left
10:37
constxqt joined
10:42
constxqt left
11:11
constxqt joined
11:20
constxqt left
11:27
constxqt joined
11:28
xkr47 left
11:32
constxqt left
11:42
abraxxa-home left
12:02
constxqt joined
12:07
constxqt left
12:08
sena_kun left
12:13
peder left,
peder joined
12:24
constxqt joined
12:27
gabiruh left,
gabiruh joined
12:31
constxqt left
|
|||
librasteve | o/ | 12:43 | |
hi folks - I just made PR to DateTime::Parse and saw that the PRs are backlogged to Jan ... is sergot still active? github.com/sergot/datetime-parse/pulls | 12:44 | ||
12:44
constxqt joined
12:45
simcop2387 left
|
|||
... oh they just postponed the launch to tomorrow | 12:46 | ||
12:46
simcop2387 joined
12:49
perlbot left,
perlbot joined
12:56
jpn left
13:01
constxqt left
13:02
constxqt joined,
lucs left
13:03
lucs joined
|
|||
m: given {day => 20, month => 9, year => 2023} { say Date.new( |%^h ) } | 13:09 | ||
Raku eval | 2023-09-20 | ||
librasteve | m: given {day => 20, month => 9, year => 2023} { say Date.new( |%_ ) } | ||
Raku eval | Exit code: 1 Too many positionals passed; expected 0 arguments but got 1 in block <unit> at main.raku line 1 | 13:10 | |
librasteve | ^^ can anyone explain why using the topic fails? | ||
m: given {day => 20, month => 9, year => 2023} { say Date.new( |$_ ) } | 13:13 | ||
Raku eval | 2023-09-20 | 13:14 | |
librasteve | oh there is no %_ - til | ||
lizmat | m: given {day => 20, month => 9, year => 2023} { say Date.new( |%_<> ) } | 13:19 | |
camelia | Too many positionals passed; expected 0 arguments but got 1 in block <unit> at <tmp> line 1 |
||
lizmat | m: given {day => 20, month => 9, year => 2023} { say Date.new( |(%_<>) ) } | ||
camelia | Too many positionals passed; expected 0 arguments but got 1 in block <unit> at <tmp> line 1 |
||
patrickb | I'm working on a fix for another supplies deadlock. But I fail hard at getting a seemingly simple code change to compile. | 13:22 | |
Are `code` and `-> { code() }` equivalent, given that code is a code block that takes no arguments? | 13:23 | ||
lizmat | code is a sub by the looks of it, and -> { } isn't ? | 13:24 | |
13:24
constxqt left
|
|||
patrickb | In my case it's literally a block of code: `{ my $*PROMISE := $then-p; $vow.keep(code(self)) }` to be specific | 13:26 | |
The compiler keeps throwing `Unhandled exception: Cannot coerce to Any with named arguments` at me. I'll throw a gist together. Maybe more context helps... | 13:27 | ||
gist.github.com/patrickbkr/07fa4be...09f8ad5de2 | 13:29 | ||
13:44
xkr47 joined
13:49
constxqt joined
13:53
constxqt left
|
|||
patrickb | I think I got it. Adding a & infront of my temporary code variable fixes the compile error. | 13:54 | |
14:01
edr joined
14:22
constxqt joined,
dakkar joined
14:23
dakkar left
|
|||
librasteve | if I read the docs right, there is no % "hash topic" variable ... $ "dollar topic" is the main content of ths docs - which is fine since these days $ can hold a Hash ... there is an obscure reference to @ "array topic" mainly in the perl -> raku section in the case of subs that have no signature | 14:24 | |
sorry discord is dropping my underscores | |||
so I guess all that is fine | 14:25 | ||
on the DateTime::Parse module situation, perhaps it should be adopted as one of the community modules? | 14:26 | ||
14:28
constxqt left
|
|||
patrickb | How do I get at the WHICH of a container? | 14:35 | |
14:42
constxqt joined,
stanrifkin joined
|
|||
librasteve | .VAR.WHICH | 14:44 | |
14:44
vrurg left
14:45
vrurg joined
14:54
constxqt left
14:55
Sgeo joined
|
|||
patrickb | thanks! | 14:59 | |
antononcube | "DateTime::Grammar" is much better! | 15:06 | |
librasteve | oh - I missed that one - thanks! | 15:07 | |
antononcube | Sure, but that is also a "shameless plug." I forked "DateTime::Parse" and made it more proper. I know / think @leont liked it and used in his packages. | 15:08 | |
raku.land/zef:antononcube/DateTime::Grammar | 15:09 | ||
leont | I didn't use it in my package, but I think I wrote somewhere about how to combine it with Getopt::Long | 15:11 | |
15:11
constxqt joined
15:16
constxqt left,
vrurg_ joined
|
|||
antononcube | @leont Thank you for the clarification. (And ... damn! I hoped...) | 15:17 | |
15:17
vrurg left
15:18
melezhik joined
|
|||
melezhik | .tell rf: I am not sure why test4 fails - ci.sparrowhub.io/report/3817 | 15:18 | |
tellable6 | melezhik, I'll pass your message to rf | ||
15:21
constxqt joined
15:27
stanrifkin left
15:29
melezhik left
|
|||
nemokosch | Anyway, I was just thinking today that the current condition of sergot's distributions is a problem | 15:31 | |
these are fairly integral pieces of software, like OpenSSL | |||
well, I said at the conference that "I could give examples" of integral modules in a worrying state... this is what I was thinking of | 15:32 | ||
15:32
constxqt left
|
|||
and the thought doesn't go away 😅 | 15:32 | ||
15:33
constxqt joined
|
|||
librasteve | is there a good place to post this as an "issue" (requests for modules to be adopted as community?) | 15:35 | |
nemokosch | I don't know... at first maybe we could just try to reach out to him | 15:36 | |
15:41
constxqt left
|
|||
antononcube | @leont BTW, make next big TODO item for "Jupyter::Chatbook" is to parse cell magics given as Getopt specs. | 15:42 | |
15:45
derpydoo joined
|
|||
ugexe | The other half of the OpenSSL coin is does something like that belong in e.g. raku-community-modules, where basically any code can be merged and there isnt much going in the way of critical reviews | 16:13 | |
16:30
TieUpYourCamel left
16:33
constxqt joined
16:38
constxqt left
16:51
constxqt joined
16:56
jpn joined
17:02
constxqt left
|
|||
[Coke] | Right, it's not like standard library. | 17:16 | |
we only really have "shipped with rakudo", "managed by community", "remainder of ecosystem" | 17:17 | ||
s/rakudo/compiler/ | |||
we could have different support levels, recommendations etc. for "managed by community" that cover that, I think. | 17:18 | ||
And those modules get more review, CI, etc. | |||
17:24
constxqt joined
17:25
timo left,
timo joined
17:30
constxqt left
17:37
TieUpYourCamel joined
17:48
constxqt joined
17:53
constxqt left
17:54
jpn left
17:57
jpn joined
18:09
constxqt joined
18:14
jpn left
18:21
constxqt left
18:41
jpn joined
18:47
constxqt joined
18:48
dbonnafo joined
18:49
jpn left
18:53
dbonnafo left,
dbonnafo joined
18:59
constxqt left
19:08
lichtkind joined
19:09
constxqt joined
19:12
jpn joined
19:20
jpn left,
constxqt left
19:21
constxqt joined
19:29
jpn joined
19:35
jpn left
19:40
greaser|q left,
greaser|q joined,
greaser|q is now known as GreaseMonkey
19:53
synthmeat left
19:54
synthmeat joined
19:56
MasterDuke joined
20:09
jpn joined
20:12
constxqt left
20:15
jpn left
20:20
constxqt joined
20:25
constxqt left
20:31
dbonnafo_ joined
20:33
dbonnafo left
20:38
jpn joined,
sftp left,
sftp joined
20:43
constxqt joined,
jpn left
20:51
constxqt left
21:08
constxqt joined
21:14
jpn joined
21:15
constxqt left
21:22
constxqt joined,
jpn left
21:27
constxqt left
21:39
constxqt joined
21:41
jpn joined
21:50
jpn left
21:54
constxqt left
22:09
sena_kun joined
22:11
dbonnafo_ left,
dbonnafo joined
22:15
constxqt joined
22:20
constxqt left
22:23
constxqt joined
22:28
constxqt left
22:30
tjr joined
22:32
constxqt joined
22:37
constxqt left
22:41
constxqt joined
22:46
constxqt left
22:54
constxqt joined
23:01
constxqt left
23:03
constxqt joined
23:24
constxqt left
23:26
jpn joined
23:31
jpn left
23:33
jpn joined
23:37
jpn left
23:50
sena_kun left
23:51
constxqt joined
23:56
constxqt left
|