»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or rakudo:, or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_logs/perl6 | UTF-8 is our friend!
Set by moritz on 22 December 2015.
AlexDaniel m: say 25.5 div 5 01:01
camelia Cannot resolve caller infix:<div>(Rat, Int); none of these signatures match:
(Int:D \a, Int:D \b)
(int $a, int $b --> int)
in block <unit> at <tmp> line 1
AlexDaniel m: say 25.5.Num div 5
camelia Cannot resolve caller infix:<div>(Num, Int); none of these signatures match:
(Int:D \a, Int:D \b)
(int $a, int $b --> int)
in block <unit> at <tmp> line 1
AlexDaniel m: say 25.5.Num mod 5 01:03
camelia Cannot resolve caller infix:<div>(Num, Int); none of these signatures match:
(Int:D \a, Int:D \b)
(int $a, int $b --> int)
in block <unit> at <tmp> line 1
AlexDaniel shrugs 01:05
SmokeMachine can I use zef as a module? I mean, does zef has an API? 01:21
skids SmokeMachine: the source does appear to be reasonably broken out. 01:33
skids ...and the code for the binary is in Zef/CLI.pm so can serve as ample example code. 01:36
SmokeMachine skids: I'd love if Zef::CLI mult MAINs just do 1 call... like: Zef::Something.install(@wants, :$to, :$depends, ...) 01:42
skids Just cut and paste them into a sub. 01:44
TEttinger heh. www.change.org/p/unicode-consortiu...oji-please 02:07
AlexDaniel u: bean 02:10
unicodable6 AlexDaniel, U+2F96 KANGXI RADICAL BEAN [So] (⾖)
AlexDaniel radical bean!
BenGoldberg u: nut 04:13
unicodable6 BenGoldberg, U+A17C YI SYLLABLE HNUT [Lo] (ꅼ)
BenGoldberg, U+A191 YI SYLLABLE NUT [Lo] (ꆑ)
BenGoldberg, 13 characters in total: gist.github.com/a6bb6fbb27b3d71c61...f6e2fddb23
TEttinger there's lots of yi syllables 04:37
u: fap
unicodable6 TEttinger, U+A0D4 YI SYLLABLE FAP [Lo] (ꃔ)
u-ou hi 05:51
what is a good book to learn perl6 from?
ilbelkyr oh, hi u-ou :) 05:54
u-ou hi ilbelkyr!
I want to learn perl6 ;)
ilbelkyr I think there are some books being written, I don't recall the specifics though (I'm not the sort of person who learns programming mostly from books hence I haven't been keeping my eyes on that) 05:55
u-ou where do you mostly learn from? :o 05:57
ilbelkyr online sources; books are nice too but I try to avoid relying too much on single sources where possible 05:58
also, the official documentation in cases where that's a thing (but i'll admit the C standard is not exactly a light read) 05:59
u-ou ah, *nods* 06:00
ilbelkyr there are plenty of really badly written tutorials for perl 5 out there, and if you're only beginning to learn, you can't really tell bad $language tutorials from good ones yet, so i tend to recommend looking at multiple sources 06:02
goes for any language, really. plus if you spot the differences and ask about them, you'll learn about pitfalls from the olden days, too :)
u-ou yep 06:03
u-ou is reading 06:46
u-ou unless cannot have an else clause :< 06:50
u-ou I guess that makes sense tbh 06:51
geekosaur iirc that was found to be horribly confusing in older perl
(I think perl 3 did allow unless/else?) 06:52
u-ou it makes a lot more sense to just say if p
u-ou people say not to use given in perl5. should i follow this advice for perl6? 07:19
(because it is buggy)
moritz u-ou: no 07:35
u-ou: Perl 5 tried to adopt Perl 6's given/when and smartmatching, but ignored some fundamental differences between p5 and p6
u-ou ahhhh 07:36
moritz so it's buggy/weird in p5, but works as designed in p6
u-ou cool
samcv u-ou, learnxinyminutes.com/docs/perl6/ is a good place to start. then i would supplement with docs.perl6.org 07:55
u-ou ty 07:55
andrzejku hey people 08:53
samcv hello andrzejku 08:54
andrzejku got nonperl question 08:54
samcv can I ask? 08:56
gfldex andrzejku: you as free to ask a non-perl-question as we are free not to know the answer :->
yoleaux 21 Mar 2017 10:06Z <IOninja> gfldex: why does Podtobig page generate perl6.xhtml? We use HTML, not XML. The bogus extension is causing parse errors: irclog.perlgeek.de/perl6/2017-03-21#i_14298152
21 Mar 2017 10:23Z <IOninja> gfldex: here's what it looks like in Firefox: i.imgur.com/0v67PIa.png The idiocy of using XHTML instead of HTML was common because people were too stupid to know how to kick IE6 out of quirksmode with a proper HTML doctype and it was never a right thing to use.
21 Mar 2017 10:36Z <IOninja> gfldex: does Pod::To::Big page do any processing? Pod::To::HTML outputs E<171> as &#171; but on perl6.xhtml it ended up as &171; (not the missing #).
21 Mar 2017 12:56Z <IOninja> gfldex: Never mind. Found and fixed the issue in github.com/perl6/perl6-pod-to-bigp...ca5ffcfee9 (P.S.: I didn't mean you were an idiot for using XHTML in my previous msg; but I'd still recommend using HTML5 doctype in Pod2BigPage)
samcv omg
so many messages
andrzejku I read that Perl6 is quite functional
and you can also change its own syntax
something like that
so it looks like Lisp and Perl6 has something common 08:58
but Lisp is dead?
what do you think?
samcv yes perl 6 you can change its syntax. and you can make your own operators. and you can augment classes like the Str class so you can make your custom method "string".mycustommethod 08:59
gfldex IOninja: Pod2BigPage is using xhtml to catch errors as early as possible and I know very well that you are unpolite.
samcv also i do not know lisp
andrzejku perl6 is fully functional then? 09:00
gfldex andrzejku: in lisp you cant really change the syntax. But the got a really good macro sytem and the language is so simple that those two facts combined create the illusion that you change the syntax. 09:01
andrzejku ohh
I just started use emacs
samcv andrzejku, well it supports functional programming in ways. seems wiki has a perl 6 section en.wikipedia.org/wiki/Functional_p...ing#Perl_6
andrzejku and I just think why there no Perl6 editors like emacs or vim 09:02
perl ideally align these problems
samcv well I personally use Atom to do my perl 6ing. there's a tutorial on making atom perl 6 ideish github.com/samcv/Atom-as-a-Perl6-IDE
andrzejku yeah I know 09:03
samcv k
and vim works fine. idk what features are you missing
oh you mean a perl 6 based editor
andrzejku yep
samcv written in perl 6
andrzejku yep exactly
gfldex it's still a little slow for that 09:04
andrzejku the one perl6 editor to rule all languages
samcv ah. well graphical toolkits for perl 6 are still only basic functionality
gfldex syntaxhighlight for large files would take quite some time
but we are getting the infrastructure for that in place already
andrzejku hmm
samcv someday maybe! 09:05
gfldex see github.com/drforr/perl6-Perl6-Parser
andrzejku but do you think
when people talk you should learn lisp it is a language from god
etc.
it change your mind
samcv perl 6 is language from god!
andrzejku maybe you never use it blablabla
gfldex so they say :->
andrzejku but you should know it
blablabla
and emacs is in lisp
gfldex lisp may be a manguage from god, but our god is bigger :) 09:06
andrzejku I don't think so
samcv emacs is weird
andrzejku emacs is fine I think 09:06
gfldex samcv: so is vim and I like it for it's kind of weirdness
samcv i use atom or vim. emacs is kinda weird
andrzejku but these all acient texts looks strange
I learn emacs last time 09:07
andrzejku more more 09:07
and I like that emacs plugins
you can write in lisp
that gives him power
u-ou are roles like typeclasses in haskell 09:08
andrzejku I think Emacs is more powerfull than vim 09:11
except for C++ programming
gfldex you know very little about vim then
andrzejku it is made for programming
andrzejku really? 09:12
u-ou vim is perfect 09:13
for everything
gfldex u-ou: comparing Haskell and Perl 6 is always tricky and I would say roles are quite different from typeclasses 09:14
u-ou I have my doubts it was invented by a human being
alright, cool
gfldex u-ou: types in general are different then in Haskell 09:15
u-ou: there is no clear distinction between runtime and compile time. As a result comparing things between it and a static language will miss quite a lot. 09:17
u-ou: see docs.perl6.org/language/typesystem
u-ou ahh
u-ou gn 09:26
Geth doc: 05576b7baf | (Wenzel P. P. Peppmeyer)++ | doc/Language/typesystem.pod6
doc augment
09:45
El_Che hello 09:51
abraxxa zostay++ # DOM::Tiny release 0.3.3 09:57
IOninja gfldex: in the real world, people use validators for catching messages instead of blocking users' browser. 10:00
catching errors
AlexDaniel, there's a ticket for div/mod's current behaviour. I knew you were gonna try them after my response :) 10:10
gfldex IOninja: I am not willing to work together with you anymore. 10:19
IOninja .tell AlexDaniel, the speculated behaviour for div/mod is both more involved than gcd/lcm and isn't implemented right: rt.perl.org/Ticket/Display.html?id=128428 10:21
yoleaux IOninja: What kind of a name is "AlexDaniel,"?!
IOninja gfldex, you never did. You work on your own and throw a shit fit anytime someones points out a flaw in your work. You're doing it now when I pointed out your assumptions block content for users when there's a simpler solution for your goal (a validator) just as you did when I pointed out a much simpler solution to your tables-for-layout in the TOC on the docs site (two lines of CSS code). 10:24
IOninja As for not being polite. I try hard to be polite, but I realize the apparent unpoliteness is one of the most obvious charecteristics of the mental illness I have. 10:32
But if that's not up to par to the standards of this channel, I can leave. 10:33
lizmat and I was just about to say: IOninja, don't be such a drama queen :-( 10:33
Geth ecosystem: melezhik++ created pull request #311:
META.info --> META6.json
10:36
ecosystem: 6a57b63750 | (Alexey Melezhik)++ | META.list
META.info --> META6.json

Sparrowdo::Chef::Client - canonical name for META file
10:39
ecosystem: a61bb63f79 | astj++ | META.list
Merge pull request #311 from melezhik/master

  META.info --> META6.json
TheovdH IOninja: solved the problem with my code. Debugger problem remains. I wait for next Rak version 12:19
Geth doc: 5cd3a24c4e | (Will "Coke" Coleda)++ | doc/Language/modules.pod6
remove trailing whitespace
12:49
[Coke] so, we can return a class of a type that doesn't exist in the calling scope; so we cannot declare the routine as returning that type (because it doesn't exist where the signature is compiled. (this is showing up in an example compilation error in make xtest). Is this a problem? 12:52
Geth doc: 689fc71164 | (Will "Coke" Coleda)++ | doc/Language/typesystem.pod6
fix typos
12:53
AlexDaniel .tell IOninja oh, didn't know about this ticket. Interesting. In any case, it seems that some software supports non-ints in lcm/gcd, so coercing the arguments to ints doesn't sound like a good idea 13:07
yoleaux AlexDaniel: I'll pass your message to IOninja.
AlexDaniel re perl 6 editor: I'd be happy to see something like this 13:10
I've been thinking about it for a while too
perlpilot AlexDaniel: Just port Padre to Perl 6 ;-) 13:12
bdmatatu Is it possible to return a list of two arrays from a sub, and assign them to two array vars? git.io/vyjei 13:40
travis-ci Doc build errored. Will "Coke" Coleda 'fix typos' 13:44
travis-ci.org/perl6/doc/builds/213816716 github.com/perl6/doc/compare/5cd3a...9fc71164a0
m44st4 personne veut parler d'aslr ? :D 13:44
jnthn m: sub foo() { return [1,2,3], [4,5,6] }; my (@a, @b) := foo(); say @a; say @b; 13:46
camelia [1 2 3]
[4 5 6]
jnthn bdmatatu: ^^
bdmatatu Thanks! 13:47
ilmari m: say 23! 14:23
camelia 5===SORRY!5=== Error while compiling <tmp>
Bogus postfix
at <tmp>:1
------> 3say 237⏏5!
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
state…
ilmari huh, no built-in factorial?
timotimo nope 14:24
ilmari m: sub postfix:<!>($x where * > 0) { [*] 1..$x ] } say 23! 14:27
camelia 5===SORRY!5=== Error while compiling <tmp>
Missing block
at <tmp>:1
------> 3postfix:<!>($x where * > 0) { [*] 1..$x 7⏏5] } say 23!
expecting any of:
postfix
statement end
statement modifier
s…
ilmari m: sub postfix:<!>($x where * > 0) { [*] 1..$x } say 23!
camelia 5===SORRY!5=== Error while compiling <tmp>
Strange text after block (missing semicolon or comma?)
at <tmp>:1
------> 3ostfix:<!>($x where * > 0) { [*] 1..$x }7⏏5 say 23!
expecting any of:
infix
infix stopper
ilmari m: sub postfix:<!>($x where * > 0) { [*] 1..$x }; say 23! 14:28
camelia 25852016738884976640000
[Coke] uses perl6 to automate some data extraction at work, coworkers are very thankful (though they have no idea what Perl 6 is) 14:35
sukrishn What is the best way to maintain perl6 on Centos7? 14:43
sukrishn It does not seem to be present in any standard repos (incl epel) 14:44
[Coke] sukrishn: if it's not a port you can install, you can use Rakudo Star, or install the compiler yourself from source. 14:45
[Coke] hurls perl6.org/downloads/
Probably need "installing from source" there. 14:46
timotimo we do have el_che's packages 14:49
i believe they also include rpm packages
hord guten tag, sixxers. i'm thinking about doing an ANSI string class today. 15:15
timotimo ansi string class? 15:16
what's that?
hord strings that will auto-escape into ANSI color sequences
timotimo i don't understand what that means 15:23
hord i was thinking something like this: my $s = Str::ANSI.new('foo').fg(BLUE).bright.bg(BLACK).blink; say $s; # prints foo in bright blue on gray 15:25
timotimo oh 15:26
yeah, that sounds easy
hord i was thinking it should be and then i was thinking about adding an ANSI Pod formatter 15:27
DrForr It'd be easy to export colors and fg(), bg(), bright() &c.
masak was gonna say
hord perl5 has one (Pod::Text::Color::Delight)
masak nothing that requires putting the string in an object, really
hord the string is already an object?
DrForr Well, chaining method calls is a little different. 15:28
masak DrForr: well, if you like the syntax, then you can "foo".&fg().&bright etc
hord the attributes for the ANSI escape surround the string. there'd be an auto \x27 maybe 15:29
masak hord: yes, but that's not the point I'm making ;)
hord i don't like leaving codes open
timotimo Pod::To::Text formats stuff with ANSI escape sequences
masak (that it's an object)
using ordinary subroutines you could easily have it always surround the string and never nest things wrong, I'm pretty sure 15:30
hord i don't think so. some codes are stacked.
like there are 3 different color modes
masak maybe you're right and your way would be simpler
hord and some require using the blink and bright attributes to determine which color
masak code it up and see ;) 15:31
hord it depends on how accurate and conformal you want to be
masak you'll want to have a .Str method to have your object stringify when printed
hord technically every color can be specified using RGB if the term supports it
masak or is that .gist -- or both? don't remember
hord i think that's what i'm going to lear today :) 15:33
learn*
geekosaur technically rgb can't reach all displayable colors :) cie can reach more
(no colorspace can reach all of them)
hord i actually know very little about colors. anything other than RGB is kinda out of my depth. 15:34
monitors can't technically produce real colors anyway. it's always an artificial mix of mono bands. 15:35
timotimo i haven't heard of cie yet 15:37
hord maybe colors should just be indexed from the planck scale. it'd require a large space but would be quite accurate. 15:39
hord you would even be able to draw in x-ray and radio 15:40
geekosaur en.wikipedia.org/wiki/CIE_1931_color_space
ugexe SmokeMachine: most of the stuff in each command of Zef::CLI is reporting. You can Zef::Client.new(a few options).install(...) if you want to use a single command 16:23
or even `&Zef::CLI::MAIN('install', ...)` 16:24
see: github.com/ugexe/zef/blob/master/xt/install.t 16:25
SmokeMachine ugexe: the mains aren't "our", are they? 16:30
ugexe SmokeMachine: yeah thats true... Zef::CLI is a little weird because of the MAINs in a module so i'm not really sure if &MAIN will work 16:31
they are exported though
SmokeMachine ugexe: this may cause some problem when I use that... may conflict with my own main... probably? 16:37
ugexe SmokeMachine: maybe, maybe not. it would depend on which MAINs get seen first! heh 16:38
e.g. if you `use Zef::CLI; use Zef::CLI::CopyCat` only one set of MAINs will used in the USAGE
but it sounds like you just want to use Zef::Client
&MAIN()s really just use Zef::Client, but report on various things 16:39
SmokeMachine star: use Zef::CLI; multi MAIN("my-own") {}
camelia ===SORRY!===
Could not find Zef::CLI at line 1 in:
/home/camelia/.perl6
/home/camelia/star-2016.10/share/perl6/site
/home/camelia/star-2016.10/share/perl6/vendor
/home/camelia/star-2016.10/share/perl6
CompUnit::Repository::Abs
ugexe right, Zef::CLI is loaded before your MAIN there 16:40
it would have to be `use Module::With::My::Main; use Zef::CLI;` or maybe `use Zef::CLI; BEGIN MAIN(...) { };
but again, just use Zef::Client
SmokeMachine ugexe: I know Im asking too much.... but would it be possible to create something like Zef::Commands and make Zef::CLI only run the respective command from Zef::Commands? 16:43
ugexe: if so, some one could Zef::Commands.install("some::module")
ugexe it required duplicating all the identifiers 16:52
requires^
otherwise you have one or the other that is mostly undocuments params from a slurpy %_
you should be able to scope in those MAINs lexically anyways i'd think. my $install = "Foo" but :: role { require Zef::CLI; Zef::CLI::MAIN("install" ...) } or something 16:54
ugexe SmokeMachine: maybe a multi for Zef::Client.install could be the right place for such logic though... 17:00
SmokeMachine ugexe: that would be great too... have 1 method that makes everything needed to install a module... 17:03
ugexe .install already has that
github.com/ugexe/zef/blob/master/x....t#L38-L44 17:04
moritz m: sub foo(\x) { say x.VAR.name }; foo my &a; 17:49
camelia &a
moritz can I get that to work with multiple args as well?
m: sub foo(*@a) { for @a -> \x { say x.VAR.name } }; foo my (&a, &b);
camelia <element>
<element>
moritz ah, with capture args 17:50
moritz m: sub foo(|c) { for c -> \x { say x.VAR.name } }; foo my (&a, &b); 17:50
camelia &a
&b
El_Che lo
hord not exactly the coolest or most challenging... but i'd welcome comments: fpaste.scsys.co.uk/557616 17:52
raschipi hord: needs more POD 17:53
hord and constants 17:53
El_Che timotimo: the repo has Centos7 and Fedora25 rpms (next to Debian 8, Ubuntu 16.04 and 16.10 debs) 17:55
El_Che timotimo: adding new OSes when tuits available and enough time 17:55
[Coke] buggable: eco ANSI
buggable [Coke], Found 4 results: Term::ANSIColor, Terminal::ANSIColor, RPi::Device::PiFace, IRC::TextColor. See modules.perl6.org/#q=ANSI
El_Che buggable: deb 17:57
buggable: eco
buggable El_Che, Out of 802 Ecosystem dists, 0 have warnings, 0 have errors, and 683 have no tags in META file. See modules.perl6.org/update.log for details
El_Che nice 17:57
timotimo huggable: deb 18:00
huggable timotimo, CentOS and Debian Rakudo packages: github.com/nxadm/rakudo-pkg/releases
El_Che can it be edited? Added Fedora and Debian yesterday 18:01
sena_kun there are 800+ modules already, wow.
timotimo but it already says "Debian" in there 18:02
i think you can literally just "huggable: deb :is: new text goes here"
El_Che let's try 18:04
El_Che huggable: deb :is: CentOS, Debian, Fedora and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases 18:04
huggable El_Che, Added deb as CentOS, Debian, Fedora and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases
El_Che deb
huggable: deb
huggable El_Che, CentOS, Debian, Fedora and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases
El_Che timotimo++
huggable: rpm :is: CentOS, Debian, Fedora and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases 18:05
huggable El_Che, Added rpm as CentOS, Debian, Fedora and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases
raschipi There's a bug in the Debian package: it's missing a link to perl6.org. Otherwise, nice package. 18:07
El_Che raschipi: you see example.com/no-uri-given ? 18:12
raschipi Yes, that should be changed.
El_Che raschipi: yes, that can be done. Although the packages are not "official", I guess no one would mine pointing to perl6.org? 18:13
raschipi Debian policy just says you put the pŕoject URl there. 18:14
AlexDaniel fwiw, rakudo 2016.12 will be in the next debian release 18:15
which is going to happen… soonish!
raschipi 2017.02 is in experimental, can't be uploaded to sid until the release. 18:17
El_Che I wonder if I should point the url to perl6 or to rakudo. I think that at this stage, perl6 makes more sense (and it links to rakudo) 18:19
raschipi What is it that's shipped with MoarVM that debian has to strip for licensing concerns before shipping? 18:21
ilmari raschipi: is there? I'd thought they'd just stripped the bundled libraries and link against the system ones 18:22
per debian policy
[ptc] raschipi: there already exists a libtommath library in Debian and they rearrange things to link to that 18:22
El_Che what completely makes sense of course 18:23
ilmari anonscm.debian.org/cgit/pkg-rakudo...DME.source
raschipi They had a bad time because of that in the past.
ilmari it's not actuallly about license, despite the 'dfsg' in the version number 18:24
mst raschipi: yeah, but they consider those to be bugs and prefer maintaining a single version of any given library
ilmari that's just the traditional term when removing things from the upstream tarball
raschipi Yeah, I thouth they used other string when repackaging for non-dfsg concerns. 18:26
It's useful when upstream ships a version Debian can use without repackaging because any signatures the developers put on it would still be valid. 18:27
El_Che (raschipi: rebuilding the packages) 18:29
raschipi It's also useful because when debian does a reproducible build with it, it would be valid for everyone. When Debian has to repackage, their Reproducible build isn't useful outside of debian.
El_Che for non-distro building are the included deps nice. No hunting around those is a win 18:30
raschipi Yes, but it would be nice to ship both...
Put the deps in secondary git trees, so it could be checked out without them. 18:33
raschipi u: 👁 18:56
unicodable6 raschipi, U+1F441 EYE [So] (👁)
AlexDaniel u: nose 18:57
unicodable6 AlexDaniel, U+2FD0 KANGXI RADICAL NOSE [So] (⿐)
AlexDaniel, U+1DA07 SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING [Mn] (◌𝨇)
AlexDaniel, 11 characters in total: gist.github.com/323983e04121b588c4...5458f63e5d
AlexDaniel 🐽? :o
raschipi 👁🐽👁 18:59
Geth doc: c52bbd6a9a | (Zoffix Znet)++ | doc/Programs/01-debugging.pod6
List trace pragma in Debugging
19:00
Geth doc: 6af76b90f8 | (Zoffix Znet)++ | doc/Type/Any.pod6
Remove trailing blank lines
19:12
geekosaur first radical beans, now radical noses?
Geth doc: d199f5ee38 | (Zoffix Znet)++ | doc/Type/Any.pod6
Document Any.minpairs/.maxpairs

Impl: github.com/rakudo/rakudo/commit/5927186d31 Tests: github.com/rakudo/rakudo/commit/8d06b8a13c
19:17
RabidGravy :-| 19:22
Geth doc: 26fb9ca14d | (Zoffix Znet)++ | doc/Type/Setty.pod6
Document Setty.maxpairs/.minpairs

Tests github.com/perl6/roast/commit/11626cb3e2
19:35
travis-ci Doc build passed. Zoffix Znet 'List trace pragma in Debugging' 19:44
travis-ci.org/perl6/doc/builds/213964765 github.com/perl6/doc/compare/689fc...2bbd6a9a88
travis-ci Doc build passed. Zoffix Znet 'Remove trailing blank lines' 19:55
travis-ci.org/perl6/doc/builds/213968774 github.com/perl6/doc/compare/c52bb...f76b90f8c8
travis-ci Doc build errored. Zoffix Znet 'Document Any.minpairs/.maxpairs 20:09
travis-ci.org/perl6/doc/builds/213970643 github.com/perl6/doc/compare/6af76...99f5ee3893
DrForr Hrm. How would I go about defining an equality operator on sets? multi infix:<==>( Math::Peano $a, Math::Peano $b){} seems to try to coerce $a to Numeric even though the class is defined. 20:28
El_Che is Perl 6 JIT 64-bit only or it it a rakudo star thing?
AlexDaniel El_Che: 64-bit only 20:29
skids Last I looked JIT was only on 64bit. But it's not a language-level restirction of course. 20:30
El_Che thx
travis-ci Doc build passed. Zoffix Znet 'Document Setty.maxpairs/.minpairs 20:31
travis-ci.org/perl6/doc/builds/213976247 github.com/perl6/doc/compare/d199f...fb9ca14d4a
timotimo DrForr: probably because the operator isn't available where things happen? 20:34
AlexDaniel m: class Peano { has $.x }; multi infix:<==>( Peano $a, Peano $b) { $a.x + $b.x }; say Peano.new(:5x) == Peano.new(:8x) 20:35
camelia 13
DrForr Oh, I probably need to export.
AlexDaniel generally it should work
DrForr Yep, export issue. 20:36
AlexDaniel \o/
DrForr ^5
timotimo ^5 20:37
AlexDaniel ^6 20:41
my range is bigger :P
DrForr Quit bragging. :) 20:42
AlexDaniel ok-ok 20:43
timotimo are we singers now?
AlexDaniel goes back to his bigger cave
SmokeMachine ugexe: is there a way to run zen --to=inst#./bla --depsonly install . and it install the deps on that dir even if the modules are already installed? 21:05
El_Che raschipi: github.com/nxadm/rakudo-pkg/releas...2017.03_02 <-- added perl6 url to the pkg info 21:07
ugexe SmokeMachine: Other than using `--force` not yet, but i've thought about it 22:31
SmokeMachine Is there any idea of using zef to do something like node's npm? 22:57
ugexe i dont know what you mean 23:01
SmokeMachine ugexe: I mean something like Carton 23:15
ugexe that doesnt tell me what you're looking for 23:17
SmokeMachine ugexe: id like to run: something install Heap --save; and that installs Heap into someplace inside my current dir and add Heap on META6.json's depends... run: something exec perl6 -MHeap -e 'say Heap.new: <q w e>'; and it run the code using the Heap installed inside the current dir... 23:32
SmokeMachine ugexe: something like this first prototype: github.com/FCO/6pm/blob/master/6pm 23:36
(I know, it's terrible, but I was just trying the idea...)
ugexe yeah thats the idea. there is just no -L flag to ignore repositories when doing a dependency lookup 23:38
yet anyway
SmokeMachine ? 23:39
ugexe for --install-to to install all depdencies 23:40
SmokeMachine ugexe: are there any idea to write something like that? Or to include something like that on zef? 23:47
ugexe sure. maybe you can beat me to it... it would only take 2 or 3 lines of code additions/edits I think. just have to find them 23:57