»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_log/perl6 | UTF-8 is our friend! 🦋 Set by Zoffix on 25 July 2018. |
|||
Elronnd | SmokeMachine: perl6 is compiling ;o | 00:26 | |
I fear dyncall will not work but we'll see | |||
00:38
epony left
01:34
molaf left
01:42
epony joined
01:46
molaf joined
|
|||
Kaiepi | releasable6, status | 01:57 | |
releasable6 | Kaiepi, Next release in ≈1 day and ≈17 hours. R6 is down. At least 7 blockers. Unknown changelog format | ||
Kaiepi, Details: gist.github.com/1c01c5817e4fa01047...b29c256ba9 | |||
02:09
hythm joined
02:13
Cabanossi left
02:21
Cabanossi joined
|
|||
hythm | I'm getting 'This exception is not resumable' when i `.resume' in `CATCH` block. How can I make an `Exception` resumable? | 02:31 | |
02:39
p9s joined
03:04
ravenous_ joined
03:09
ravenous_ left
03:25
xelxebar joined
03:37
reach_satori joined
03:52
reach_satori left
03:55
molaf left
04:02
p9s left
04:03
reach_satori joined
04:12
sono__ left
04:14
hythm left
04:21
Black_Ribbon joined
04:25
ravenous_ joined
04:29
ravenous_ left
04:32
p9s joined
04:34
reach_satori left
04:38
p9s left
04:49
Doc_Holliwood joined
05:04
jmerelo joined
|
|||
jmerelo | releasable6: status | 05:05 | |
releasable6 | jmerelo, Next release in ≈1 day and ≈13 hours. R6 is down. At least 7 blockers. Unknown changelog format | ||
jmerelo, Details: gist.github.com/2d4eeac44c38fb3ea2...fdbf58ecf7 | |||
05:09
rindolf joined
05:22
sauvin joined
05:23
sauvin left,
sauvin joined
05:28
p9s joined
05:32
p9s left
05:38
wamba joined
05:48
zacts joined
05:50
Kaypie joined,
Kaiepi left
|
|||
jmerelo | m: my $n = ("a" => 0, "b" => 1, "b" => 2).BagHash; say $n.kxxv; | 06:02 | |
camelia | (b b b) | ||
Geth_ | doc: 20a6f5e998 | (JJ Merelo)++ | doc/Language/io.pod6 Move comments to text and expand |
06:14 | |
synopsebot | Link: doc.perl6.org/language/io | ||
doc: 8360f22189 | (JJ Merelo)++ | 7 files Solver inconsistencies in Metamodel, refs #3024 |
|||
06:14
cpan-p6 left,
cpan-p6 joined,
cpan-p6 left,
cpan-p6 joined
06:32
zacts left
06:35
domidumont joined
06:38
pat_js joined
06:42
wamba left
06:47
jmerelo left
07:00
Doc_Holliwood left,
k0Le left
07:01
robertle joined,
ravenous_ joined
07:08
ravenous_ left
07:11
wamba joined
07:12
ravenous_ joined
07:20
k0Le joined
07:23
sena_kun joined
07:30
[particle]1 joined
07:32
[particle] left
07:58
wamba left
08:03
ravenous_ left,
Cirno-ne-baka joined
08:04
Cirno-ne-baka left,
zakharyas joined
08:05
Cirno-ne-baka joined
08:06
xelxebar left
08:07
Black_Ribbon left,
xinming joined
08:08
xelxebar joined
|
|||
Cirno-ne-baka | Hello, i'm try to run Cro service but get this error | 08:08 | |
===SORRY!===Could not find Routes at line 3 in: inst#/home/lil/.perl6 inst#/home/lil/rakudo/install/share/perl6/site inst#/home/lil/rakudo/install/share/perl6/vendor inst#/home/lil/rakudo/install/share/perl6 ap# nqp# perl5# | |||
What i need install to solve this problem? Git repo of this project github.com/mimosinnet/Cro-Personal-Web | 08:09 | ||
jnthn | Probably missing -Ilib passed to Perl 6 so it finds your lib/Routes.pm6 | 08:10 | |
08:10
xinming_ left
08:12
xelxebar left
|
|||
timotimo | Cirno-ne-baka: want a version of perl6 that says "baka baka!" instead of "SORRY!"? | 08:12 | |
Cirno-ne-baka | timotimo: shiranai | 08:14 | |
timotimo | *shrug* | 08:15 | |
sena_kun | Cirno-ne-baka, likely -Ilib is missing | 08:18 | |
Cirno-ne-baka, or just `cro run .` from the service directory will do | |||
Cirno-ne-baka | ` cro run .bash: cro: command not found[lil@vivo] ~/Cro-Personal-Web/script (master) zef install CroAll candidates are currently installedNo reason to proceed. Use --force-install to continue anyway` | 08:19 | |
sena_kun | Cirno-ne-baka, 1)how's your perl 6 installed? 2)are you sure the path where scripts are installed is in your PATH? after installation zef says something like `1 script [cro] is installed to ...`. | 08:20 | |
Cirno-ne-baka, answering your original question, you should be able to `perl6 -Ilib service.p6` in stubbed service directory if there is `Routes.pm6` present in `lib` directory. | 08:21 | ||
Cirno-ne-baka | sena_kun: 1. Installed according this instruction rakudo.org/files/star/source | ||
sena_kun | hmm, line `echo "export PATH=$(pwd)/install/bin/:$(pwd)/install/share/perl6/site/bin:\$PATH" >> ~/.bashrc` sets the path | 08:22 | |
can you check if $rakudo-installation-dir/install/share/perl6/site/bin/cro exists? | 08:23 | ||
Cirno-ne-baka | `echo $rakudo-installation-dir/install/share/perl6/site/bin/cro` `OUTPUT: -installation-dir/install/share/perl6/site/bin/cro` | 08:25 | |
sena_kun | oh, sorry, I mean the directory where you built rakudo star image, as I don't know it. | 08:26 | |
Cirno-ne-baka | this my path `export PATH=/home/lil/rakudo/install/bin/:/home/lil/rakudo/install/share/perl6/site/bin:$PATH 42 export PATH=/home/lil/Cro-Personal-Web/script/install/bin/:/home/lil/Cro-Personal-Web/script/install/share/perl6/site/bin:$PATH ` | ||
sena_kun | no file in /home/lil/rakudo/install/share/perl6/site/bin/cro ? | 08:27 | |
Cirno-ne-baka | No such file or directory((( | 08:28 | |
sena_kun | hmm, well, obviously there is no file, if `cro is an unknown command`... | ||
Cirno-ne-baka, any luck with plain running service.p6 in stub directory? | |||
`perl6 -Ilib service.p6` | 08:29 | ||
Cirno-ne-baka | sorry for my mistake | 08:30 | |
im try `zef install Cro` | |||
but need `zef install cro` instead | |||
sena_kun | Cro installs you Cro::Core, yes | 08:31 | |
zef searches for files inside of distributions if there are no matching names, and Cro::Core has Cro.pm6, which matches | |||
Cirno-ne-baka, don't mind it, great if it'll work after installation now. :) | 08:32 | ||
08:35
xelxebar joined
|
|||
sena_kun | Cirno-ne-baka, also, you can `zef --deps-only install .` in Cro project directory (or any other project, of course) and looking at META6.json file it'll install everythin necessary. | 08:38 | |
Cirno-ne-baka | sena_kun: thx! | 08:39 | |
sena_kun | Cirno-ne-baka, have fun. | 08:40 | |
SmokeMachine | Elronnd: \o/ | 08:44 | |
sena_kun | m: my %seen{Mu}; say %seen{IterationEnd}; | 08:54 | |
camelia | Type check failed in binding to parameter '<anon>'; expected Any but got Mu (IterationEnd) in block <unit> at <tmp> line 1 |
||
sena_kun | IterationEnd is Mu, but a hash for Mu doesn't work. | 08:55 | |
09:07
Cabanossi left,
xelxebar_ joined
09:11
xelxebar left
09:13
krychu joined
09:17
Cabanossi joined
09:18
patrickb joined
09:39
wamba joined,
krychu left
09:55
[particle] joined
09:57
[particle]1 left
10:00
[particle]1 joined
10:01
[particle] left
10:07
p9s joined
|
|||
kawaii | 1337 modules in the Perl 6 ecosystem as of today :) | 10:08 | |
According to Blin anyway | |||
10:19
ufobat__ left,
p9s left
10:20
pecastro joined
10:25
aborazmeh joined,
aborazmeh left,
aborazmeh joined
10:35
Altreus left
10:38
krychu joined
10:41
aborazmeh left
10:42
krychu left
10:44
wamba left,
wamba joined,
krychu joined
10:48
krychu left
10:52
aborazmeh joined,
aborazmeh left,
aborazmeh joined,
pat_js left
10:53
scimon joined
11:08
zakharyas left
11:14
Doc_Holliwood joined
11:26
wamba left
11:39
Cirno-ne-baka left
11:44
molaf joined
11:46
scimon_ joined
11:49
scimon left
11:56
krychu joined
11:57
krychu left,
abraxxa left
12:07
aborazmeh left
12:10
sproctor joined
12:13
scimon_ left
12:15
ravenousmoose left,
ravenousmoose joined
12:16
wamba joined
12:21
gabiruh joined
12:23
gabiruh_ left
12:29
wamba left
|
|||
rba | I've registered the rakud.party DNS domain, just because I realised it's free. I would guess zoffix owned it before. Let me know if you see a usage for it. | 12:34 | |
s/rakud.party/rakudo.party/ | |||
sena_kun | rba++ | ||
12:38
k0Le left
12:39
ravenousmoose left
|
|||
lizmat | rba++ | 12:42 | |
perhaps we could restore zoffix's blog posts there, there's still a lot of links out there pointing to it | 12:43 | ||
rba | perl6.party is still around | 12:44 | |
12:44
lucasb joined
|
|||
rba | do you know where the rakudo.party content comes from? a repo? contact soffit? how? | 12:45 | |
s/soffix/zoffix #damm autocorrect | |||
lizmat | hmmm... maybe I was confusing it with perl6.party | 12:48 | |
hmmm... | |||
rakudo.party/post/Newcomer-Guide-t...ore-Perl-6 # looks like Google thinks it was a thing | 12:49 | ||
12:51
krychu joined
12:54
k0Le joined
|
|||
AlexDaniel | rba: niiice | 13:07 | |
rba | How can I get debug output using DBDish::Oracle? Try query a view in a different schema using: SELECT COUNT(*) FROM <schema>.<viewname> | 13:08 | |
AlexDaniel | rba: I think it's this: github.com/zoffixznet/perl6.party | 13:09 | |
rba: I think rakudo.party exists because of the naming debate | |||
well, existed | |||
so perl6.party and rakudo.party are probably the same thing | 13:10 | ||
rba | I'm getting ORA-00942: table or view does not exist | ||
AlexDaniel: Guess rakudo.party has served same content as perl6.party. | 13:11 | ||
Who to ask about DBDish::Oracle? | |||
13:13
zakharyas joined
13:16
MasterDuke left
13:18
krychu left
|
|||
Geth_ | doc: 0fa9594ec4 | Coke++ | xt/words.pws new words |
13:22 | |
13:24
Cirno-ne-baka joined
13:40
molaf left
13:54
eseyman left
13:56
eseyman joined
13:57
jaldhar joined
14:02
Cirno-ne-baka left
14:05
MilkmanDan left
14:06
MilkmanDan joined
14:07
Cabanossi left
14:08
Cabanossi joined
14:13
Cirno-ne-baka joined
14:15
mniip joined
14:48
Cirno-ne-baka left
15:01
MilkmanDan left
15:02
MilkmanDan joined
15:07
robertle left
15:13
Doc_Holliwood left
15:26
MilkmanDan left
15:28
domidumont left,
MilkmanDan joined
15:32
khisanth_ left
15:34
jmerelo joined
15:45
khisanth_ joined
15:49
sproctor left
15:54
Kaypie is now known as Kaiepi
|
|||
tobs | is there a way to specify the shell being used by qqx? | 15:59 | |
15:59
cjkinni left
16:00
El_Che left
|
|||
jmerelo | tobs: I don't think so. If you want something fancier, you'll have to go to Proc | 16:05 | |
16:06
holyghost left
16:07
El_Che joined,
zakharyas left
16:16
Doc_Holliwood joined
16:19
holyghost joined
16:23
ravenousmoose joined
16:30
wamba joined
16:32
k0Le left
16:43
robertle joined
16:47
k0Le joined
|
|||
Elronnd | SmokeMachine: I can probably *hack* it into working, but to really work well it would need deeper changes to the build system | 16:50 | |
16:59
mowcat joined
|
|||
lizmat | m: my @a = "a".."z"; $_ = "f"; dd @a.grep( * eq $_ ) # wow... | 17:01 | |
camelia | ("f",).Seq | ||
lizmat | not sure I like that, from a readability point of view :-) | 17:02 | |
jaldhar | is using 'is copy' on a parameter known to be slow? I have a recursive function that traverses a graph to find the longest path. It is brutally slow. (my naive algorithm probably doesn't help but still...) | 17:06 | |
If I take out the is copy the program is much faster but it gives the wrong answer. I need to pass that parameter by value for this to work. | 17:07 | ||
timotimo | have you tried the profiler yet? | 17:08 | |
17:08
k0Le left
17:10
mowcat left
|
|||
jaldhar | timotimo: not yet. Just trying to think about what could be going on here. | 17:11 | |
jnthn | jaldhar: What sigil does the paramter have? If it's @ or % then it can clearly cost quite a bit, since you're copying the array or hash | 17:14 | |
17:17
pilne joined,
|oLa| joined
17:18
|oLa| left,
|oLa| joined
17:24
k0Le joined
17:47
jaldhar left
17:51
k0Le left
18:06
k0Le joined
18:07
patrickb left
|
|||
Geth_ | doc: a2000b8b9d | (Tom Browder)++ (committed using GitHub Web editor) | doc/Language/modules.pod6 minor edits and cleanup |
18:10 | |
synopsebot | Link: doc.perl6.org/language/modules | ||
doc: fa7f7eb9ed | (Tom Browder)++ (committed using GitHub Web editor) | doc/Language/modules.pod6 add missing comma for list |
18:13 | ||
synopsebot | Link: doc.perl6.org/language/modules | ||
18:19
rindolf left
18:22
argent0 joined
18:25
jmerelo left,
sauvin left
18:28
kini left,
benaiah joined
18:34
aborazmeh joined,
aborazmeh left,
aborazmeh joined
18:35
kini joined
18:36
MasterDuke joined
18:57
argent0 left
19:05
argent0 joined
19:10
aborazmeh left
19:14
zakharyas joined
19:22
argent0 left
19:33
argent0 joined
19:34
molaf joined
19:35
zakharyas left
19:43
astronavt left
19:44
astronavt joined
19:52
Kaiepi left
19:57
argent0 left
|
|||
sena_kun | > (from loop docs) "The initializer is executed once and any variable declaration will spill into the surrounding block" | 20:03 | |
any ideas why? | |||
timotimo | because it that's the curly braces that contain the variables | 20:04 | |
and it's not a signature | |||
20:05
Black_Ribbon joined
|
|||
sena_kun didn't get it | 20:05 | ||
m: loop (my $i) {last}; loop (my $i) {last}; | |||
camelia | 5===SORRY!5=== Error while compiling <tmp> Malformed loop spec at <tmp>:1 ------> 3loop (my $i7⏏5) {last}; loop (my $i) {last}; |
||
sena_kun | hmm... | ||
20:05
dogbert17 left
|
|||
timotimo | needs two ; inside the () | 20:05 | |
sena_kun | m: loop (my $i;;) {last}; loop (my $i;;) {last}; | ||
camelia | Potential difficulties: Redeclaration of symbol '$i' at <tmp>:1 ------> 3loop (my $i;;) {last}; loop (my $i7⏏5;;) {last}; |
||
sena_kun | yeah, thanks | 20:06 | |
so why the redeclaration happens? | |||
aaaaah | |||
aaaaaaaaaaah | |||
sena_kun got it | |||
timotimo++ | |||
20:08
ravenousmoose left
20:13
Coleoid_north joined
20:28
dogbert17 joined
20:32
mowcat joined
20:54
netrino joined
21:02
aindilis left
21:23
wildtrees joined
21:24
mj41cz joined
|
|||
Geth_ | ecosystem: df29d0f5c1 | (Michal Jurosz)++ | META.list Add Algorithm::SpiralMatrix to ecosystem See github.com/mj41/Algorithm-SpiralMatrix |
21:26 | |
mj41cz | Hi, patches welcome :-). | 21:27 | |
With gather/take the solution is really elegant github.com/mj41/Algorithm-SpiralMa...ix.pm6#L44 is just github.com/mj41/Algorithm-SpiralMa...ts-9x9.png | 21:31 | ||
perl6++ | |||
jnthn | Had to look up what the spiral matrix algorithm is. In hindsight, I should have guessed. :) | 21:32 | |
mj41cz | More common is "snail" one. Not implemented yet. | 21:33 | |
21:35
stu002 joined
|
|||
mj41cz | I just need this "distance:x-y" one. I will use it to find shift of two images (screenshots beafore and after swipe in android game :-). Swipe has random part so I will just use this seq to try to find out this random x,y. | 21:39 | |
Don't know if there is any real usage for this algorithm. Or is it only nice challenge. | 21:40 | ||
Dobrou noc z Brna :-). | 21:42 | ||
jnthn | Dobrou noc, a hezky vikend :) | 21:49 | |
21:49
dogbert17 left
21:54
mj41cz left
22:03
xelxebar_ left
22:04
cpan-p6 left,
cpan-p6 joined,
cpan-p6 left,
cpan-p6 joined
22:05
Xliff joined
|
|||
Xliff | \o | 22:05 | |
22:08
Kaiepi joined
22:13
dogbert17 joined
22:19
xelxebar joined
22:31
wamba left
22:47
k0Le left
22:48
rindolf joined
22:58
Kaiepi left,
Kaiepi joined
23:06
k0Le joined
23:13
sena_kun left
23:27
thowe left,
thowe joined
23:43
mowcat left
|