www.parrotcode.org | Last Release: 0.7.0 "Severe Macaw"
Set by moderator on 28 August 2008.
00:23 dmknopp left 00:32 particle joined 00:33 AndyA joined 00:38 bacek joined
bacek morning everyone 00:38
00:45 kid51 joined 01:02 bacek joined
dalek r30645 | jkeenan++ | trunk: 01:13
: Check for whether $ARGV[0] to avoid uninitialized value warning when calling
: Configure.pl with no command-line arguments.
diff: www.parrotvm.org/svn/parrot/revision?rev=30645
01:27 megamic joined
kid51 Last commit message should have begun: "Check for whether $ARGV[0] is defined ..." 01:37
cotto_home too late. It's set in stone now. 01:41
kid51 must sleep 01:44
purl $kid51->sleep(8 * 3600);
NotFound Revert and commit again X-)
01:45 cotto_w3rk joined 02:59 dmknopp joined 03:03 integral joined 03:15 cotto_w0rk joined 04:01 mriou joined
mriou hi, I'm trying to develop a fairly simple grammar with PCT to get started with Parrot 04:04
compiles ok but when I run it with a simple input (like '23') I get a "Unable to obtain PAST from Wy::Grammar" error 04:05
I have a stock when I run it directly on the file but it's all on HLLCompiler
so I have no clue what the problem can be
the parse tree looks good though 04:06
is there anyway I can get something that would point me to the specific part of the grammar / action that it's choking on?
dalek r30646 | tene++ | trunk: 04:39
: [cardinal]
: * Array::flatten
: * Array::length
: dmknopp++
diff: www.parrotvm.org/svn/parrot/revision?rev=30646
r30647 | tene++ | trunk:
: [cardinal]
: * Small hack to allow the names Array and Hash to refer to the cardinal classes until we can resolve .HLL_map issues.
diff: www.parrotvm.org/svn/parrot/revision?rev=30647
r30648 | tene++ | trunk:
: [cardinal]
: * Array::reverse!
diff: www.parrotvm.org/svn/parrot/revision?rev=30648
r30649 | tene++ | trunk:
: [cardinal]
: * Reorganize tests again.
: * Add arraytest and hashtest make targets.
diff: www.parrotvm.org/svn/parrot/revision?rev=30649
Tene mriou: can you pastebin your actions.pm? 04:41
04:43 bacek joined
Tene purl: parrotbug? 04:43
purl somebody said parrotbug was mailto:parrotbug@parrotcode.org or svn.perl.org/parrot/trunk/docs/submissions.pod or see also "rakudobug"
Tene Argh. I forgot to attach the patches. 04:47
dalek r30650 | cotto++ | trunk: 04:49
: [pmc] PIRify and speed up t/pmc/ref.t
diff: www.parrotvm.org/svn/parrot/revision?rev=30650
05:22 Psyche^ joined 05:24 stupidbot joined 05:39 Zaba joined
cotto_home Tene, Configure.pl is complaining about a bunch of missing Cardinal test files 05:50
dalek r30651 | cotto++ | trunk: 06:05
: [pmc] PIRify more tests, mostly small ones
diff: www.parrotvm.org/svn/parrot/revision?rev=30651
Tene cotto_home: thank you 06:21
dalek r30652 | tene++ | trunk: 06:23
: Fix MANIFEST for moved cardinal test files.
: cotto++
diff: www.parrotvm.org/svn/parrot/revision?rev=30652
cotto_home Tene, np. It's easy to point out problems without doing anything about them. 06:26
dalek r30653 | cotto++ | trunk: 06:27
: [pipp] PIR'd and freed tests for freeze/thaw
diff: www.parrotvm.org/svn/parrot/revision?rev=30653
07:04 idemal joined 07:20 bacek joined 07:53 iblechbot joined 08:11 rblackwe joined 08:16 rblackwe joined 08:17 bacek joined
dalek r30654 | cotto++ | trunk: 08:36
: [pmc] PIRified t/pmc/codestring.t
diff: www.parrotvm.org/svn/parrot/revision?rev=30654
r30655 | cotto++ | trunk:
: [codingstd] whitespace fix
diff: www.parrotvm.org/svn/parrot/revision?rev=30655
08:38 bacek joined 08:54 uniejo joined 09:05 masak joined 09:10 kj joined
dalek r30656 | cotto++ | trunk: 10:15
: [pmc] PIRified t/pmc/managedstruct.t
diff: www.parrotvm.org/svn/parrot/revision?rev=30656
10:33 Zaba joined 10:58 rurban joined
rurban Can somebody please my 2 patches in "Re: [PATCH] cygwin070patches_6+7.patch" 11:06
12:28 iblechbot joined 12:38 dmknopp joined 12:47 dmknopp left, dmknopp joined 12:48 Ademan joined 13:15 masak joined 14:48 jhorwitz joined 15:44 Limbic_Region joined 15:58 iblechbot joined 16:14 dngor joined 16:24 workbench joined 16:41 dmknopp left 16:47 tetragon joined 17:15 iblechbot joined 17:18 rurban_ joined 17:56 davidfetter joined 18:09 sjansen joined
cognominal nopaste? 18:20
clunker3 pasta.test-smoke.org/ or paste.husk.org/ or nopaste.snit.ch:8001/ or rafb.net/paste or poundperl.pastebin.com/ or paste.scsys.co.uk/
purl nopaste is at nopaste.snit.ch/ (ask TonyC for new channels) or rafb.net/paste or poundperl.pastebin.com/ or paste.scsys.co.uk/ or App::Nopaste or tools/dev/nopaste.pl
nopaste "cognominal" at 82.67.232.89 pasted "common crash stack after using rakudo interactively and getting errors. Is it know or do I file a report?" (294 lines) at nopaste.snit.ch/13914 18:24
cognominal known. 18:25
A simple way to reproduce : 18:30
$ rakudo
> class A { has $.a}; my $a = A.new(); say $a.HOW.WHAT
A
> class A { has $.a}; my $a = A.new(); say $a.HOW.WHAT
A method named 'a' already exists in class 'A'. It may have been supplied by a role.
> class A { has $.a}; my $a = A.new(); say $a.HOW.WHAT
Bus error
purl Go take a walk.
cognominal too dangerous with these stray buses 18:31
need to run errands anyway &
rurban can reproduce on cygwin 18:34
cotto_home cute trick there 18:47
19:41 Zaba joined 19:47 idemal joined 19:53 Limbic_Region joined 20:21 Zaba_ joined 20:57 Zaba joined 21:14 clunker9__ joined
dalek r30657 | cotto++ | trunk: 21:26
: [pmc] PIRified t/pmc/boolean.t and added more documentation
diff: www.parrotvm.org/svn/parrot/revision?rev=30657
21:30 lurker joined 21:58 jan joined 22:08 silug joined 23:45 AndyA joined 23:48 Ademan joined 23:54 sjansen joined