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.
nothingmuch nothingmuch.woobling.org/constructi...f,graffle} 00:26
lambdabot nothingmuch.woobling.org/constructi...f,graffle}
wolverian looks at lambdabot 00:27
anatolyv ?eval 2+2 00:36
evalbot_r14789 4
anatolyv ok.
just checking. 00:37
nothingmuch pdf updated 00:45
now covers cloning
@tell audreyt please comment on nothingmuch.woobling.org/constructi...zation.pdf (also has .graffle) 00:46
lambdabot Consider it noted.
anatolyv ?seen TimToady 00:47
lambdabot TimToady is in #perl6. I don't know when TimToady last spoke.
nothingmuch zzz & 00:54
svnbot6 r14790 | fglock++ | MP6 - version 0.002 01:06
r14790 | fglock++ | - fixed array expansion in 'for @x {...}'
r14790 | fglock++ | - type annotations 'my Int $x'
buu evalbot_r14789: join #perl 04:38
hrm
Daveman :P 04:39
buu Stop stalking me! 04:45
gaal moosniolkity 09:43
nothingmuch @seen bsb 10:24
lambdabot I saw bsb leaving #perl6 2d 3h 15m 2s ago, and .
anatolyv ?seen TimToady 10:33
lambdabot TimToady is in #perl6. I don't know when TimToady last spoke.
nothingmuch hola dmq 12:48
dmq hi nm.
@messages 12:49
lambdabot You don't have any new messages.
dmq anybody care to offen an opinion on whether the pattern in this code should match? : $str="abcdef"; pos($str)=1; $str=~/.\G(..)/g 12:50
nothingmuch @tell audreyt MO::Compile::Abstract::Classs isgetting a sub filter_composition_failures { 12:52
lambdabot Consider it noted.
nothingmuch @tell audreyt this is used at the latest possible time (constructing responder interfaces) to die on conflicts... this works with a new role, MO::Compile::CompositionFailure, which provides a method is_composition_failure (Attached items delegate this) 12:53
lambdabot Consider it noted.
gaal @hoogle Bool -> a -> Maybe a 14:13
lambdabot No matches, try a more general search
gaal durn. surely there's golfage to apply to: 14:14
return $ if somecond then Nothing else Just something
this and the varaint with somecond negated occur a few times. I wonder what's a good name though. 14:19
condMaybe maybe? 14:20
anyway, I don't know why this is broken:
?eval Pugs::Internals::emit_yaml(42)
evalbot_r14790 Error: Unsafe function 'Pugs::Internals::emit_yaml' called under safe mode 14:20
gaal brrr
stack overflow, anyway.
.oO(why did I make emit_yaml unsafe?)
14:21
avar yaml should not be unsafe.. 14:24
don't you mean the syntax tree?
gaal avar: emit_yaml isn't .yaml; yes, it emits the syntax tree in yaml form 14:47
like :D in the interactive pugs but yamlized
i suppose we have a bug in hssyck for recursive structures
will track later today
Daveman Hi gaal :) 14:49
avar is there some inline =for in p6pod? say for "=for profanity curses, curses! =end that annoyes me" 15:22
i.e. something to mark up text inside paragraphs without breaking flow 15:24
pmurias fglock: does util/build-perl5.sh use the old v6.pm or MiniPerl6 itself? 16:17
i guess so, anyway i got deep recursion error when i tried i probably shouldn't have touched it 16:31
pmurias s/i guess/i guess the former/ 19:21
nothingmuch clkao: ping 20:12
clkao: i can't see any effect from forget_unlocal in import 20:15
if i manuallhy call ->import then yes 20:16
but not in use foo
salty-horse bar-ilan university in israel are now including haskell in one of their courses. yay! 22:27
pancake how can I convert a PMC to Int? 23:05
pancake done 23:28