pugs.blogs.com | pugscode.org | pugs.kwiki.org | paste: sial.org/pbot/perl6 | <stevan> Moose... it's the new Camel ":P | .pmc == PPI source filters!
Set by Alias_ on 16 March 2006.
00:02 ruoso joined 00:13 Quell joined
avar ?eval: multi sub postfix:<!> (Int $n) { [*] ^$n »++} 5! 00:21
evalbot_10184 Error: unexpected " " expecting "::"
avar ?eval multi sub postfix:<!> (Int $n) { [*] ^$n »++} 5!
evalbot_10184 Error: unexpected "\\" expecting comment, operator, ":", ",", postfix conditional, postfix loop, postfix iteration, ";" or "}"
avar ?eval multi sub postfix:<!> (Int $n) { [*] (^$n »++)} 5!
evalbot_10184 Error: unexpected "\\" expecting comment, operator or ")"
avar ?eval (1,2,3) »++ 00:22
evalbot_10184 Error: unexpected "\\" expecting comment, operator, postfix conditional, postfix loop, postfix iteration, ";" or end of input
00:25 neoesque joined 00:27 pike joined 00:31 pike left 00:40 justatheory joined 00:51 FurnaceBoy is now known as FB|afk 01:00 froh-doh is now known as frodo, frodo is now known as froh-doh 01:42 jserv-- joined 01:57 Khisanth joined 02:03 Khisanth joined 02:12 FB|afk is now known as FurnaceBoy 02:14 neoesque joined
Quell away. 02:20
02:28 mako132_ joined, stevan__ joined 02:33 dduncan left 02:35 jiing__ joined 03:14 aufrank joined 03:22 FurnaceBoy_ joined
aufrank ingy: ping 03:24
03:25 Steve_p left
aufrank audreyt: you around? 04:05
TimToady nice letter. 04:19
aufrank hey-- thanks :)
04:20 luqui joined, luqui left
aufrank the archives linked to in the PDL FAQ don't have any messages after 2004, so I wasn't able to get any sense ahead of time about what's going on in PDL development right now 04:21
so I had to sort of cold call them
good to know it came out alright :)
04:29 weinig is now known as weinig|sleep 04:37 neoesque joined 04:40 mako132_ joined
TimToady audreyt, patrick: when we derive a new grammar on the fly, we need some way of deriving the bits of grammar that are in hashes like %statement_control. 04:44
I wonder if <%.statement_control> is sufficient...
Or whether we need some official way of wrapping a parent class's hash and adding extra values. 04:45
virtualizing the % name is a step in the right direction, but I'm not sure how one would go about memoizing that... 04:46
and one would have to be very careful to keep consistent longest token semantics even with <%.statement_control|%.prefix|%.term> 04:48
since there's no guarantee that the longest token comes from the most derived grammar.
04:51 justatheory joined 05:03 KingDiamond joined 05:17 jserv-- joined 05:40 chovy joined 05:44 jserv-- joined 06:18 chovy left 06:29 Aankhen`` joined 06:31 DaGo joined 06:33 theorbtwo joined 06:34 macroron joined 06:48 iblechbot joined 07:18 marmic joined 07:38 penk joined 08:11 r0nny joined, KingDiamond joined, p5evalbot joined 08:12 xerox joined 08:14 drrho joined 08:20 lisppaste3 joined 08:28 ardder joined 08:43 luqui joined, luqui left 09:02 jsiracusa joined, nnunley joined 09:06 chris2 joined 09:07 nnunley_ joined 09:20 kiran joined 09:22 kiran is now known as mkirank 09:43 rafl joined 09:44 rafl joined
nnunley Wee. FPS has been incorperated into the Haskell base 1.0 09:55
theorbtwo Wow, that's horrible. The first thing that came to my mind was the FPS easter egg in some versions of MS Office. 09:56
nnunley grins. 09:58
10:12 lichtkind joined
nnunley Pain. I guess it means that we need to generate different cabal files for folks using bleeding edge ghc 10:15
Or maybe it's just me. ;) 10:16
11:04 chris2 joined 11:08 Southen joined 11:12 elmex joined 11:15 TimToady joined 11:39 flounder99 joined 11:45 flounder99 joined 11:48 trampel joined 12:09 iblechbot joined 12:17 kolibrie joined
ingy aufrank: pong 12:18
12:18 pdcawley joined
aufrank pong! 12:21
ingy aufrank: you pang? 12:24
aufrank yeah, I wanted to hash out some of the things from the email before I sent the emai; 12:25
s/;/l/
but no one was around, so I just sent it off anyway
did you get it?
12:26 liet_ joined 12:29 Limbic_Region joined
ingy hmmm 12:30
12:31 alexe joined
aufrank hmmm you didn't get it, or hmm there's something fishy going on here? 12:33
I guess there are other hmmms, too 12:34
liet_ aufrank: there's a hmmm that's like "ping" or "sync" too ;) 12:37
aufrank indeed 12:40
flounder99 ?eval my $foo = 'bar';$foo.reverse; 12:53
evalbot_10184 "rab"
flounder99 so far so good 12:54
?eval my $foo='bar';$foo.reverse.reverse;
evalbot_10184 "rab"
Arathorn noo
flounder99 ?eval my $foo='bar';$foo.reverse.reverse.uc;
evalbot_10184 "RAB"
flounder99 it gets worse 12:55
?eval my $foo='bar';$foo.reverse.uc.reverse;
evalbot_10184 "BAR"
flounder99 ?eval $foo='bar';$foo .=reverse.uc.reverse;$foo; 12:56
evalbot_10184 Error: Undeclared variable: "$foo"
flounder99 ?eval my $foo='bar';$foo .=reverse.uc.reverse;$foo; 12:57
evalbot_10184 \"rab"
flounder99 ?eval my $foo='123';$foo=$foo.reverse.uc.reverse;$foo; 12:58
evalbot_10184 \"123"
flounder99 ?eval my $foo='abc';$foo=$foo.reverse.uc.reverse;$foo; 12:59
evalbot_10184 \"ABC"
flounder99 I'm trying to figure out if it is &infix:<.> ".=" or "reverse" that is acting up 13:00
reading haskell was making my head hurt 13:02
aufrank ingy: I've got to get ready for work and head in. I'll be around within an hour or so if you want to talk in channel. otherwise, I hope I'll get a mail from you :) 13:06
13:15 cognominal_ joined 13:39 Qiang joined 13:40 Ymmv joined 13:49 Southen_ joined 14:01 justatheory joined 14:04 jserv-- joined 14:09 hexmode joined 14:10 masak left 14:15 FurnaceBoy joined 14:18 alexe left 14:19 flounder99 joined 14:21 weinig|sleep is now known as weinig 14:37 vel joined 14:44 hexmode` joined
clkao ingy, audreyt yaml and yaml::syck don't agree on hash values with newlines. yaml can't read the one yaml::syck generates 14:49
obra clkao: you on 0.44 yet? 14:52
clkao i don't know, maybe not 14:54
xinming clkao: did you read me "bug-report" ? :-/ 14:55
clkao: In #svk
clkao not yet, hang on. i just had lots of visa hate
wasted 5 hours
obra :/
clkao (yes, i did get a 2-month visa afterall) 14:56
obra 2 month US visa?
clkao european 14:57
xinming clkao: hmm, could you please read it first? I wonder if anyone has reported it. Or, It is already fixed in svn repository of svk... If so, I'll use the svn version... :-)
obra ah. neat.
clkao i did get two bugs fix in the fscking room with 60 other people
14:57 aufrank joined
aufrank hi hi 14:58
15:02 lichtkind joined 15:10 turrepurre joined 15:17 neoesque joined 15:45 macroron joined 16:14 weinig_ joined
aufrank seen audreyt? 16:22
jabbot aufrank: audreyt was seen 3 hours 26 minutes 18 seconds ago
16:30 weinig_ is now known as weinig 16:33 trampel left
ardder join #dot 16:35
azuroth ok!
16:36 jlhamilton joined
azuroth hmm, maybe not 16:36
16:45 vel joined 16:49 ghenry joined 16:51 obra_work joined, obra_work left 17:03 aufrank joined 17:06 Arathorn is now known as Aragone 17:12 theorbtwo joined 17:14 Aankh|Clone joined 17:27 jlhamilton left 17:35 theorbtwo joined 18:27 KingDiamond joined 19:23 aufrank joined 19:25 dduncan joined 19:26 eal joined 19:29 vel joined 19:35 elmex joined 19:37 cognominal joined 19:56 larsen joined 20:00 weinig joined 20:03 integral joined 20:07 cognominal joined 20:14 lichtkind joined 20:15 cognominal joined 20:20 FurnaceBoy is now known as FB|afk 20:25 dduncan left 20:38 Limbic_Region joined, dduncan joined 20:39 aufrank joined 20:41 zgh joined 20:52 FB|afk is now known as FurnaceBoy 21:17 r0nny joined 21:18 integral_ joined 21:20 DaGo joined 21:44 ruoso joined 22:01 rlp left
svnbot6 r10225 | lwall++ | More missing commas after closure args. 22:01
r10226 | lwall++ | Parens are not optional on C-style loop.
22:17 macli joined 22:22 borkened joined 22:38 aufrank joined
svnbot6 r10227 | lwall++ | C-style loop requires parens. 22:43
22:45 _SamB_ joined 22:51 jsiracusa joined
svnbot6 r10228 | lwall++ | C-style loop requires parens. 22:58
r10229 | Darren_Duncan++ | ext/Relation/ : updated the Relation class to be composed of Sets rather than Junctions ; added new status methods [heading, body, size, exists] ; added new generic relational operator 'rename' 23:04
23:06 _SamB_ is now known as SamB
Toaster king prawn bucatini, baby 23:16
clkao summon audreyt 23:20
23:31 dduncan left 23:46 cjn left 23:56 kanru joined