»ö« 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.
theangryepicbana when will the rakudo site be working again? 00:01
it says that it should be fixed by the 22nd-23rd of april, but it's may now 00:02
anyone? 00:04
sena_kun theangryepicbana, there are people who volonteer to re-do things. 00:06
theangryepicbana, what do you mean by "working"? rakudo.org is serving for me, do you mean download page?
theangryepicbana yes 00:07
sena_kun theangryepicbana, the recommended download page is perl6.org/downloads/
theangryepicbana does that have the same installer as rakudo.org? 00:08
sena_kun a rakudo star distbirution for linux and msi for win is present 00:09
s/distbirution/distribution/
theangryepicbana ok
thanks
sena_kun no problem, sorry for the invonvenience 00:10
ugh 00:13
at 3 a.m. my ability to type is worse than ever
sleep&
theangryepicbana lol 00:15
jmerelo squashable6: status 06:21
squashable6 jmerelo, 🍕🍕 SQUASHathon is in progress! The end of the event in 1 day and ≈7 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jmerelo, Log and stats: gist.github.com/75d0ecff342e609760...763541c82a
🍕 JJ++ wrote a comment on “create standard location…”: github.com/perl6/doc/issues/2195#i...-489298913 06:23
squashable6 🍕 JJ++ wrote a comment on “js to perl 6 nutshell example doesn't match rakudo”: github.com/perl6/doc/issues/2672#i...-489300636 06:46
🍕 JJ++ wrote a comment on “type-graph.txt: what is it good for?”: github.com/perl6/doc/issues/2584#i...-489300958 06:50
🍕 JJ++ edited wiki page “Document file specification”: github.com/perl6/doc/wiki/Document...cification 06:56
🍕 JJ++ wrote a comment on “type-graph.txt: what is it good for?”: github.com/perl6/doc/issues/2584#i...-489301337 06:57
squashable6 🍕 JJ++ opened issue “Explain and document archetypes”: github.com/perl6/doc/issues/2748 07:09
🍕 JJ++ labeled issue “Explain and document archetypes” (RFE): github.com/perl6/doc/issues/2748
🍕 JJ++ labeled issue “Explain and document archetypes” (docs): github.com/perl6/doc/issues/2748
timotimo jmerelo: i can't update the docs on the server; it's complaining about the pod syntax in one of the files 07:17
docs.perl6.org/build/Language/061-...ecall.pod6
Geth doc: dbcf1b6857 | (JJ Merelo)++ | doc/Language/js-nutshell.pod6
Adds correct output closes #2672
07:47
doc: 9e60bfb886 | (JJ Merelo)++ | 2 files
Adds PackageHOW closes #1306
squashable6 🍕 JJ++ closed issue “js to perl 6 nutshell example doesn't match rakudo”: github.com/perl6/doc/issues/2672
🍕 JJ++ closed issue “Missing web documentatio…”: github.com/perl6/doc/issues/1306
🍕 JJ++ edited issue “Missing web documentatio…”: github.com/perl6/doc/issues/1306
jmerelo timotimo: for the time being, I have copied it from my local directory after sena_kun gave me access. 07:48
timotimo: but maybe you should create an issue with that one.
squashable6 🍕 JJ++ labeled issue “CompUnit classes need to…” (bug): github.com/perl6/doc/issues/1631 07:51
timotimo do i have to "make html-no-highlight" again? 07:53
you could rsync locally-built docs 07:54
then highligthing would also work
squashable6 🍕 moritz++ closed issue “create standard location…”: github.com/perl6/doc/issues/2195 08:00
Geth doc: 5c11e98b88 | (JJ Merelo)++ | type-graph.txt
Adds back C::U, at least those that have been included; closes #1631
08:01
squashable6 🍕 JJ++ closed issue “CompUnit classes need to…”: github.com/perl6/doc/issues/1631
jmerelo timotimo: no need. I can rsync from time to time. 08:02
timotimo: but my point is that if there was some error during the build, it would be better reported and hopefully addressed.
releasable6: status 08:03
releasable6 jmerelo, Next release in ≈1 day and ≈10 hours. 1 blocker. 132 out of 275 commits logged (⚠ 2 warnings)
jmerelo, Details: gist.github.com/262a7b8293696155d8...7ed65c3232
pmurias do we have a google apis module? 10:41
www.npmjs.com/package/googleapis#google-apis - node.js verson of the library I'm using
if we had that I could deploy Perl 6 in production :/ 10:42
sena_kun pmurias, I see modules.perl6.org/dist/OAuth2::Cli...an:BDUGGAN 11:07
if it is just a http-based api, I have a feeling that a wrapper can be written using existing http clients we have. 11:08
timotimo hum. q:c heredocs will interpret { "foo" } to become "foo", but \{ "foo" } to become \{ "foo" } 11:19
so i don't see a way to get { "foo" } out of that
without kludges, i mean
sena_kun m: say q:c/{ '{ foo }' }/ 11:37
evalable6 { foo }
sena_kun timotimo, ^ ? :) 11:38
timotimo pff 11:50
the thing is that the { and } are split far apart
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489320052 11:52
Geth doc: 3c8676b218 | (Elizabeth Mattijsen)++ | doc/Type/CompUnit/Repository.pod6
First stab at adding CompUnit::repository role
12:00
lizmat hmmm... how is it possible that if a do a fresh "git clone", I get an unclean repository (with changes in doc/type/Int.pod6) ? 12:04
aaaaaahhhhh.... case insensitive file system 12:05
it's confusing Int.pod6 and int.pod6
hahainternet i wonder just how broken case insensitivity is now in the world of utf8 12:06
other than its obvious implicit brokeness
lizmat I agree... but my MBP came with it on the root partition :-( 12:06
hahainternet i thought HFS+ was case sensitive? 12:07
or did someone put NTFS on a mac?
oh it's APFS isn't it now, and apparently defaults to case insensitive
typical Apple
lizmat yeah... backward compatibility sucks :-) 12:08
jmerelo lizmat: there's now an doc/type/int.pod6
s/an/a/
lizmat: any way to fix that? Do we need to do anything? 12:09
lizmat yeah.. and the next time I do a commit -a, it will overwrite Int.pod6
jmerelo lizmat: oh
lizmat I can't fix this on my file system :-(
squashable6 🍕 lizmat++ opened issue “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749 12:11
Geth doc: 542935de71 | (Elizabeth Mattijsen)++ | doc/Type/CompUnit/Repository.pod6
candidates/files are not part of the CUR role
12:14
Geth doc: 161669df4f | (Elizabeth Mattijsen)++ | 2 files
Rename int -> native-int to prevent issues

Fixes R#2749
12:39
lizmat guess I was able to fix it with some tweaks
squashable6 🍕 lizmat++ wrote a comment on “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749#i...-489323392
squashable6 🍕 lizmat++ closed issue “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749 12:39
squashable6 🍕 JJ++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411093 12:41
squashable6 🍕 lizmat++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411111 12:47
squashable6 🍕 lizmat++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411131 12:52
🍕 lizmat++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411135 12:53
Geth doc: f0a63c19c9 | (Elizabeth Mattijsen)++ | 2 files
Fix broken links to caused by int -> native-int move
12:56
squashable6 🍕 taboege++ opened issue “examples-compilation.t t…”: github.com/perl6/doc/issues/2750 12:58
Geth doc: taboege self-assigned examples-compilation.t template can't handle signatures split over multiple lines github.com/perl6/doc/issues/2750
taboege++ created pull request #2751: Allow examples-compilation.t to pass for subs with multiline signatures
squashable6 🍕 lizmat++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411169 13:04
andreios i've tried to compile nqp-j with jdk11, and it compiles to 8s bytecode and passes tests just fine. Though one class uses deprecated sun.mics.Unsafe. i've managed to replace it with VarHandles, but apparently the code which uses Unsafe is completely dead or not triggered by any test at least 13:22
github.com/perl6/nqp/blob/master/s...e.java#129
El_Che nice 13:23
yoleaux 3 May 2019 13:39Z <rba> El_Che: at the moment you can download the build from perlgeek.de/static/p6/ or files.p6c.dev/
andreios I wonder how can I trigger this code from nqp?
El_Che andreios: visit #perl6-dev, maybe a higher concentration of people that would know 13:24
andreios i've also remove this three methods and the tests still passes
El_Che andreios: test coverage is not 100%
squashable6 🍕 taboege++ requested a review on pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751
🍕 taboege++ opened pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751
🍕 taboege++ synchronize pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751 13:25
Geth doc: 6be9b0f146 | (Elizabeth Mattijsen)++ | doc/Type/CompUnit.pod6
First stab at documenting CompUnit
13:30
squashable6 🍕 lizmat++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411294 13:34
🍕 lizmat++ wrote a comment on “$*REPO and CompUnit::Rep…”: github.com/perl6/doc/issues/502#is...-489327730 13:36
🍕 lizmat++ wrote a comment on “CURFS and CURI basics”: github.com/perl6/doc/pull/2602#iss...-489327841 13:37
Geth doc: antoniogamiz self-assigned Document Range.new and revise other methods in Range. github.com/perl6/doc/issues/2739
taboege self-assigned Repeating subsections under several sections github.com/perl6/doc/issues/2752

Moved int to a new directory.
Since the files with which we are going to have trouble are int, num, str and so on (if we decide to create them eventually), I have created a new Native directory, then modified htmlify.p6 (yes, another hack) so that it switches "native" for "type" kind. Tested locally, it works. ... (7 more lines)
14:17
squashable6 🍕 ugexe++ wrote a comment on commit 6be9b0f14666: github.com/perl6/doc/commit/6be9b0...t-33411439 14:19
🍕🍕🍕 First contribution by ugexe++! ♥
zacts pizza
antoniogamiz how useful is that all methods inherited by cool appears in every class documented? 14:36
moritz some more, some less, and it highly depends on the use case 14:38
if your use case is "somebody is calling .split on a Rat here, I wonder WtD that does?", then it's very useful 14:39
squashable6 🍕 lukasvalle++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489332735
🍕🍕🍕 First contribution by lukasvalle++! ♥
antoniogamiz mmmmm
moritz if you read the docs as prose, it's not useful
moritz and from a general "what can I do with object?" question it can also be helpful 14:40
antoniogamiz ok, thanks for the answer :) 14:41
moritz I wouldn't object to a small piece of JS that collapses those sections with a single click when they are not useful, though 14:42
antoniogamiz moritz: good point :oo 14:44
antoniogamiz in multi method new(List:D \min, \max, :$excludes-min, :$excludes-max) what is the purpose of the backslash in \min? 14:47
(an attribute $.min exists in that class) 14:48
squashable6 🍕 uzluisf++ opened issue “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752
🍕🍕🍕 First contribution by uzluisf++! ♥
squashable6 🍕 taboege++ synchronize pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751 14:50
moritz antoniogamiz: it preserves container status (doesn't take a read-only reference of the argument) 14:51
antoniogamiz so if I modify min inside that method the change will be applied to the external var? 14:54
too*
squashable6 🍕 antoniogamiz++ synchronize pull request “changes =item to =head3 sections #2483”: github.com/perl6/doc/pull/2747 14:58
squashable6 🍕 taboege++ wrote a comment on “Allow examples-compilati…”: github.com/perl6/doc/pull/2751#iss...-489334817 15:04
squashable6 🍕 tmtvl++ opened issue “Dead link in pod section…”: github.com/perl6/doc/issues/2753 15:04
🍕🍕🍕 First contribution by tmtvl++! ♥
squashable6 🍕 moritz++ wrote a comment on “Dead link in pod section…”: github.com/perl6/doc/issues/2753#i...-489335448 15:12
squashable6 🍕 taboege++ wrote a comment on “Allow examples-compilati…”: github.com/perl6/doc/pull/2751#iss...-489335623 15:14
antoniogamiz in :$var!, whats the purpose of !? 15:15
antoniogamiz I dont find it in the docs 15:15
tobs antoniogamiz: in a signature it makes :$var a mandatory argument 15:16
docs.perl6.org/type/Signature#Optio..._arguments 15:17
antoniogamiz aaahh right, I forgot, thanks :)
squashable6 🍕 tmtvl++ closed issue “Dead link in pod section…”: github.com/perl6/doc/issues/2753 15:25
jmerelo squashable6: status 15:33
yoleaux 15:22Z <AlexDaniel> jmerelo: in case you missed it: github.com/perl6/problem-solving/pull/23
squashable6 jmerelo, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈22 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
jmerelo, Log and stats: gist.github.com/d64170566a3118fc1f...d5fae961a8
discord6 <Vendethiel> doc.perl6.org/ <- is that known? :) 15:34
jmerelo Should be docs.perl6.org/
Where did you find that link? 15:35
discord6 <Vendethiel> I just typo'd
<Vendethiel> (though I'd prefer if it redirected to docs.)
jmerelo Vendethiel: the infrastructure is now in a provisional state. It might be a good idea when it's recovered. An issue would help us remember that, anyway. 15:38
squashable6 🍕 JJ++ wrote a comment on commit 161669df4f73: github.com/perl6/doc/commit/161669...t-33411767 15:42
🍕 JJ++ wrote a comment on “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749#i...-489338082 15:43
🍕 JJ++ reopened issue “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749
🍕 JJ++ wrote a comment on “broken link docs…”: github.com/perl6/doc/issues/935#is...-489338175 15:44
🍕 JJ++ reopened issue “broken link docs…”: github.com/perl6/doc/issues/935
AlexDaniel tony-o_, samcv: if you missed it: github.com/perl6/problem-solving/pull/23 15:53
no pressure, just making sure that you did see it :)
squashable6 🍕 JJ++ submitted a review on pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751#pul...-233741428 15:56
🍕 JJ++ closed issue “examples-compilation.t t…”: github.com/perl6/doc/issues/2750
squashable6 🍕 JJ++ merged pull request “Allow examples-compilati…”: github.com/perl6/doc/pull/2751 15:56
squashable6 🍕 JJ++ wrote a comment on “Allow examples-compilati…”: github.com/perl6/doc/pull/2751#iss...-489339436 15:58
🍕 JJ++ labeled issue “Repeating subsections under several sections” (easy to resolve): github.com/perl6/doc/issues/2752
🍕 JJ++ labeled issue “Repeating subsections under several sections” (bug): github.com/perl6/doc/issues/2752
🍕 JJ++ labeled issue “Repeating subsections under several sections” (docs): github.com/perl6/doc/issues/2752
squashable6 🍕 JJ++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489339946 16:04
antoniogamiz how should I indicate that a method throws an exception in pod6? 16:08
samcv AlexDaniel, great. will check it out in a second :) 16:20
jmerelo antoniogamiz: just say so
antoniogamiz: there's no special syntax
antoniogamiz ah ok :) 16:26
squashable6 🍕 JJ++ closed issue “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749
🍕 JJ++ closed issue “broken link docs…”: github.com/perl6/doc/issues/935
jmerelo Also updated the documents to the last commit 16:39
squashable6 🍕 JJ++ submitted a review on pull request “changes =item to =head3 sections #2483”: github.com/perl6/doc/pull/2747#pul...-233743026 16:41
🍕 lukasvalle++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489343053
🍕 Altai-man++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489343057
🍕🍕🍕 First contribution by Altai-man++! ♥
jmerelo er
The deployed docs didn't have syntax highlighting...
squashable6 🍕 Altai-man++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489343162 16:42
🍕 JJ++ merged pull request “changes =item to =head3 sections #2483”: github.com/perl6/doc/pull/2747
Geth doc: dff84e2f6a | Antonio++ | doc/Language/5to6-perlvar.pod6
changes =item to =head3 sections #2483
doc: ee13c46fe6 | Antonio++ | 13 files
Merge remote-tracking branch 'upstream/master'
doc: 05061f38a5 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | doc/Language/5to6-perlvar.pod6
Merge pull request #2747 from antoniogamiz/master

changes =item to =head3 sections #2483
squashable6 🍕 Altai-man++ wrote a comment on “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749#i...-489343373 16:44
🍕 JJ++ wrote a comment on “Repo is not clean on case-insensitive file systems”: github.com/perl6/doc/issues/2749#i...-489343553 16:46
Geth doc: 6bf8524221 | (JJ Merelo)++ | doc/Type/CompUnit.pod6
Fixes from attribute in CompUnit
16:52
squashable6 🍕 JJ++ wrote a comment on commit 6be9b0f14666: github.com/perl6/doc/commit/6be9b0...t-33411999
jmerelo releasable6: status 16:53
releasable6 jmerelo, Next release in ≈1 day and ≈2 hours. 1 blocker. 132 out of 278 commits logged (⚠ 2 warnings)
jmerelo, Details: gist.github.com/e8b630165967ec228e...40c16a9baf
squashable6 🍕 lukasvalle++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 16:54
Geth doc: 40fff1360b | (JJ Merelo)++ | 2 files
Reverts links back to original
16:56
squashable6 🍕 taboege++ wrote a comment on “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752#i...-489345138 17:03
sena_kun squashable6, status
squashable6 sena_kun, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈20 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
sena_kun, Log and stats: gist.github.com/a0dcde9690798df36a...cc6e3658aa
🍕 JJ++ wrote a comment on “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752#i...-489345209
🍕 JJ++ wrote a comment on “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752#i...-489345377 17:05
🍕 JJ++ wrote a comment on “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752#i...-489345481 17:07
jmerelo One day I'm just gonna get rid of disambiguation files... 17:14
antoniogamiz I've added autofocus to the search bar so can I close #2657? 17:17
I should have closed it from the commit :(
sena_kun antoniogamiz, please do. :) 17:18
antoniogamiz sena_kun: ok :) 17:20
moritz antoniogamiz: you can mention the commit hash in a comment in the issue
squashable6 🍕 antoniogamiz++ closed issue “Search input should have autofocus.”: github.com/perl6/doc/issues/2657
moritz to create the reference to the commit.
antoniogamiz moritz: late :/ 17:21
jmerelo antoniogamiz: you can always add it as an additional comment.
antoniogamiz ah ok 17:22
squashable6 🍕 antoniogamiz++ wrote a comment on “Search input should have autofocus.”: github.com/perl6/doc/issues/2657#i...-489346994 17:23
antoniogamiz uoh I didnt know that url commit were automatically converted to links 17:24
to "pretty links" I mean
Geth doc: d72c851260 | (JJ Merelo)++ | util/manage-page-order.p6
Adds warning about duplicated entries fixed #2752
17:25
squashable6 🍕 JJ++ closed issue “Repeating subsections under several sections”: github.com/perl6/doc/issues/2752
jmerelo antoniogamiz: that's your TIL
BTW, y'all, antoniogamiz is going to be one of our GSoC students this year.
antoniogamiz I hope to make a great job! \o/ 17:26
jmerelo antoniogamiz: we'll make sure you do :-)
jmerelo Everything should be deployed correctly now 17:31
No, it's not 17:33
jmerelo unicode chars are not well converted 17:34
squashable6 🍕 taboege++ opened issue “examples-compilation.t: …”: github.com/perl6/doc/issues/2754 17:37
Geth doc: taboege self-assigned examples-compilation.t: Add :preamble even if :solo github.com/perl6/doc/issues/2754
taboege++ created pull request #2755: examples-compilation.t: always add :preamble code
jmerelo OK, now it works. 17:40
Panic finished.
squashable6 🍕 taboege++ opened pull request “examples-compilation.t: always add :preamble code”: github.com/perl6/doc/pull/2755
Xliff squashable, status
squashable6 Xliff, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈20 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
Xliff, Log and stats: gist.github.com/9c3b32df69e2a67cf9...e3122c8319 17:54
🍕 JJ++ submitted a review on pull request “examples-compilation.t: always add :preamble code”: github.com/perl6/doc/pull/2755#pul...-233745622
Xliff jmerelo: There was a panic? 17:55
jmerelo Xliff: minor
Xliff: paniclet
Xliff Ah! Glad it's over with.
jmerelo Xliff: when rsyncing, all unicode chars were converted to question marks 17:56
Xliff: so all non-Texas pages were lost.
Xliff Yeek!
jmerelo Xliff: the provisional infrastructure is jury-rigged for the time being, so I'm copying generated pages by hand 17:58
Xliff OK. Busy with my own stuff ATM, but if you need help, I should be good in like... 30 mins
jmerelo Xliff: we'll probably have to prepare something, because nothing is more permanent than what was intended as provisional.o
Xliff: if you've got a bit of time, just take a look at the doc issues and help where you can 17:59
Xliff 'k. Was looking at 'em
jmerelo Xliff: thanks!
squashable6 🍕 JJ++ opened issue “Create a deployable vers…”: github.com/perl6/doc/issues/2756 18:04
🍕 JJ++ labeled issue “Create a deployable vers…” (meta): github.com/perl6/doc/issues/2756
🍕 JJ++ labeled issue “Create a deployable vers…” (build): github.com/perl6/doc/issues/2756
🍕 JJ++ labeled issue “Create a deployable vers…” (site): github.com/perl6/doc/issues/2756
🍕 JJ++ edited issue “Create a deployable vers…”: github.com/perl6/doc/issues/2756 18:05
Geth doc: c93bdef1b6 | (Tobias Boege)++ | xt/examples-compilation.t
examples-compilation.t: always add :preamble code

Add :preamble code to an example test even if it was marked as :solo, fixes 2754
18:17
doc: 37c016aa3d | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | xt/examples-compilation.t
Merge pull request #2755 from taboege/always-preamble

examples-compilation.t: always add :preamble code
squashable6 🍕 JJ++ merged pull request “examples-compilation.t: always add :preamble code”: github.com/perl6/doc/pull/2755
andreios . 18:51
squashable6 🍕 Xliff++ wrote a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489355851 19:03
🍕🍕🍕 First contribution by Xliff++! ♥
🍕 JJ++ wrote a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489357040 19:16
🍕 JJ++ closed issue “Comment using in enums n…”: github.com/perl6/doc/issues/2710
🍕 JJ++ reopened issue “Comment using in enums n…”: github.com/perl6/doc/issues/2710
🍕 JJ++ wrote a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489357060 19:17
Geth doc: 95ad544957 | (JJ Merelo)++ | doc/Type/Enumeration.pod6
Reflow to check for weird format
19:22
squashable6 🍕 Xliff++ wrote a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489357929 19:26
🍕 Xliff++ wrote a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489357977 19:27
🍕 Xliff++ deleted a comment on “Comment using in enums n…”: github.com/perl6/doc/issues/2710#i...-489357977
Geth doc: Xliff++ created pull request #2757:
Addressing #2717 - First draft
19:42
squashable6 🍕 Xliff++ opened pull request “Addressing #2717 - First draft”: github.com/perl6/doc/pull/2757
squashable6 🍕 Xliff++ wrote a comment on “Addressing #2717 - First draft”: github.com/perl6/doc/pull/2757#iss...-489359971 19:50
🍕 Xliff++ edited pull request “Addressing #2710 - First draft”: github.com/perl6/doc/pull/2757
🍕 Xliff++ synchronize pull request “Addressing #2710 - First draft”: github.com/perl6/doc/pull/2757 19:51
🍕 Xliff++ wrote a comment on “Docs for Blob missing ca…”: github.com/perl6/doc/issues/2694#i...-489360193 19:52
🍕 Xliff++ wrote a comment on “Clarify argument of Metamodel::Naming name”: github.com/perl6/doc/issues/2713#i...-489360330 19:54
Xliff .tell jmerelo Please take a look at: gist.github.com/Xliff/5626c9434f65...b79fd49eb6 20:00
yoleaux Xliff: I'll pass your message to jmerelo.
squashable6 🍕 taboege++ wrote a comment on “examples-compilation.t: …”: github.com/perl6/doc/issues/2754#i...-489362657 20:23
🍕 taboege++ closed issue “examples-compilation.t: …”: github.com/perl6/doc/issues/2754
🍕 Xliff++ wrote a comment on “p6doc does not really work”: github.com/perl6/doc/issues/2705#i...-489362686
Geth doc: lukasvalle++ created pull request #2758:
.Int on Bool objects returns an Int object
20:26
squashable6 🍕 lukasvalle++ opened pull request “.Int on Bool objects returns an Int object”: github.com/perl6/doc/pull/2758
🍕 lukasvalle++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 20:27
🍕 taboege++ opened pull request “Revise :skip-test”: github.com/perl6/doc/pull/2759 20:28
Geth doc: taboege++ created pull request #2759:
Revise :skip-test
squashable6 🍕 taboege++ edited pull request “Revise :skip-test”: github.com/perl6/doc/pull/2759
🍕 taboege++ edited pull request “Revise :skip-test”: github.com/perl6/doc/pull/2759 20:29
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.contains('etw')
evalable6 True
False
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.contains('tw')
evalable6 True
True
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.index('two') 20:31
evalable6 True
4
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.grep(
evalable6 (exit code 1) 04===SORRY!04=== Error while compiling /tmp/6LvlC15Tg6
Unable …
Xliff, Full output: gist.github.com/45c562c87aaab7ec98...cda52bc7b5
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.grep(* eq 'two')
evalable6 True
(two)
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.grep(* eq 'two').so
evalable6 True
True
Xliff m: my @a = <one two three>; say @a.contains('one'); say @a.grep(* eq 'tw').so
evalable6 True
False
Xliff m: my @a = <one two three>; say @a.contains('one'); say 'tw' ∈ @a 20:32
evalable6 True
False
Xliff m: my @a = <one two three>; say @a.contains('one'); say 'two' ∈ @a
evalable6 True
True
lizmat weekly: mcturra2000.wordpress.com/2019/05/...-in-perl6/ 20:33
notable6 lizmat, Noted!
Xliff Is ∈ documented anywhere? 20:48
squashable6 🍕 lizmat++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 20:49
Xliff docs.perl6.org/language/setbagmix#..._operators 20:49
tobs Xliff: on the setbagmix page: docs.perl6.org/language/setbagmix#i..._%E2%88%88
Xliff OK. What would be the best way to incude this in docs.perl6.org/language/operators.html 20:50
ufobat_ i am getting a ===SORRY!=== as runtime error *confused 20:50
squashable6 🍕 lizmat++ wrote a comment on “Checklist for 6.d”: github.com/perl6/doc/issues/2632#i...-489364517
Xliff ufobat_: From what?
ufobat_ Could not find symbol '&compilxe' 20:51
Xliff ufobat_: Is this from your code or rakudo?
ufobat_ thats from rakudo
i mine the &compilxe method that is not found is from my code 20:52
but there is ===SORRY!=== before this line
Xliff ufobat_: Can you gist or pastebin?
ufobat_ and before the sorry line there is regular/expected runtime output
Geth doc: taboege self-assigned Create a test to ensure there are no accidental Camelia invocations in examples github.com/perl6/doc/issues/2695
29ae3c47c6 | (Elizabeth Mattijsen)++ | doc/Type/QuantHash.pod6

The documentation still referred to the way sets/bags/mixes were implemented in 2014.
Xliff I have been using 2019.03.1-278-gc5bc71e3c all day and have not had this problem. 20:53
ufobat_ the compilxe method is wrong, but i am confused that i am seing the SORRY in front of it
Xliff ufobat_: Hm. I've never heard of the compilxe method. Might be above my pay grade.
moritz a "git grep" doesn't find anything of that name in either rakudo, nqp or MoarVM 20:54
ufobat_ no sorry, I wasn't clear enough, the &compilxe method is one of my methods, not from rakudo itself. i am just confused by the SORRY cause it's a runtime error 20:55
not a compile time error that i am seeing
Xliff Ah. Definitely above my pay grade, then.
ufobat_ plus no stacktrace or no line number or sourcefile name
Xliff If you use --stagestats does that occur during stage parse? 20:56
moritz ufobat_: have you tried with --ll-exception?
ufobat_ nope
ufobat_ moritz, i dont see how this helps me - pastebin.com/tsn7WAbc 20:59
Xliff, pastebin.com/MhcAnUX9 21:00
dont know? 21:01
moritz ufobat_: from /home/barthm/repos/others/scheme6/lib/Scheme/Compiler.pm6 (Scheme::Compiler):6 is the last line of your own code in the backtrace 21:03
and it looks like you got the binding type check error from there
why rakudo thinks this is a compile time error is beyond me though 21:04
ufobat_ m: sub bar(Array $a) { bar($a[0]) }; say 123; my $a = [1,2,3]; bar($a) 21:05
evalable6 (exit code 1) 123
Type check failed in binding to parameter '$a'; expected Array but got Int (1)
in sub bar at /tmp/wd5g28eNxZ line 1
in sub bar at /tmp/wd5g28eNxZ line 1
in block <unit> at /tmp/wd5g28eNxZ line 1
ufobat_ thats more or less what i did wrong
i cant reproduce it as a compile time error in a oneliner
i put the sub into a own file/module and it's still not a compile error 21:06
*shrug*
anway! thanks for the help 21:07
Xliff Anyone know what this error means? Cannot resolve caller handle(Pod::Defn{:term("Hap..., :pod-name(/language/039-pod.pod6) 21:08
See gist.github.com/Xliff/5626c9434f65...b79fd49eb6
sena_kun Xliff, apparently, there is a Pod::Defn element in /language/039-pod.pod6 and the script doesn't know how to deal with it 21:09
Xliff Yeah. I thought that might be the case.
OK. I will bug it. 21:10
sena_kun we can either look at the usage or patch the script itself
ufobat_ meh, different error, agan compile time error
Xliff Might want to patch the script. I do not know the intended behavior for it.
sena_kun Xliff, I wonder if `=defn` documented somehwere. :| 21:11
moritz sounds very lisp-y
sena_kun ;)
squashable6 🍕 Xliff++ opened issue “Current version of perl6/doc will not make.”: github.com/perl6/doc/issues/2760
sena_kun I see some explanations at github.com/perl6/doc/blob/master/d....pod6#L314 21:12
squashable6 🍕 Xliff++ edited issue “Current version of perl6/doc will not make.”: github.com/perl6/doc/issues/2760
Xliff That's the file that won't build.
squashable6 🍕 Xliff++ wrote a comment on “Current version of perl6/doc will not make.”: github.com/perl6/doc/issues/2760#i...-489366031 21:13
sena_kun and `equivalent to the C<DL> lists in HTML` doesn't tell me much, I am afraid I am too ignorant...
sena_kun I wonder why it didn't explode earlier, I mean, it is there for a month already
ufobat_ Xliff, moritz I spotted a bug in rakudo i think 21:16
m: sub compile() { say "runtime"; die "omg"}; compile() 21:17
evalable6 (exit code 1) runtime
===SORRY!===
omg
ufobat_ m: sub compileXXX() { say "runtime"; die "omg"}; compileXXX()
evalable6 (exit code 1) runtime
omg
in sub compileXXX at /tmp/T2aMsbSiQ0 line 1
in block <unit> at /tmp/T2aMsbSiQ0 line 1
ufobat_ :-/
moritz github.com/rakudo/rakudo/blob/mast...e.pm6#L340 21:20
ufobat_ what is that ForeignCode? a few lines above? 21:24
and the default, after the for loop is False as well. 21:25
ugexe docs.perl6.org/type/ForeignCode 21:35
squashable6 🍕 Xliff++ opened issue “Set, Bag and Mix operato…”: github.com/perl6/doc/issues/2761
Geth doc: lizmat self-assigned Set, Bag and Mix operators not included or referenced in Perl6 Operator page github.com/perl6/doc/issues/2761
50979a540e | (Elizabeth Mattijsen)++ | doc/Type/QuantHash.pod6
21:39
Xliff lizmat: Oops! I forgot to assign myself to that. 21:40
I am working on changes to the page right now.
lizmat Xliff: please then assign yourself :-)
lizmat looks forward to the result :-)
Xliff lizmat: Minor style change then. Let me commit and would appreciate your thoughts.
lizmat oki
Xliff If you have a better strategy, then you can take it. One sec.
squashable6 🍕 Xliff++ synchronize pull request “Addressing #2710 - First draft”: github.com/perl6/doc/pull/2757 21:43
Xliff Ah... shit.
lizmat: Work starts here.
github.com/Xliff/doc/blob/master/d...pod6#L2958
Will need to remove that last commit and move to a branch. 21:44
Wonder if I can rebase it.
squashable6 🍕 Xliff++ synchronize pull request “Addressing #2710 - First draft”: github.com/perl6/doc/pull/2757 21:49
🍕 jnthn++ wrote a comment on “Clarify argument of Metamodel::Naming name”: github.com/perl6/doc/issues/2713#i...-489368414 21:51
🍕🍕🍕 First contribution by jnthn++! ♥
🍕 lizmat++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632 21:52
Geth doc: c9697750d5 | (Elizabeth Mattijsen)++ | doc/Type/QuantHash.pod6
Mention that .hash|Hash stringifies the keys
21:58
squashable6 🍕 lizmat++ edited issue “Checklist for 6.d”: github.com/perl6/doc/issues/2632
lizmat realizes she's too tired to write sensible documentation 22:03
more tomorrow&
masak "No such method 'cache' for invocant of type 'Mu'" -- what does that error message mean? never gotten it before. 22:23
(I am not calling a method 'cache' from my code) 22:25
vrurg masak: --ll-exception? 22:26
jnthn masak: @(blah) desugars into (blah).cache 22:30
Not sure it that'd explain anything though
masak I think a parse failed and a Mu got in somewhere 22:31
I am indeed doing a @$somevar
timotimo Mu should be rather rare, though
masak m: my $v = Mu; @$v
evalable6 (exit code 1) No such method 'cache' for invocant of type 'Mu'
in block <unit> at /tmp/JEeagmx5Oy line 1
masak it's a less than awesome error message, with no real relation between 'cache' and the `@` conversion 22:32
jnthn Since @(...) is just sugar for .cache, they compile into the very same thing 22:33
jnthn So I don't think there's any currently available way to distinguish them 22:34
(By the time we need to produce the error)
timotimo the error message could have a special case for that name
jnthn So...yes, we'd probably need to mention it in addition
masak yes, I understand the limitations involved. and I'm not super-happy about adding a special case. just saying it's nice when the error message helps to figure out what's wrong ;) 22:38
masak .oO( sugar, please don't leave me confused ) 22:39
sena_kun .oO ( pain-pai^W^W sugar-sugar, go away! ) 22:54
Geth ¦ doc: Xliff self-assigned Set, Bag and Mix operators not included or referenced in Perl6 Operator page github.com/perl6/doc/issues/2761 23:00
squashable6 🍕 Xliff++ wrote a comment on “Set, Bag and Mix operato…”: github.com/perl6/doc/issues/2761#i...-489371950 23:03