|
#parrot Parrot 0.5.2 Released | parrotcode.org/ | see www.parrotcode.org/misc/parrotsketch-logs/ for logs Set by moderator on 11 February 2008. |
|||
|
00:17
wknight8111 joined
|
|||
| Coke | stepping through imcc.l in gdb sucks. | 00:20 | |
| ok. this is beyond my current C skill level. | 00:26 | ||
|
00:34
clunker joined
|
|||
| svnbotl | r25775 | jkeenan++ | tcif: | 00:34 | |
| : Revising test to eliminate reliance on init::defaults and use P::C::Parallel::Trace instead. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25775 | |||
|
00:40
simcop2387 joined
|
|||
| svnbotl | r25776 | jkeenan++ | tcif: | 00:56 | |
| : No need to consruct a P::C::Parallel::Trace object in P::C::Options::Test::new(). | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25776 | |||
|
01:11
e joined
|
|||
| svnbotl | r25777 | coke++ | trunk: | 01:41 | |
| : [codingstd] | |||
| : Make the shebang slightly more accurate; these are NQP files, not raw PIR. | |||
| : (RT #50802) | |||
| r25778 | jkeenan++ | tcif: | |||
| : Revising test to eliminate reliance on init::defaults and use | |||
| : Parrot::Configure::Parallel::Trace instead. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25778 | |||
| r25779 | coke++ | trunk: | 01:48 | ||
| : [codingstd] | |||
| : Make the shebang slightly more accurate; these are rakudo files, not raw PIR. | |||
| : (RT #50802) | |||
| r25780 | coke++ | trunk: | |||
| : [codingstd] | |||
| : Make the shebang slightly more accurate; these are pynie files, not raw PIR. | |||
| : (RT #50802) | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25780 | |||
|
01:56
particle joined
|
|||
| svnbotl | r25781 | jkeenan++ | tcif: | 02:02 | |
| : Revising test to eliminate reliance on init::defaults and use | |||
| : Parrot::Configure::Parallel::Trace instead. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25781 | |||
| simcop2387 | ok i've got a .namespace ['Foo';'Bar'], and i'm trying to turn it into a class and use it by using the newclass opcode, and i'm getting an error calling it like this; $P0 = newclass ['Foo';'Bar'] ; whats the correct way to call that for that namespace? | 02:07 | |
| ah wait wrong section of the file hold on | 02:08 | ||
| ok, the problem isn't with new class (i need sleep); its when creating a new class, $P0 = new ['Foo';'Bar'], constructorargs | 02:10 | ||
|
02:21
ptc_ joined
|
|||
| svnbotl | r25782 | jkeenan++ | tcif: | 02:27 | |
| : Revising test to eliminate reliance on init::defaults and use | |||
| : Parrot::Configure::Parallel::Trace instead. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25782 | |||
|
02:34
Ademan joined
|
|||
| Coke | question; if you don't have a ft=pir in a file, then vim is going to rely on, what, the file's extension? | 02:40 | |
| (so, for .pir files, the ft=pir is redundant?) | |||
| svnbotl | r25783 | jkeenan++ | tcif: | 02:52 | |
| : When using Parrot::Configure::Parallel::Trace, you cannot do a 'skip all' plan | |||
| : -- at least not in the '01' test for a given config step. You have to run the | |||
| : test file at least thru 'store_this_test()', after which you may code a SKIP | |||
| : block. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25783 | |||
|
03:04
sqipy joined
|
|||
| svnbotl | r25784 | jkeenan++ | tcif: | 03:05 | |
| : Specify exact number of tests in plan. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25784 | |||
|
03:06
sqipy left
|
|||
| Coke | particle: ping | 03:06 | |
| svnbotl | r25785 | jkeenan++ | tcif: | 03:24 | |
| : Revising test to eliminate reliance on init::defaults and use | |||
| : Parrot::Configure::Parallel::Trace instead. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25785 | |||
| Coke | particle: nevermind | 03:41 | |
|
03:44
Daveman joined
|
|||
| svnbotl | r25786 | chromatic++ | trunk: | 03:56 | |
| : [dist] Fixed copyright notice in CPAN passthrough Makefile.PL. | |||
| r25787 | chromatic++ | trunk: | |||
| : [lib] Simplified some code in Parrot::Distribution; it's a few lines shorter. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25787 | |||
| chromatic | Coke, ping. | 04:22 | |
|
04:29
Maddingu1 joined
04:33
Simon_ joined
04:34
cognominal joined
04:40
slavorg joined
04:46
Theory joined
|
|||
| svnbotl | r25788 | jkeenan++ | trunk: | 04:52 | |
| : Reverting changes in two lines made in r24840 which caused t/src/intlist.t to fail on Darwin thereafter. Reverted test now passes on Darwin and continues to pass on Linux. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25788 | |||
| chromatic | Good debugging! | 04:54 | |
| kid51 must sleep | 05:02 | ||
| purl | $kid51->sleep(8 * 3600); | ||
|
05:20
Andy joined
06:27
jisom joined
|
|||
| chromatic | Hm, when you call a function through a function pointer in C, there's no signature checking. Lovely. CRASHBOOMBANG | 06:38 | |
| ... and there's one PPC JIT segfault fixed. | 06:39 | ||
| svnbotl | r25789 | chromatic++ | trunk: | 06:49 | |
| : [JIT] The shootout segfaults go away for me on PPC after changing the argument | |||
| : signatures in the PPC JIT to match the arguments they get passed. Passing in a | |||
| : Parrot interpreter pointer and writing to it as if it were another kind of | |||
| : pointer was just asking for crashes. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25789 | |||
| r25790 | chromatic++ | trunk: | 06:56 | ||
| : [tools] Skip assembly (.s) files in the headerizer. Now 'make headerizer' | |||
| : works on Linux PPC. | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25790 | |||
| r25791 | chromatic++ | trunk: | 07:27 | ||
| : [library] Fix PostgreSQL library test so that it doesn't crash if you have the | |||
| : PostgreSQL client library installed. | |||
| : All tests pass (but most of them get skipped, because I don't have a test | |||
| : database set up). | |||
|
09:23
iblechbot joined
10:23
Alias joined
10:26
iblechbot joined
10:57
Ademan joined,
e joined
11:18
wknight8111 joined
11:26
HG` joined
11:57
lichtkind joined
12:33
kj joined
13:03
cotto joined
13:08
cotto_ joined
13:14
masak joined
13:53
AndyA joined
14:08
rdice joined
|
|||
| svnbotl | r25792 | kjs++ | trunk: | 14:15 | |
| : [src] add function documentation | |||
| diff: parrotvm.org/svn/parrot/revision/?rev=25792 | |||