|
Parrot 1.9.0 "Blue-fronted Amazon" released! | parrot.org | Roadmap: icanhaz.com/parrotroadmap | Latest modified TT's: icanhaz.com/parrotbugs Set by moderator on 16 December 2009. |
|||
| cotto | merry Christmas, bacek! | 00:08 | |
| well, not for Australia anymore. ;) | |||
|
00:27
theory joined
01:08
integral joined
02:21
patspam joined
|
|||
| GeJ | Good morning everyone. | 03:08 | |
| Merry Christmas! | |||
| purl | o/` I brought these gifts for you, they're up in xantus_'s bum o/` | ||
|
04:53
crops joined
|
|||
| dukeleto | 'ello | 05:00 | |
| has anybody made a syntax highlighter for NQP in vim? | |||
| japhb | A Perl 6 one should work ... aside from maybe Q:PIR | 05:08 | |
| dukeleto | japhb: and what about := ? | 06:02 | |
| japhb | dukeleto, := is from Perl 6 as well. | ||
| (so if perl6.vim doesn't handle it, it's in need of a bug fix :-) | 06:03 | ||
| dukeleto | japhb: thanks for the clarification | 06:04 | |
| japhb | np | 06:24 | |
|
07:06
Patterner joined
|
|||
| japhb | dukeleto, I believe that the current t/03-util.t in Plumage should be well enough laid out to make it easy to produce the list of untested functions / globals. Unfortunately, I must go to bed before I fall over -- but if you could produce that list and attach it to TT #1389, that would be most excellent. | 07:06 | |
| cotto | actually, an nqp-specific one would be nice. The Perl 6 hilighter is slow. | 07:31 | |
| It's nice to see that basically nothing happened here today. | 07:56 | ||
| Too much coding on Christmas isn't proper. | 07:57 | ||
|
08:05
iblechbot joined
|
|||
| dalek | tracwiki: v13 | cotto++ | CottoTasklist | 08:32 | |
| tracwiki: trac.parrot.org/parrot/wiki/CottoTa...ction=diff | |||
|
08:47
integral joined
09:22
fperrad joined
09:58
bacek joined
11:31
lucian joined
11:45
Tene joined
13:00
joeri joined
13:29
payload joined
14:16
patspam joined
14:55
lucian joined
15:01
Psyche^ joined
15:15
Zak joined
15:18
PacoLinux joined
15:22
zak_ joined
15:23
xenoterracide joined
|
|||
| Coke waves, briefly. | 15:37 | ||
| dalek | rrot: r43245 | coke++ | branches/pirc_config: branch for adding a --pirc option to configure.pl |
15:51 | |
| rrot: r43246 | coke++ | branches/pirc_config (9 files): first pass. adds --pirc=(pirc|imcc) and has that set a -Define; |
|||
|
15:59
Psyche^ joined
16:08
xenoterracide joined
16:09
payload joined
16:18
JimmyZ joined,
kid51 joined
|
|||
| kid51 | I'm experiencing a problem with t/compilers/pge/pge_examples.t in trunk. | 16:38 | |
| When I run it by itself with prove -v, it PASSes | 16:39 | ||
| But when I run it as part of a smoke test, I'm getting a FAIL. | |||
| nopaste | "kid51" at 67.240.249.240 pasted "t/compilers/pge/pge_examples.t fails during make test" (27 lines) at nopaste.snit.ch/19173 | 16:42 | |
| kid51 | This problem persists despite 'make realclean;svn up;perl Configure.pl' | ||
| cotto | I've seen that too. I forgot to file a ticket. | 16:45 | |
|
16:50
JimmyZ joined
|
|||
| JimmyZ | Is there something wrong with my patch? | 16:50 | |
| good night, #parrot | 16:53 | ||
| dalek | TT #1393 created by jkeenan++: t/compilers/pge/pge_examples.t: PASS by itself, FAIL during 'make smoke' | 17:02 | |
|
17:03
payload1 joined,
joeri joined
17:08
iblechbot joined
|
|||
| cotto | Coke, it looks like the parallel build is broken. | 17:10 | |
| dalek | rrot: r43247 | cotto++ | trunk/config/gen/makefiles/pirc.in: [pirc] define LEX and YACC as appropriate |
17:12 | |
| rrot: r43248 | fperrad++ | trunk/runtime/parrot/library/distutils.pir: [distutils] add changelog & copyright (debian) |
17:29 | ||
| rrot: r43249 | jkeenan++ | trunk/config/gen/makefiles/dynpmc_pl.in: Delete apparently unneeded inline comment per ļæ½trac.parrot.org/parrot/ticket/288. |
|||
|
17:30
Piper joined
|
|||
| Piper | Hi there. I am Piper. I am now publicly logging this channel. If you don't want to be logged, please leave now. | 17:30 | |
| dalek | TT #288 closed by jkeenan++: [TODO] config/gen/makefiles/dynpmc_pl.in sub compile_cmd() | 17:35 | |
|
17:54
payload joined
|
|||
| dalek | rrot: r43250 | cotto++ | trunk/src/packfile.c: [packfile] Only record pc => filename mappings in the debug segment if the filename has changed. |
18:33 | |
|
18:34
mikehh joined
18:44
bacek joined
18:52
theory joined
19:31
mikehh joined
19:43
davidfetter joined
|
|||
| Coke | msg cotto Yah. planning on fixing it this evening after I return from travel. | 19:48 | |
| purl | Message for cotto stored. | ||
| cotto | ohai | ||
| Coke | turns out GENERAL_H_FILES was papering over a twisty maze of depdenencies. | 19:52 | |
|
19:54
mikehh joined
|
|||
| cotto | all alike, I imagine | 19:54 | |
| cotto is trying to imagine how casting from a PackFile_Segment to a PackFile_Debug and using members of both is a good idea when they're almost completely different structs. | 19:56 | ||
| It'd almost be easier to remove if it weren't so blatantly wrong. | 20:03 | ||
| sanity++ | 20:09 | ||
| dalek | rrot: r43251 | cotto++ | trunk/src/packfile.c: [packfile] don't dump data that's guaranteed to be garbage, plus minor docs fix |
20:11 | |
| Tene debates between playing games and working on HLL interop. | 20:18 | ||
| dalek | rrot: r43252 | fperrad++ | trunk/runtime/parrot/library/distutils.pir: [distutils] tweak debian files |
21:00 | |
| dukeleto | 'ello | 21:09 | |
| cotto | hi | 21:10 | |
| dukeleto | cotto: how goes it? | ||
| cotto | It's been a lovely Christmas. Also, I have some time to do hacking. I'm happy. | 21:11 | |
| dukeleto | yes, abundant hacking time! | 21:16 | |
|
21:42
lucian joined
|
|||
| dalek | rrot: r43253 | cotto++ | trunk (2 files): [packfile] remove some long-unused slice enums |
21:49 | |
|
22:05
theory joined
|
|||
| japhb | Any of the git experts around? | 22:18 | |
| dalek | rrot: r43254 | plobsing++ | branches/pmc_freeze_cleanup (2 files): death to visit_info.thaw_result |
22:21 | |
| mikehh | All tests PASS (pre/post-config, make corevm/make coretest, smoke (#31324), fulltest) at r43254 - Ubuntu 9.10 amd64 (gcc with --optimize) | 22:46 | |
| pmc_freeze_cleanup branch - t/op/exceptions.t - Failed test: 31 - in make coretest at r43254 - Ubuntu 9.10 amd64 (gcc with --optimize) | 22:52 | ||
|
22:57
ruoso joined
|
|||
| mikehh | pmc_freeze_cleanup branch - fulltest - t/op/exceptions.t - Failed test: 31 in all cores except testr at r43254 - other tests pass - Ubuntu 9.10 amd64 (gcc with --optimize) | 23:04 | |
| dalek | rrot: r43255 | plobsing++ | branches/pmc_freeze_cleanup/src (5 files): inline thawing property hashes into pmc_freeze.c + eliminate handling prophashes in PMCs |
23:10 | |
|
23:20
TiMBuS joined
23:22
bacek joined
|
|||