pugscode.org/ | nopaste: sial.org/pbot/perl6 | ?eval [~] <m oo se> | We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/
Set by diakopter on 11 July 2007.
00:01 masak left 00:05 aindilis joined
briansk1 masak - thanks 00:08
00:17 alester joined 00:19 briansk1 left 00:20 ispy_ joined 00:22 alester left 00:28 BinGOs left 00:30 DarkWolf84 joined 00:43 braceta joined 00:57 riffraff left
meppel-san good night 01:13
01:15 meppel-san left 01:23 toyam left 01:34 alester joined 01:43 jjore left 01:55 devogon left
pugs_svn r19459 | lwall++ | Add svn props 02:00
02:01 jrm_ left
TimToady @tell cosimo when you add a new file you want to run util/add-svn-props.sh on it; also, don't be afraid to use "svn mv" rather than "svn cp" or we'll end up with a lot of dupes... 02:04
lambdabot Consider it noted.
02:40 braceta left 02:51 __Ace__ left 02:58 ispy_ left
mncharity hi pmurias. re how is the backend progressing?, no so much. literally nothing yet. weekend went a different way. hoping for an hour or so later today, but that will be it. maybe mid/late next week. i will commit early/often. :/ 03:03
03:14 thoughtpolice joined 03:26 alester left
pugs_svn r19460 | putter++ | [kp6] ruby backend project, first checkin. 03:27
r19460 | putter++ | Emit/Ruby.pm is simply a copy of Emit/Perl5.pm.
r19460 | putter++ | docs/ruby_backend.txt has a bare-bones todo list.
mncharity so at least if anyone else wants to work on it, there's something there. next step is to tell script/kp6 there's a new backend, which anyone could do. 03:29
03:44 takanori_ joined 03:47 takanori left 03:54 ruoso left 04:08 Alias_ joined 04:17 aindilis left 04:34 alester joined 04:35 ofer left 04:41 Alias_ left 04:50 khaladan joined 05:20 ispy_ joined 05:25 Limbic_Region left 05:48 Khisanth left, Khisanth joined 05:56 kanru left 06:15 alester left 06:38 lyokato_ joined 06:49 japhb left 06:54 devogon joined 07:02 japhb joined 07:34 jjore joined 07:44 Aankhen`` joined 08:28 kanru joined 08:39 manfred joined, manfred_ joined, manfred left 08:44 jjore left 08:59 BinGOs joined 09:17 japhb left 09:19 japhb joined 09:24 cosimo joined 09:29 barney joined 09:32 alester joined 09:40 meppuru joined 09:51 toyam joined 09:57 alester left 10:10 DarkWolf84 left 10:17 cosimo left 10:34 alc joined 10:51 drrho joined
pugs_svn r19461 | pmurias++ | [kp-perlv6] the start of the MOP 10:56
wolverian heh, perlv6 10:57
11:42 toyam left 11:43 pmurias joined
pmurias typos-- 11:43
12:06 lyokato_ left 12:11 thoughtpolice left 12:12 lyokato_ joined 12:16 pmurias left 12:22 kanru left 12:29 devogon left 12:32 devogon joined 12:38 masak joined, kanru joined 12:57 ruoso joined 13:39 drrho left 13:41 barney left 13:51 icwiener joined 13:58 pmurias joined 14:00 riffraff joined
pmurias module don't have a prototype object, do they? (changing kp6) 14:03
* modules 14:04
ruoso pmurias, If they're accessible as objects, they must... 14:06
pmurias ruoso: example please? 14:07
an prototype for a module would be an undefined module instance, and i suppose only classes can have instances 14:08
ruoso pmurias, can you create a module dinamically? 14:13
I think so
where do you call new, if not in the prototype? 14:14
14:15 alc left
pmurias ruoso: you mean a ::Module prototype? 14:15
ruoso yep 14:16
14:17 lyokato_ left
pmurias fine then 14:17
14:21 xinming left
pmurias where should a perl5v6 backend specific MOP, written in Perl 6 live? 14:22
14:23 xinming joined
ruoso Runtime::Perl5V6? 14:23
ah... in Perl 6
good question... I think that is for fglock to answer
pugs_svn r19462 | pmurias++ | [kp6] 14:42
r19462 | pmurias++ | removed "class Main {}"
r19462 | pmurias++ | modules don't get prototypes
14:43 drrho joined 14:47 Alias_ joined 14:54 masak left
pugs_svn r19463 | pmurias++ | [kp6-perl5v6] MetaClass is default 14:58
r19464 | pmurias++ | [kp6-perl5v6] added examples to the MOP 15:05
15:09 blindfish joined 15:22 jhorwitz joined 15:23 chris2 joined 15:29 xinming_ joined, alester joined 15:34 cosimo joined 15:36 alester left 15:48 aindilis joined 15:49 xinming left 16:03 braceta joined 16:15 less_than_zero joined 16:20 ruoso left 16:21 drrho left, ruoso joined 16:39 IllvilJa left 17:01 kanru left
pugs_svn r19465 | cosimo++ | [t/spec/S29] Changed structure of directories to 17:24
r19465 | cosimo++ | to the current standard (t/spec/{syn}-{section}/{name}.t).
17:25 ruoso left 17:28 Schwern joined 17:30 rindolf joined
pugs_svn r19466 | fglock++ | [kp6-grammar] refactored prototype-method-call into a term 17:37
17:42 less_than_zero left 17:44 iblechbot joined 17:56 braceta left 18:00 lisppaste3 left
pmurias fglock: where should Perl5V6 Runtime written in Perl 6 live? 18:03
s/Runtime/runtime
i.e. the perl5v6 specific MOP written in perl5 18:07
18:10 rindolf left, lisppaste3 joined 18:14 toyam joined
pugs_svn r19467 | pmurias++ | [kp6-perl5v6] perl5v6 uses it's MOP 18:23
18:36 jjore joined 18:54 fglock joined
fglock pmurias: Runtime/Perl5V6, I guess 18:54
rhr in S29, Str.normalize defaults to NFD but Str.codes defaults to NFC, that's odd 18:56
also, should Str.ord fail by default, or choose one of the above defaults? 18:57
pmurias fglock: placed it there 18:58
19:00 manfred_ left 19:07 khaladan- joined 19:12 manfred joined 19:13 manfred is now known as manfred__ 19:14 Southen left 19:15 fglock left 19:16 rindolf joined 19:25 khaladan left, khaladan- is now known as khaladan 19:36 devogon_ joined 19:39 devogon left 19:55 BinGOs_ joined 19:57 ispy_ left 20:05 BinGOs left 20:13 BinGOs_ is now known as BinGOs 20:14 thoughtpolice joined 20:17 japhb_ joined 20:19 japhb left
pugs_svn r19468 | cosimo++ | [t/spec/S29] Added test for Str.samecase() function 20:20
r19469 | rhr++ | [Unicode.pm] always create Grapheme objects for codepoints that expand on NFD (is this correct?) 20:32
20:39 jferrero joined, Khisanth left 20:40 manfred__ left 20:43 rindolf left 20:59 Aankhen`` left 21:09 alester joined 21:10 Schwern left 21:23 blindfish left 21:37 Khisanth joined 21:47 IllvilJa joined 21:53 jferrero left 21:59 IllvilJa left
pugs_svn r19470 | cosimo++ | Removed test scripts that were copied in t/spec/S29-str/ to avoid duplicates 22:10
22:13 icwiener left
pugs_svn r19471 | cosimo++ | [t] Properly smartlink .bytes, .chars, .codes and .graph in length.t 22:14
22:25 Auzon joined 22:31 pmurias left
allbery_b grumbles, suddenly realizing why he can't build pugs --- sounds like package.conf selection is broken 22:31
22:32 Southen joined 22:35 Alias_ left
pugs_svn r19472 | rhr++ | [Unicode.pm] minor fixes 22:36
22:38 cosimo left 22:47 iblechbot left, chris2 left 22:57 cosimo joined 22:59 cosimo left
pugs_svn r19473 | cosimo++ | Added my favourite foodstuff to VICTUALS :-) 22:59
23:09 jhorwitz left 23:20 toyam left 23:28 devogon_ left 23:37 _sprocket_ joined 23:44 meppuru left 23:46 meppuru joined 23:54 jisom joined