svn switch --relocate svn.openfoundry.org/pugs svn.pugscode.org/pugs/ | run.pugscode.org | spec.pugscode.org | paste: sial.org/pbot/perl6 | pugs.blogs.com
Set by avar on 16 November 2006.
00:07 meppl joined 00:24 mako132_ joined 00:38 mako132_ joined 00:51 weinig joined 00:54 miyagawa joined 01:00 lyokato joined 01:22 awwaiid joined 01:28 bonesss joined 01:30 vel joined 01:50 flw joined 01:59 nipotaway is now known as nipotan 02:21 Psyche^ joined 02:27 phpError joined 02:29 Psyche^ is now known as Patterner 02:46 BooK joined 02:49 vel joined 02:51 mindbender joined 03:18 froggero1 joined, avar is now known as rcwe, rcwe is now known as avar 03:42 sweinig joined 03:57 rintaro joined 04:17 justatheory joined 04:41 mako132_ joined 04:53 BooK joined 05:37 flw_ joined 05:55 kanru joined 05:57 BooK_ joined 06:06 vel joined, LeeD joined 06:09 Qiang joined 06:14 Lee__ joined 06:19 buetow joined 06:23 Lee__ joined, Lee__ is now known as LeeD 06:24 justatheory_ joined 06:26 BooK joined 06:33 sri_ joined 07:16 drrho joined 07:18 jumble joined
jumble hello? 07:19
07:25 phpError joined 07:34 iblechbot joined
shadowspar 'lo? 07:40
07:42 phpError joined 08:38 neonse joined 09:08 mj41 joined, theorbtwo joined, ashelyb_ joined, lambdabot joined, bcorn joined, pdcawley joined, lumi joined, pnu joined, rafl_ joined, cmeyer joined 09:11 lambdabot joined 09:12 lambdabot joined 09:44 elmex joined 09:54 ruoso joined 09:56 marmic joined 10:02 andara joined 10:04 Coleoid joined 10:05 Lee__ joined 10:09 buetow joined 10:11 Coleoid is now known as Coleoid_ 10:12 Coleoid_ is now known as Coleoid 10:16 marmic joined 10:18 cj joined 10:30 terjek joined, terjek left 10:38 tuxtoti joined, tuxtoti left 10:42 ludan joined 11:19 nipotan is now known as nipotaway 11:25 ruoso joined 11:29 Lee__ joined 11:31 dduncan left 11:34 mdiep_ joined 11:46 iblechbot joined 12:09 chris2 joined 12:25 DebolazX joined 12:31 ofer1 joined 12:42 lumi joined 13:07 Limbic_Region joined 13:44 gnuvince joined 14:22 sweinig is now known as sweinig_, sweinig_ is now known as sweinig 14:27 bonesss joined 14:34 melllwa joined 15:04 sweinig is now known as sweinig|away 15:22 vel joined 15:26 vel joined 15:29 Lorn_ is now known as Lorn 15:31 kanru joined 15:32 cjeris joined 15:41 ashleyb joined
Tene So, has Net::IRC::OO ever worked at all? 15:51
There's some stuff in here that just looks kind of strange. 15:52
15:53 hexmode joined 16:03 xinming joined
audreyt I don't think it ever worked, no :) 16:03
Tene 'kay, this makes more sense now. 16:05
Limbic_Region audreyt - you are aware of the test that hangs (forever) preventing smokes from completing right?
audreyt no, please flunk them as appropriate
Limbic_Region explain flunk 16:06
16:06 KingDiamond joined
Limbic_Region the test is documented to hang 16:06
audreyt Test::flunk() is unconditional failure
Limbic_Region t/perl5/modify_inside_p5_p6.t
heh
audreyt so comment it out and flunk it for now?
Limbic_Region I wasn't even thinking of flunk in terms of "I flunked a test" but as some jargon that meant something I didn't understand 16:07
Tene It runs now, but eats 100% cpu.
audreyt the ADSL people finally figured things out; I'll have proper net next week, hurray.
Limbic_Region wooot
Tene - I assume you are talking about Net::IRC::OO and not the test I am talking about?
Tene You are correct. 16:08
Limbic_Region audreyt - what is the prototype for flunk() 16:09
sub flunk (Str $desc?, :$todo, :$depends) returns Bool is export { 16:10
nevermind - found it
ok, uploading now 16:12
svnbot6 r14855 | Limbic_Region++ | Per audreyt++ flunking this test so smokes do not hang 16:13
16:17 avar joined
Tene One problem here is very strange... 16:20
16:21 AkonD joined 16:22 rgs is now known as aigrrgs
Tene class Net::IRC::OO has Str $.nick is rw. 16:23
submethod BUILD has Str $.nick in the prototype
but if I try to refer to $.nick inside of BUILD, I get *** No compatible subroutine found: "&nick"
TimToady you must use $!nick in a BUILD, not $.nick. 16:25
BUILD routines should not be calling virtual methods.
Tene Oh, right. I was just reading that in the spec, but didn't make the connection... 16:26
TimToady on the other hand, I'm not sure that part of the spec is implemented, so something else might be going on...
can't tell until my pet peeve gets fixed...
Tene and what is that?
TimToady every time it says "No compatible subroutine found" I want to ask "compatible with what?" 16:27
Tene the trivial test case submethod BUILD (Str $.foo) { $.foo.say;} works without problem. 16:28
16:29 araujo joined
Tene I can't see the difference... yet. 16:30
TimToady something to do with the rw probably. 16:35
Tene Maybe. 16:36
using $!nick works, though.
TimToady maybe the rw makes it autogen a different method that hides the one that works. 16:37
16:37 rhizo joined
Tene using rw in the test case too, though. 16:40
16:40 cjeris joined, mj41 joined, theorbtwo joined, bcorn joined, pdcawley joined, pnu joined, rafl_ joined, cmeyer joined
TimToady is there a derived class involved? that could slurp up a virtual method away from this class. 16:42
and then fail to bind properly
16:43 buetow joined 16:45 dmq joined
Tene No, no derived classes. 16:45
16:45 justatheory joined
Tene I'll look at it a bit more after I get this cleaned up a bit. 16:48
16:55 thepler joined
Tene Hmm. these method calls seem to not actually be doing anything. 17:16
17:17 cjeris joined, mj41 joined, theorbtwo joined, bcorn joined, pdcawley joined, pnu joined, rafl_ joined, cmeyer joined 17:36 neonse left 17:45 scsibug_ joined 17:47 ofer0 joined 18:06 NetIrcOO joined
Tene It works now. 18:06
svnbot6 r14856 | tene++ | Net::IRC::OO works now. 18:11
r14856 | tene++ | Still needs cleaning up, but basic functionality works.
18:21 scsibug_ is now known as scsibug 18:29 aigrrgs is now known as rgs 18:30 Lee__ joined 18:42 phpError joined 18:59 bernhard joined 19:17 Psyche^ joined 19:22 dmq left 19:24 bonesss joined 19:32 Psyche^ is now known as Patterner 19:39 neonse joined, hexmode joined 19:43 foo\ joined 20:26 buetow joined
kolibrie seen fglock 20:26
jabbot kolibrie: fglock was seen 2 days 3 hours 54 minutes 4 seconds ago
20:27 bonesss joined
kolibrie anyone know when he'll reappear? He's usually pretty consistent at logging in every day. 20:27
20:28 sweinig joined 20:35 Jayce^ joined 20:48 sweinig is now known as sweinig_, sweinig_ is now known as sweinig 21:05 weinig joined 21:19 pmurias joined 21:21 Aankhen`` joined
pmurias kolibrie: he usualy appears when there is a commit on the way, maybe he is preparing something big :) 21:21
kolibrie pmurias: perhaps
I think he was working on the MiniPerl6 parrot emitter 21:22
21:58 Limbic_Region joined 22:07 weinig is now known as weinig|bbl 22:19 buetow joined 22:26 lisppaste3 joined 22:27 gnuvince joined 22:33 marmic joined 22:34 stevan__ is now known as stevan 22:48 polettix joined 23:04 BooK_ joined 23:05 poyt joined 23:06 poyt left 23:13 dduncan joined 23:34 mdiep joined 23:41 BooK joined 23:46 phpError joined