🦋 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.
n1to El_Che: I can't find the option in the settings, but I tried setting RAKULIB in the run configuration and via -I. Didn't seem to work. However I might set it to a wrong directory. I used '~/.rakubrew/versions/moar-2022.02/share/perl6/site/sources' as it was the only one I found the files for Color in it. 00:01
japhb: Yeah, I have the SDK set and I even set the zef as package manager manually in the project settings. I had Color set in the META6.json. Then I noticed that Color showed up under external libraries, but didn't seem to find anything that Color provides. 00:04
00:07 reportable6 left 00:09 reportable6 joined 00:27 _ed left, _ed joined 00:28 _ed left 00:32 hhcryfqnut joined, zacts joined
guifa_ [Coke]: you're a Numberphile fan I take it hahaha 00:39
japhb n1to: I tried adding Color to my current project as a dependency, and at first I thought there was a problem, but then I heard the fans spin up on my laptop, which happens whenever Comma is indexing something new. After the fans calmed down, I was able to `use Color::Conversion;` in one of the modules and then tab-complete some of the conversion routines. 00:41
Note: I did the META6 update via File > Project Structure > Project Settings > Modules > Dependencies, dunno if that makes a difference to when the indexing happens. 00:42
n1to japhb: I did that too, but for me nothing happens. However it doesn't show me Color in the dropdown when I put in the module name. Just other modules like Color::Names and such. Maybe there is already something wrong. 00:45
00:46 zacts left
n1to However, even for the given modules the import doesn't work and no indexing happens. Nonetheless thank you for your help. I have to go for now, but I will try again tommorrow. Maybe just trying to set everything up from the beginning. 00:54
japhb n1to: Note that I had to override the Color::Named selection, and force just Color. 00:57
I've got a bug report open with something hinky about namespace completion, so we'll see if that rings a bell.
(Full disclosure: I *just* joined the Comma team part-time, so I'm still in the learning phase.) 00:58
perryprog guifa_ ha nice catc 01:01
catch*
n1to I just invalidated the cache and now my fans get going too. Maybe he finds it now. He did ask me for Color::Names, but not for Color so far. 01:02
I am just beginning to learn raku, so nothing to worry about. You have been already really helpful. But really have to go now. 01:04
japhb Good luck! 01:05
01:08 hhcryfqnut left
japhb lizmat: While saving this conversation to the bug report, I found out how I'm still ending up on logs.liz.nl sometimes: that's what you get from "Copy link" in the ellipsis menu next to each log line, even if the site I'm viewing is the canonical irclogs.raku.org site. 01:14
01:25 razetime joined 02:25 notable6 left, benchable6 left, committable6 left, squashable6 left, quotable6 left, evalable6 left, bisectable6 left, linkable6 left, bloatable6 left, nativecallable6 left, releasable6 left, coverable6 left, sourceable6 left, reportable6 left, greppable6 left, statisfiable6 left, unicodable6 left, shareable6 left 02:26 hhcryfqnut joined, evalable6 joined, greppable6 joined, sourceable6 joined, releasable6 joined 02:27 unicodable6 joined, reportable6 joined, coverable6 joined 02:28 statisfiable6 joined, notable6 joined 03:26 squashable6 joined 03:27 quotable6 joined, bloatable6 joined, nativecallable6 joined, bisectable6 joined, benchable6 joined 03:28 committable6 joined, linkable6 joined 03:31 hhcryfqnut left 04:31 benchable6 left 04:32 benchable6 left, bloatable6 left, quotable6 left, linkable6 left, squashable6 left, bisectable6 left, reportable6 left, releasable6 left, unicodable6 left, sourceable6 left, notable6 left, coverable6 left, evalable6 left, statisfiable6 left, greppable6 left, committable6 left, nativecallable6 left, sourceable6 joined 04:33 linkable6 joined, releasable6 joined 04:34 bloatable6 joined, coverable6 joined 04:35 notable6 joined, evalable6 joined 04:36 zacts joined 04:37 swaggboi left 04:49 zacts left 04:59 swaggboi joined 05:27 shareable6 joined 05:32 unicodable6 joined, bisectable6 joined 05:33 greppable6 joined, committable6 joined 06:04 ProperNoun left 06:08 ProperNoun joined 06:32 nativecallable6 joined 06:34 benchable6 joined, statisfiable6 joined 07:25 razetime left 07:34 quotable6 joined 07:35 squashable6 joined 07:43 squashable6 left 07:46 squashable6 joined 07:56 razetime joined 08:09 reportable6 joined 08:12 discord-raku-bot left, discord-raku-bot joined 08:16 guifa_ left
Geth doc: cdcfb34c90 | (JJ Merelo)++ | doc/Type/Signature.pod6
:bug: closes #4012
08:56
linkable6 Link: docs.raku.org/type/Signature
08:57 linkable6 left
Geth doc: 646dab9d1d | (JJ Merelo)++ | doc/Language/modules.pod6
Adds explanation of where binaries should go

Closes #3999
09:05
doc: b2e1f85039 | (JJ Merelo)++ | assets/sass/style.scss
Make the left sidebar sticky closes #2138
09:18
doc: 99f0c7872b | (JJ Merelo)++ | assets/sass/style.scss
Fix :poop:
09:20
09:25 Sgeo_ joined 09:27 Sgeo left
moon-child awww, I was hoping it was literally a poop-emoji-related fix 09:38
09:48 zacts joined
Geth doc: dfd3fb806b | (JJ Merelo)++ | 2 files
Add glossary entry, and link references, closes #4018
10:00
10:41 Sgeo_ left 10:44 _________ left 10:46 kj4tip left
Geth doc: 69464aa447 | (JJ Merelo)++ | doc/Language/glossary.pod6
Fix :bug:
10:50
10:51 suman joined
suman srand function is platform dependent docs.raku.org/routine/srand#(Num)_sub_srand 10:52
So if $*KERNEL is linux, isn't it expected to behave same whether its ubuntu, fedora or suse linux?
10:55 _________ joined 10:59 linkable6 joined 11:04 razetime left 11:17 razetime joined 11:41 ggoebel_ left
suman m: srand(1);my @x = (1..1000).roll(100);my @y = (200..7000).roll(100);say sum(@x);say sum(@y) 11:49
camelia 50941
405340
11:50 p6steve left 12:00 linkable6 left
suman m: srand(1);my @x = (1..1000).roll(100);my @y = (200..7000).roll(100);say sum(@x);say sum(@y);say $*KERNEL 12:04
camelia 50941
405340
linux
12:07 reportable6 left 12:08 reportable6 joined
n1to japhb: I managed to get the Color import to kinda work. I had to remove Color with zef in the terminal and then restart the Comma IDE. Afterwards Comma detected the missing dependency and I let it install it. I can now run and test the project and get autocompletion. The `use` statements however are still marked as errors and the message that it can't find the module. The section under External Libraries is also not correctly populated. 12:25
12:39 suman left 13:41 razetime left 13:43 sena_kun left 13:45 sena_kun joined 15:05 squashable6 left 16:02 linkable6 joined 16:30 zacts left 16:45 sena_kun left 16:46 sena_kun joined 16:50 razetime joined 16:51 razetime left 16:52 rustacean joined 17:36 squashable6 joined
Geth doc: 2dc7bcb6b1 | Coke++ | xt/pws/code.pws
new word
17:57
18:07 reportable6 left 18:09 rustacean left 18:12 Sgeo joined 18:15 [Coke] left 18:18 [Coke] joined
japhb n1to: Added to bug comments, thank you! 18:33
19:05 euandreh left 19:09 euandreh joined 19:28 p6steve joined 19:29 sena_kun left 19:30 sena_kun joined
El_Che it looks like the latest community plugin is not compatible with the latest intellij ultimate 19:32
drakonis weird, i tried and it worked 19:39
japhb drakonis: You mean what El_Che was just talking about? 19:40
drakonis yes
japhb El_Che: What do you see? 19:42
19:58 zacts joined 20:01 donpdonp_ left 20:25 zacts left 20:45 zacts joined
El_Che a stacktrace 20:53
will post it if behind that pc 20:54
I have the latest update of ultimate and the plugin is older I think 20:55
21:05 sena_kun left 21:06 sena_kun joined
p6steve fwiw i am happily running IntelliJ IDEA 2021.3.2 (Ultimate Edition) with Comma Complete 2022.02.0 21:11
21:59 p6steve left 22:12 zacts left
El_Che .tell p6steve the Comma Complete edition is more recent than the community 22:12
22:58 zacts joined 23:09 reportable6 joined 23:13 ingy1 is now known as ingy 23:38 n1to left 23:53 zacts left