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.
Alias_ seen audreyt? 03:46
pfenwick waves to Alias. 03:47
Alias_ waves back 03:48
Let me work out how much I owe you
sigh, overloady day 03:49
Everything blows up at once
pfenwick Alias: Feel free to take your time and do things by e-mail. There's no rush.
Alias_ sure
Just wanted to do it before the end of the financial year, so I don't have to pay tax on it
Although that's probably not a large problem 03:50
pfenwick laughs!
Alias_ Well, you'll do quite well out of this job once it's over
Just not necesarily in this first invoice 03:51
unobe ?eval ?"1" ~~ /^<Int>$/ 05:23
evalbot_10586 *** Cannot parse PGE: ^<Int>$ *** Error: Name 'Int' not found Match.new( ok => Bool::False, from => 0, to => 0, str => "", sub_pos => (), sub_named => {} )
unobe ?eval ?("1" ~~ /^<Int>$/) 05:25
evalbot_10586 *** Cannot parse PGE: ^<Int>$ *** Error: Name 'Int' not found Bool::False
Alias_ ponders evalling while ( 1 ) { } 05:26
Can you DOS the bot? :)
unobe not that daring :) 05:31
Alias_ ditto 05:32
I figure it's either trivial or impossible
unobe i'm trying to figure out why some of the smoke tests are failing for my build. 05:33
the above evaluations just makes pugs segfault 05:34
i haven't updated parrot in a bit, so i'm going to try that
svnbot6 r10587 | spinclad++ | * JudyHSIter: now passes! all five functions tested... (no guarantee of complete coverage, though). 06:33
r10587 | spinclad++ | "Ship it!"
spinclad (re JudyHSIter: it's odd... iter is acting like the hash layer isn't active (always hash to 0?): 06:37
spinclad running the test program with input of README, say, it sorts the lines by length and then by string. must investigate.) 06:39
spinclad sleeps now & 06:40
marcus_ You don't have permission to access /~magonzal/packages/pugs-r10409.dmg on this server. :-/ 07:39
gaal Alias_: look: 07:57
Alias_ ?
gaal ?eval loop {}
evalbot_10587 (no output) 07:57
gaal you can't DOS the bot that easily :)
Alias_ What about it you also increment a variable in the loop :) 07:58
Such as the perl 5 C< while ( 1 ) { $_++ } > one
gaal go ahead
Alias_ ok, later
Too busy right now, shouldn't even be talking
gaal no worries, that's covered.
Alias_ Just lurking for Audrey and TimToady
gaal it's RAM and CPU limited. 07:59
Alias_ ok
neat
marcus_ goa head 08:02
unobe marcus_: ping 08:38
try www.unobe.com/packages/ 08:39
marcus_ mm 08:44
yay, works 08:45
ludan ciao 16:50
fourier hello 23:54
?eval my $str = "abracadabra"; if $str ~~ m:exhaustive/ a (.*) a / { say "@()"; }
evalbot_10587 OUTPUT[@() ] Bool::True
fourier ?eval my $str = "abracadabra"; if $str ~~ m:overlap/ a (.*) a / { @substrings = @@(); } 23:55
evalbot_10587 Error: unexpected "@" expecting "::"