🦋 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: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 25 August 2021. |
|||
00:07
reportable6 left,
reportable6 joined
00:37
Disco-Frog joined
00:54
Disco-Frog left
01:54
evalable6 left,
committable6 left,
statisfiable6 left,
sourceable6 left,
shareable6 left,
reportable6 left,
nativecallable6 left,
unicodable6 left,
greppable6 left,
tellable6 left,
quotable6 left,
linkable6 left,
bisectable6 left,
benchable6 left,
coverable6 left,
releasable6 left,
notable6 left,
bloatable6 left,
tellable6 joined,
shareable6 joined
01:55
unicodable6 joined,
sourceable6 joined,
committable6 joined,
bisectable6 joined,
quotable6 joined
01:56
reportable6 joined,
statisfiable6 joined,
linkable6 joined,
greppable6 joined,
coverable6 joined,
bloatable6 joined,
benchable6 joined
01:57
notable6 joined,
evalable6 joined,
nativecallable6 joined,
releasable6 joined
02:43
Oshawott left
02:56
swaggboi left
03:07
swaggboi joined
03:11
euandreh left
03:18
Guest35 left
03:21
Guest41 joined
03:23
euandreh joined
03:28
dg joined
04:23
Guest41 left
05:17
razetime joined
05:19
razetime left,
razetime joined
05:38
Sankalp left
05:40
Sankalp joined
06:07
reportable6 left
06:10
reportable6 joined
06:13
archenoth joined
06:14
frost joined
|
|||
Geth | doc: dumarchie++ created pull request #4070: Document X::Cannot::Empty |
07:09 | |
07:14
linkable6 left,
evalable6 left
07:15
evalable6 joined
07:17
linkable6 joined
07:18
razetime left
07:53
grondilu joined
|
|||
grondilu | m: say $_::Foo.new given package { our class Foo {} } | 08:11 | |
camelia | Any.new | ||
grondilu | m: $_::talk() given package { our sub talk { say "hi" } } | 08:13 | |
camelia | No such method 'CALL-ME' for invocant of type 'Any' in block <unit> at <tmp> line 1 |
||
grondilu | FYI I'm trying this to eventually do something like `$_::do-stuff() given EVAL $generated-package-code` | 08:14 | |
08:53
linkable6 left,
evalable6 left
08:55
linkable6 joined
08:56
evalable6 joined
09:08
Sgeo left
09:23
linkable6 left
09:25
linkable6 joined
11:21
guifa joined
11:40
guifa left
11:47
razetime joined
|
|||
Geth | App-Rakubrew: 772cbcc5de | (Patrick Böker)++ | release-stuff/README.md Correct release upload instructions |
12:00 | |
App-Rakubrew: 6875a2a90c | (Patrick Böker)++ | lib/App/Rakubrew/Download.pm Detect s390x architecture |
|||
App-Rakubrew: 074e292b80 | (Patrick Böker)++ | lib/App/Rakubrew/Download.pm Add hint to use `rakubrew build` if `download` fails to find a build |
|||
12:07
reportable6 left
12:09
reportable6 joined
12:23
razetime left
|
|||
Geth | App-Rakubrew: f349dec5a4 | (Patrick Böker)++ | lib/App/Rakubrew/Update.pm Update git protocol in zef repo as well |
12:29 | |
App-Rakubrew: 2cdfe0b6ac | (Patrick Böker)++ | 4 files Version 29 |
|||
12:51
Tirifto left
13:39
discord-raku-bot left
13:40
discord-raku-bot joined
13:46
guifa joined
14:15
frost left
14:18
Guest35 joined
14:48
tejr left
15:17
Tirifto joined
15:48
ismustachio joined
15:51
ismustachio left
16:37
Sankalp- joined
16:38
Sankalp left,
Sankalp- is now known as Sankalp
16:40
guifa left
16:44
hello45 joined
|
|||
hello45 | Is the Sir Nick in this room | 16:45 | |
16:46
hello45 left
17:08
guifa joined
17:52
grondilu left
17:58
melezhik joined
|
|||
melezhik | . | 17:58 | |
18:00
melezhik left
18:07
reportable6 left,
reportable6 joined
18:28
Sankalp left
18:29
n1to joined
18:33
Sankalp joined
|
|||
[Coke] | m: say <4 5 6>.are | 18:44 | |
camelia | (IntStr) | ||
Geth | doc/document-are: f47bcfff25 | Coke++ | doc/Type/Any.pod6 update output formatting |
18:48 | |
doc/document-are: 9024e0f9dd | Coke++ | doc/Type/Any.pod6 preferred usage |
|||
18:56
Sgeo joined
|
|||
Geth | doc: fb0dd00b3f | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | doc/Type/Any.pod6 Document the .are method (#4069) Co-authored-by: Coke [email@hidden.address] * Document the .are method Co-authored-by: Coke <will@coleda.com> |
18:59 | |
linkable6 | Link: docs.raku.org/type/Any | ||
19:00
linkable6 left
19:01
hythm joined
19:03
linkable6 joined
19:05
sena_kun left
19:06
sena_kun joined
|
|||
hythm | hello, I have a program (uses NativeCall) that runs fine when run by raku built from `rakubrew build moar 2022.04` but behaves differently when run by raku built from `rakubrew download moar 2022.04` I think there is some issue with the pre-built packages on rakudo.org (which `rakubrew download` uses , I think). and this is for windows only, linux | 19:12 | |
packages are fine. could that be something to do with nqp version? as `rakubrew build` builds nqp, while `rakubrew download` fetch pre built stuff. | |||
here is the program, gist.github.com/hythm7/4c8707919d2...15e81e41cc when run with downloaded binaries it dies in line 126 | 19:13 | ||
El_Che | patrickb ==^ | ||
hythm | google search says the error code it dies with could be that `writefunction` sub is not returning the correct type | 19:17 | |
[Coke] | does nativecall type handling depend on the compiler you used to build? | 19:21 | |
hythm | not sure how to answer this question, when build rakudo and nqp locally using 'rakubrew build moar 2022.04' the programs runs fine and the return code is 0, when run the same program with downloaded rakudo from `rakudo.org, or from rakubrew download 2022.04` it dies with error code 23. (On windows only) | 19:25 | |
19:34
guifa left
|
|||
SmokeMachine | Hi! Is there someone else getting this error on zen when running GitHub actions? github.com/FCO/Red/runs/6241850837...focus=true | 20:31 | |
20:34
evalable6 left,
linkable6 left
20:36
evalable6 joined
20:37
linkable6 joined
20:56
p6steve joined
20:59
p6steve left
21:01
p6steve joined
21:02
Sankalp left,
Sankalp joined
22:02
linkable6 left,
evalable6 left
22:03
evalable6 joined
22:04
linkable6 joined
23:04
evalable6 left,
quotable6 left,
benchable6 left,
unicodable6 left,
reportable6 left,
linkable6 left,
nativecallable6 left,
coverable6 left,
greppable6 left,
bisectable6 left,
committable6 left,
shareable6 left,
sourceable6 left,
notable6 left,
tellable6 left,
bloatable6 left,
linkable6 joined,
notable6 joined,
tellable6 joined,
evalable6 joined
23:05
bloatable6 joined,
nativecallable6 joined,
bisectable6 joined,
reportable6 joined,
shareable6 joined
23:06
committable6 joined,
greppable6 joined,
quotable6 joined,
sourceable6 joined
23:07
coverable6 joined,
benchable6 joined,
unicodable6 joined
23:10
n1to left
23:13
jujo joined
|
|||
jujo | hello, I'm trying the SocketIO module to build a tool, for some reason when I follow the examples, it seems that the server expects to find a newline | 23:14 | |
or it is discarding the last character for some reason |