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.
cmarcelo nothingmuch: nice diagram.. (constr_destru_seri.pdf) /me wonders when Dia will get near graffle... 00:10
cmarcelo @tell nothingmuch In MO/Compile/Attribute/Simple/Compiled.pm, line 94. looks like it's $self->slot instead of $slot... 00:46
lambdabot Consider it noted.
cmarcelo @tell nothingmuch where's Generate::PMC ? 00:52
lambdabot Consider it noted.
offby1 considers it noted 00:56
Debolaz reads up on the license debate around pugs. 01:02
cognominal "coffee fifo fumble" ~~ m/ $<effs>:=[f <-[f]>**{1..2} \s*]+ /; 01:04
say $<effs>; # prints "fee fifo fum"
offby1 's head hurts
must be a newer pugs than what I got 01:05
cognominal the <-[-f]> should probably read \S
...in S05
hum, and that would print "ffee fifo fum" 01:07
Someday I wikk be able to read S05 in one sitting 01:09
s/wikk/will/
nothingmuch cmarcelo: nothingmuch.woobling.org/Generate-PMC 01:12
lambdabot nothingmuch: You have 2 new messages. '/msg lambdabot @messages' to read them.
Title: Index of /Generate-PMC
nothingmuch @messages
lambdabot cmarcelo said 26m 36s ago: In MO/Compile/Attribute/Simple/Compiled.pm, line 94. looks like it's $self->slot instead of $slot...
cmarcelo said 19m 55s ago: where's Generate::PMC ?
nothingmuch cmarcelo: the $slot thing -- please see sub slot right above it, line 79 01:13
cmarcelo nothingmuch: ok. but $self->slot gets to the sub in 79, dont? 01:57
nothingmuch yes 02:03
it's just shorthand for ( $self->slots )[0]
but it also dies if there are too many 02:04
cmarcelo ok. the tests were not working because the line was $slot instead of $self->slot... 02:06
svnbot6 r14839 | Darren_Duncan++ | ext/Set-Relation/ : added (docs for) the generic tclose (transitive closure) unary relational operator, which takes a binary relation representing all arcs in a graph and derives a binary relation representing all paths in that graph ... useful for recursive queries like explosion-of-parts 02:31
Debolaz Is there a hg mirror of pugs? (I'm asking because I'll probably set one up if there isn't) 04:10
araujo mmm... 06:29
Could anybody help me translating part of this?
www.cyut.edu.tw/~ckhung/b/pr/expression.php
:-)
lambdabot Title: 􏿽xB9B􏿽xBA⦡, tinyurl.com/yj7fbj
xnito what is the error message you get? 07:00
araujo xnito, ? 07:03
xnito i cant see the error
araujo it isn't an error 07:04
xnito, it is just a small article about postfix notation
but it is on chinese
so since i know some chinese speakers hang around the channel, i ask for some help to translate a part of it. 07:05
online translators stink :-P
offby1 google's translation thing _claims_ to be able to translate it, but does absolutely nothing 07:06
araujo probably it's because of .php?
offby1 beats me 07:07
xnito my perl distribution doesnt load. :( 07:08
the file
message: perl has generated an error 07:09
araujo ? 07:12
nothingmuch morning 08:50
gaal hey nothingmuch. remember that lisp-in-c cps/stack hackery paper? still got that link? 09:40
nothingmuch home.pipeline.com/~hbaker1/CheneyMTA.html 09:45
lambdabot Title: Cheney on the M.T.A., tinyurl.com/purol
nothingmuch gaal: moose!
svnbot6 r14840 | fglock++ | MP6-parrot - autogenerated accessors, class variables, method calls 10:22
anatolyv morning nothingmuch 10:50
cmarcelo nothingmuch: re $slot: the repo is right, but my darcs "misbehaved" yesterday, after the pull it indicated conflicts, which I just reverted and gave wrong code.. 11:05
nothingmuch oh! 11:14
when that happens run 'darcs repair' to make sure everything is OK
then unpull a bunch of patches, like the last 5
revert carefully
and repull
that tends to sort anything out without needing to think too much
cmarcelo thanks. I'm a little busy these days but I'm trying to grok your base_roles.txt 11:17
nothingmuch it's an implementation of the STD methods
like .new, .clone, etc
in terms of autogenerated metaness
not 100% correct for p6 since that uses prototype objects 11:18
but for a class driven meta model i think it's pretty good
cmarcelo nice.. oh, did you and fglock got something done on mp6 MO? 11:20
nothingmuch not that I know of 11:21
i gave him some info
and he checked in r14840 which could potentially use that
but I don't know if it actually does or any details for that matter
anatolyv anyone has any idea where unspace is allowed in p6? 11:35
that is, $foo\ .[something] is legal, but is $fo\ o = something? 11:36
Juerd Good question. I don't know. 11:55
nothingmuch @tell cmarcelo Since you had trouble finding Generate::PMC i set this up: nothingmuch.woobling.org/cgi-bin/darcs.cgi (linked from my homepage) 13:46
lambdabot Consider it noted.
svnbot6 r14841 | pmurias++ | MP6: initial implementation of a build system, does no modification date checking 15:35
r14841 | pmurias++ | or automating testing yet, uses the shell heavily
fglock pmurias: maybe you should use mp6-perl5-boot.pl instead of mp6-perl5-v6.pl 16:01
svnbot6 r14842 | pmurias++ | MP6: fixed path in make-perl5.pl
pmurias fglock: hi! 16:30
changed, the second commit is less b0rked, but it failes to compile the whole lib/ for me 16:31
is it a problem with the compilation method or the code itself? 16:32
(using mp6-perl5-boot.pl now)
fglock pmurias: the perl5 runtime files are not mp6 - that's a possible problem 16:34
pmurias i don't understand... 16:35
s/.*/explain more please/
fglock lib/MiniPerl6/Perl5/Runtime.pm and lib/MiniPerl6/Perl5/Match.pm don't need to be compiled 16:36
they are native perl5
pmurias thanks 16:39
anatolyv TimToady: thanks for the clarification on unspace :) 18:44
nothingmuch TimToady: now you can clarify the closure issues ;-) 18:49
nothingmuch see you guys sunday 20:03
rindolf nothingmuch: bye! 20:04
nothingmuch: are you going?
nothingmuch: or are you saying bye to the Americans?
nothingmuch hiking 20:05
thanksgiving weekend is not like interdimensional travel.. i doubt the americans really need to be parted from ;-) 20:06
rindolf nothingmuch: where are you hiking to? 20:08
nothingmuch israel trail 20:11
dunno to where, do know from where
rindolf nothingmuch: I see.
nothingmuch: from where then?
nothingmuch zeharia
rindolf nothingmuch: OK.
Nice. 20:12
cognominal what is the pugs equivalent of the x command in perldb? 21:19
ok, the .perl method is an good equivalent 21:21
gaal cognominal: .yaml is the alternative 21:50
gnuvince yaml++ 21:51
rindolf Hi gaal 21:53
gaal: what's up?
gaal: how much did the OED cost you? The Amazon list price is $999. 21:54
Good thing it's not a 4-digit number.
offby1 years ago you could get the two-volume-with-the-magnifying-glass edition from the Book of the Month Club for like $30 21:57
rindolf They still sell it on Amazon. 21:58
offby1 golly! 21:59
smash_ good evening 22:12
offby1 good afternoon 22:13
cognominal thx gaal 22:35
anatolyv nothingmuch: have a nice hike, if you're still around 23:05