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.
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
Quell away. 02:20
aufrank ingy: ping 03:24
aufrank audreyt: you around? 04:05
TimToady nice letter. 04:19
aufrank hey-- thanks :)
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 :)
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.
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
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
ingy aufrank: pong 12:18
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?
ingy hmmm 12:30
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
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
aufrank hi hi 14:58
aufrank seen audreyt? 16:22
jabbot aufrank: audreyt was seen 3 hours 26 minutes 18 seconds ago
ardder join #dot 16:35
azuroth ok!
azuroth hmm, maybe not 16:36
svnbot6 r10225 | lwall++ | More missing commas after closure args. 22:01
r10226 | lwall++ | Parens are not optional on C-style loop.
svnbot6 r10227 | lwall++ | C-style loop requires parens. 22:43
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
Toaster king prawn bucatini, baby 23:16
clkao summon audreyt 23:20