#parrotsketch meeting august 08, 2006

2006-08-08 Thread Will Coleda
transcript up at: http://www.parrotcode.org/misc/parrotsketch-logs/ irclog.parrotsketch-200608/irclog.parrotsketch.20060808 -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #40122] [TODO] list_splice should work on any pmc that 'does array'

2006-08-08 Thread Will Coleda
On Aug 8, 2006, at 3:40 PM, Leopold Toetsch via RT wrote: Am Dienstag, 8. August 2006 20:53 schrieb Will Coleda: There is a lot of defensive code around the splice vtable list_splice () function that prevents using it across multiple types of PMCs. This should be removed, and we should

a premature optimization

2006-08-06 Thread Will Coleda
is no longer used, I promise to limit the scope of its consideration when doing register allocation. Thoughts? -- Will Coke Coleda [EMAIL PROTECTED]

Re: a premature optimization

2006-08-06 Thread Will Coleda
On Aug 6, 2006, at 4:08 PM, Leopold Toetsch wrote: Am Sonntag, 6. August 2006 19:03 schrieb Will Coleda: we get a 9K line PIR sub. Running this through parrot dies after about 2.5m on an runtime error on one of the tests. Great progress. While Parrot shouldn't die or - in the long run

Re: [perl #39905] [TODO] TGE - line number reporting.

2006-08-03 Thread Will Coleda
that currently (Parrot 0.3.0) both are ignored in the lexer. On Aug 3, 2006, at 11:30 AM, Patrick R. Michaud wrote: On Fri, Jul 21, 2006 at 03:03:07PM -0700, Will Coleda wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #39905] # in the subject line of all future

Re: Fix symbol table namespace pollution

2006-08-03 Thread Will Coleda
source. A link on parrotcode.org to an appropriately pre-formatted search would improve the ease of use. -- Chip Salzenberg [EMAIL PROTECTED] -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread Will Coleda
the data with svn. Regards. On Aug 2, 2006, at 3:37 PM, Jerry Gay via RT wrote: how do you quantify doesn't like svk? what is the output of Cprove -v t/distro/file_metadata.t? ~jerry -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread Will Coleda
: On Wednesday 02 August 2006 12:53, Will Coleda wrote: Every single test fails because the file assumes svn instead of svk, e.g.: my @cmd = qw(svn pg svn:mime-type); @cmd = qw(svn pg svn:keywords); one reference is made to 'svk ls', but it's never considered as an option to get

[CAGE] argument type warning

2006-08-01 Thread Will Coleda
src/pmc/continuation.pmc: In function 'Parrot_Continuation_invoke': src/pmc/continuation.pmc:239: warning: format '%d' expects type 'int', but argument 4 has type 'INTVAL' -- Will Coleda [EMAIL PROTECTED] 1.650.581.2414

Re: resizablepmcarray, assign.

2006-07-31 Thread Will Coleda
On Jul 30, 2006, at 3:55 PM, Bob Rogers wrote: From: Will Coleda [EMAIL PROTECTED] Date: Sun, 30 Jul 2006 15:02:29 -0400 languages/tcl/t/tcl_misc.t#27 has a test for this behavior. What's the generated PIR for this? To get the pir generated by tcl (at least at the top level

Re: resizablepmcarray, assign.

2006-07-31 Thread Will Coleda
On Jul 31, 2006, at 8:13 PM, Bob Rogers wrote: From: Will Coleda [EMAIL PROTECTED] Date: Mon, 31 Jul 2006 05:11:23 -0400 On Jul 30, 2006, at 3:55 PM, Bob Rogers wrote: This doesn't work for me, even in a freshly-built (though somewhat hacked) r13655: [EMAIL PROTECTED

[perl #39850] [CAGE] lack of Parrot::Config confusing....

2006-07-30 Thread Will Coleda via RT
Thanks, applied as r13647! minor modification: makefile deps changed to be on Config/Generated.pm instead of just Config/ Regards. On Fri Jul 28 03:09:56 2006, guest wrote: On Sun Jul 16 10:06:46 2006, coke wrote: To de-confuse and cut back on one of the most common recent FAQs: 1)

[perl #39921] [CAGE] generated by tools/dev/mk_manifest_and_skip.pl

2006-07-30 Thread Will Coleda via RT
Thanks, applied as r13649 On Fri Jul 28 03:01:37 2006, guest wrote: On Mon Jul 24 06:01:38 2006, coke wrote: Looking at the code, it seems that the order in the manifest is being driven by File::Find. So it's not a surprise that we get churn depending on who is running the tool.

Parrot::Config...

2006-07-30 Thread Will Coleda
part of svn, and the generated file is lib/Parrot/Config/Generated.pm (this allows sane error messages when trying to use tools that require the config when no config has been generated yet.) Regards. -- Will Coke Coleda [EMAIL PROTECTED]

resizablepmcarray, assign.

2006-07-30 Thread Will Coleda
missing 'assign_pmc' (found in the plain ole Array) ? (Though adding this to RPA in my sandbox didn't help.) languages/tcl/t/tcl_misc.t#27 has a test for this behavior. Any ideas? -- Will Coke Coleda [EMAIL PROTECTED]

Re: resizablepmcarray, assign.

2006-07-30 Thread Will Coleda
On Jul 30, 2006, at 2:49 PM, Bob Rogers wrote: From: Will Coleda [EMAIL PROTECTED] Date: Sun, 30 Jul 2006 12:36:08 -0400 This code is not working in Tcl at the moment (at the moment, not sure if it ever did) set a [list a b] set a b Under the covers, this should create

PDD17

2006-07-24 Thread Will Coleda
want more precision by default than parrot gives on stringification (like Tcl does with TclFloat)). o Morphing is not mentioned. This was a contentious issue the last time it came up on list. o Need to mention 'does', which is not the same as: o the type hierarchy. -- Will Coke Coleda

Re: [perl #39931] [TODO] integrate svn and rt

2006-07-24 Thread Will Coleda
to the committer as a result of the commit. is there a one-to-one correspondence between the svn and rt userids? -- Will Coke Coleda [EMAIL PROTECTED]

Re: Additions to docs/glossary.pod

2006-07-22 Thread Will Coleda
. Aristotle -- Will Coke Coleda [EMAIL PROTECTED]

Re: [svn:parrot] r13424 - trunk/docs/art

2006-07-21 Thread Will Coleda
Can we discuss this on list a bit? On Jul 21, 2006, at 5:07 PM, [EMAIL PROTECTED] wrote: Author: duff Date: Fri Jul 21 14:07:00 2006 New Revision: 13424 Added: trunk/docs/art/ Log: place for parrot articles -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39877] [BUG] [CAGE] Distro tests incomplete

2006-07-19 Thread Will Coleda via RT
Note that r13385 has the same test results - adding the cardinal files to the MANIFEST had no impact on whether or not the tests failed.

Re: [perl #39853] [BUG] Tcl - pwd returns path with backslashes on Win32

2006-07-18 Thread Will Coleda
, but the test expects forward slashes, as the result is compared with Perl's Cwd::getcwd. The other Tcl returns forward slashes, too. C:\Tcl\bintclsh % puts [pwd] C:/Tcl/bin I'm not sure if this should be changed in languages/tcl or Parrot's OS.cwd. Ron -- Will Coke Coleda [EMAIL PROTECTED]

Re: another item for the cage list: INTVAL_MAX etc.

2006-07-18 Thread Will Coleda
PROTECTED] -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #39868] [CAGE] convert CBEGIN …

2006-07-18 Thread Will Coleda
blocks at the bottom of the test file. this does not work well in some special cases i consider this style to be a failed experiment. therefore, all references to CBEGIN { plan tests = NN; } must be converted to Cuse Parrot::Test tests = NN; ~jerry -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39842] [PATCH] Win32 PLATFORMS update (r13309)

2006-07-16 Thread Will Coleda via RT
Thanks, applied as r13316.

[perl #39842] [PATCH] Win32 PLATFORMS update (r13309)

2006-07-16 Thread Will Coleda via RT
Thanks, applied as r13316.

Re: [perl #39796] [TODO] Implement .loadlib pragma in IMCC

2006-07-14 Thread Will Coleda
neccessary. So this ticket is probably good to be closed again, though it still leaves me somewhat puzzled. :) Audrey -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39796] [TODO] Implement .loadlib pragma in IMCC

2006-07-13 Thread Will Coleda via RT
Whoops, re-opening. This apparently isn't quite ready yet, as converting tcl to use the new syntax results in a nearly- complete fail of the test suite. Per Audrey: .loadlib 'dynlexpad' stopped working, because Parrot_register_HLL breaks on non- HLL-group .so files.

Re: [TODO] Implement .loadlib pragma in IMCC

2006-07-12 Thread Will Coleda
this relate to leo's previous statement that .loadlib now does both compile runtime loads? Allison -- Will Coke Coleda [EMAIL PROTECTED]

Re: Java Script in Parrot

2006-07-11 Thread Will Coleda
://www.chrisdolan.net/ Public key: http://www.chrisdolan.net/public.key vCard: http://www.chrisdolan.net/ChrisDolan.vcf -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39685] [CAGE] warning: no previous prototype

2006-07-11 Thread Will Coleda via RT
Thanks, applied as r13258.

[perl #39771] [PATCH] missing signature for examples/nci/win32api.pir

2006-07-09 Thread Will Coleda via RT
Thanks, appled as r13221

Re: contrib tool: search for opcodes

2006-07-09 Thread Will Coleda
Python scripts a port of the Parrot::Config Perl5 module would be nice to have. -- Will Coke Coleda [EMAIL PROTECTED]

HLL, perl6

2006-07-09 Thread Will Coleda
. Some intrepid coder want to try to switch to using .HLL instead of a simple .namespace directive? Regards. -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #39746] [NEW] t/codingstd/fixme.t - search for FIXME comments in source

2006-07-07 Thread Will Coleda
Thanks, applied as r13195 On Jul 6, 2006, at 5:17 PM, John J. Trammell (via RT) wrote: John J. Trammell -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #39751] [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-07-07 Thread Will Coleda
, intvalsize=8, intsize=4, opcode_t=long, opcode_t_size=8, ptrsize=8, ptr_alignment=8 byteorder=12345678, nv=double, numvalsize=8, doublesize=8 -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39704] [TODO] Tcl - Convert TODO/XXX comments to RT tickets

2006-07-07 Thread Will Coleda via RT
Suggestion for these and other areas in the source with TODOs... # XXX bad. # XXX (RT#39704) good. Then it's still obvious if you're in the code that a ticket was opened, and it's possible to automate your search for bad XXX's (or TODOs). On Mon Jul 03 23:58:41 2006, mdiep wrote:

[perl #39711] [TODO] Make PIR-PBC reentrant

2006-07-04 Thread Will Coleda via RT
On Tue Jul 04 12:21:06 2006, [EMAIL PROTECTED] wrote: Currently, if you use IMCC inside embedded parrot (eg. when compiling via PGE), when a syntax error occurs, imcc calls Parrot_exit (or downright exit() -- see imclexer.c)), and it terminates the interpreter right there without any

[perl #39688] DATE Module Problem

2006-07-03 Thread Will Coleda via RT
This ended up in the queue for parrot (perl 6 vm) problems, not the perl5 queue. Changing queues.

Re: [BUG] parrot 0.4.5: Configure.pl: tru64

2006-07-02 Thread Will Coleda
. -- Will Coke Coleda [EMAIL PROTECTED]

Re: Onward Upward: New Assignments

2006-07-01 Thread Will Coleda
/people.html Congratulations to all three of you on your respective promotions. ^_^ -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #39255] Revision 12862 fails tests on OS X

2006-06-02 Thread Will Coleda
LD_LIBRARY_PATHLOGDIRPATHPERL5LIBPERLCRITIC PERLTIDYSHELL -- Will Coke Coleda [EMAIL PROTECTED]

Re: [perl #39255] Revision 12862 fails tests on OS X

2006-06-02 Thread Will Coleda
Per leo, As of r12867 this is fixed. On Jun 2, 2006, at 8:24 AM, Will Coleda wrote: Known failures. Per Leo, failing tests were committed for these features to encourage development. We've tried to let head be usable for this long, we should probably have some kind of procedure

[perl #39217] [TODO] legal - eliminate All Rights Reserved.

2006-05-30 Thread Will Coleda via RT
This is done, as of r12825. - All TPF copyrights are now marked as: Copyright (C) years, The Perl Foundation. - All YAS copyrights and Leo copyrights are now listed as TPF. There are still non TPF copyrights in the repository, and many of these are still marked as 'All Rights Reserved'; I

Re: [perl #39217] [TODO] legal - eliminate All Rights Reserved.

2006-05-26 Thread Will Coleda
years, The Perl Foundation. Allison -- Will Coke Coleda [EMAIL PROTECTED]

[perl #39190] [PATCH] trivial ./parrot -h help text patch

2006-05-23 Thread Will Coleda via RT
Thanks, applied.

Re: [ARCH] Classes moving into namespaces; parrot reserved namespace

2006-05-17 Thread Will Coleda
Chip, we briefly discussed this on IRC yesterday, but I wanted to make sure this didn't get lost. I don't like the impact that this is going to have on HLL languages - it's exposing internal bits of parrot to the HLL programmers. The argument that we already expose some bits (for example,

Re: [perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-17 Thread Will Coleda
', regardless of the case of the filename.) Regards On May 17, 2006, at 3:54 PM, Nicholas Clark wrote: On Mon, May 15, 2006 at 12:49:46PM -0700, Will Coleda wrote: using a PMC in a file called 'APLVector.pmc' with a group of 'APL_group' caused build failures on case-sensitive platforms, and allowed

[perl #37361] [BUG] Parrot 0.3.0 Tru64 core dump t/examples/japh.t #10

2006-05-15 Thread Will Coleda via RT
Jarkko - Is this still an issue with svn-latest ? [jhi - Wed Oct 05 22:27:25 2005]: Didn't notice this earlier because the whole japh.t is reported as succeeding even though a core dump happens for the subtest #10. 1 pthread_kill(0x0, 0x11fffb038, 0x0, 0x11fffc010, 0x3ff0001)

HLL's, PMCs...

2006-05-14 Thread Will Coleda
Is it possible to load a languages PMCs and create the .PMCtype constants without using the .HLL pragma? .HLL mucks with namespaces, which I don't want to (am not prepared to) deal with at the moment in APL. I do, however, want to dynamically load a library containing a PMC for APL to use.

inconsistent load* opcodes

2006-05-14 Thread Will Coleda
.sub mariner $P1 = loadlib 'chud' say ok 1 load_bytecode 'chud' say ok 2 .end Suggestion: 1) make the $P1 optional on the loadlib - most of the example usages for loadlib ignore the returned PMC status. (Keep that variant as it's need for dlfunc, etc.) 2) make loadlib throw an

pirtidy - call for help

2006-05-11 Thread Will Coleda
There is a start at a pirtidy perl script at tools/utils/pirtidy.pl, using lib/Parrot/PIR/Formatter.pm, tests at t/perl/ Parrot_PIR_Formatter.t There are a bunch of skip'd tests, some notes in the perl module listing some more possible things to be done. This mainly requires perl

APL - call for help

2006-05-09 Thread Will Coleda
Is there anyone on the list who's actually used APL and is familiar with it? (Or wants to learn it. =-) I could use more comprehensive test suite to insure that it's actually APL that's being written and nothing some similar, but entirely unlike APL. This doesn't require any knowledge of

[perl #39013] [PATCH] Two more uninitialized registers

2006-05-04 Thread Will Coleda via RT
Thanks, applied as r12503. These errors also occurred on windows/x86 for me, using the Visual Studio 2005 Express Edition.

Re: [perl #38979] [PATCH] Explictly close file in t/pmc/mmd.t

2006-04-25 Thread Will Coleda
Thanks, applied as r12424. On Apr 25, 2006, at 11:54 AM, Andy Dougherty (via RT) wrote: # New Ticket Created by Andy Dougherty # Please include the string: [perl #38979] # in the subject line of all future correspondence about this issue. # URL:

[perl #38975] [PATCH] Update PLATFORMS

2006-04-25 Thread Will Coleda via RT
Thanks, applied as r12427.

Re: What version of perl is required?

2006-04-21 Thread Will Coleda
There was an agreement on 5.6.1 a few weeks back on IRC, if I recall correctly, I haven't heard anything about 5.8. This change was made here: r11744 | bernhard | 2006-02-26 05:55:39 -0500 (Sun, 26 Feb 2006) | 7 lines Configuration: - Sprinkle a few 'use warnings;' - Some code

Re: [perl #38957] hash test failures

2006-04-21 Thread Will Coleda
I'm using gcc 4.0.1, an '--optimized' Configure, and perl 5.8.6 On Apr 21, 2006, at 5:50 PM, Matt Diephouse wrote: via RT Will Coleda [EMAIL PROTECTED] wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #38957] # in the subject line of all future correspondence

tcl lexical failures, PDD20, PDD21

2006-04-19 Thread Will Coleda
Here's my thought as to why lexicals are now failing in tcl: When PDD20 hit, tcl was reworked to use .HLL_map of .LexPad to .DynLexPad, then walked up the lexpad whenever trying to access lexicals. When PDD21 hit, I replaced all use of .namespace [ 'Tcl' ] with .HLL 'Tcl', 'tcl_group'

Re: tcl lexical failures, PDD20, PDD21

2006-04-19 Thread Will Coleda
Excellent. Matt found an extraneous .HLL that had crept in, breaking the lexpad stuff. Removed that, all is working. So, apparently, we already *were* being clever enough, except for one bit of stupid. Thanks, Matt! On Apr 19, 2006, at 1:41 PM, Will Coleda wrote: Here's my thought

namespace bug 2?

2006-04-18 Thread Will Coleda
Here's another potential NS issue. It looks like find_global is being affected by the .namespace directive: it's my understanding it should only be affected by the .HLL directive. If you comment out the second .namespace in this code, it prints ok. .$ cat foo.pir .HLL 'bork', '' .namespace

Re: namespace bug 2?

2006-04-18 Thread Will Coleda
in the PDD about it. (Seems you can only walk *down* the hierarchy, not up.) On Apr 18, 2006, at 11:14 AM, Leopold Toetsch wrote: Will Coleda wrote: Here's another potential NS issue. It looks like find_global is being affected by the .namespace directive: Yes. It sets the current namespace

Re: namespace bug 2?

2006-04-18 Thread Will Coleda
On Apr 18, 2006, at 12:19 PM, Chip Salzenberg wrote: On Tue, Apr 18, 2006 at 11:34:49AM -0400, Will Coleda wrote: From the PDD: =item $P0 = find_global $P1, $S0 =item $P0 = find_global $S0 Find $P0 as the variable $S0 in the current namespace. or in $P1, relative to the HLL root namespace

Namespace bug?

2006-04-17 Thread Will Coleda
Not sure if this is a bug or a misunderstanding on my part wrt the current namespace situation. I expect this to print out the number 3.14. (This is a very pared down version of what Tcl in my sandbox is currently trying to do, going between 'Tcl' and '_Tcl'. $ cat foo.pir .HLL

[perl #38896] [TODO] Integer PMC missing math methods.

2006-04-14 Thread Will Coleda via RT
Note that there don't seem to be any tests, for example, against something like: $P1 = new .Float $P1 = 1.2 $N1 = cosh $P1 op/trans.t tests some of these math ops, but only against N registers. There are tests for the complex PMC, but not Float. Add tests for all math opcodes for Float

Re: [perl #38914] perl Configure.pl fails on Mac OS X 10.4.6 on Intel iMac

2006-04-14 Thread Will Coleda
What does % gcc -v say? On Apr 13, 2006, at 10:32 PM, Gregor N.Purdy (via RT) wrote: # New Ticket Created by Gregor N. Purdy # Please include the string: [perl #38914] # in the subject line of all future correspondence about this issue. # URL:

Re: @slash@ in Makefile.in Files

2006-04-14 Thread Will Coleda
The makefile generator has an option to automatically do the slash replacement for you. In the interest of readability, I recommend using that and removing @slash@ from the .in files. (Do make sure if you change other .in files that they have this option enabled. Example from

[perl #38903] Tcl - namespace borkage

2006-04-12 Thread Will Coleda via RT
The current top level namespaces are 'Tcl' and '_Tcl'. According to PDD21, this should be tcl and _tcl.

Re: [perl #32642] [TODO] Remove Perl* PMCs from parrot's basic PMCs, src and languages

2006-04-07 Thread Will Coleda
On Apr 6, 2006, at 5:22 PM, Will Coleda wrote: On Apr 6, 2006, at 5:08 PM, Patrick R. Michaud wrote: On Thu, Apr 06, 2006 at 02:04:06PM -0700, Bernhard Schmalhofer via RT wrote: Hi, as far as I see, the Perl* PMCs are no longer used in the Parrot core. Thanks, Bernhard

Re: [perl #32642] [TODO] Remove Perl* PMCs from parrot's basic PMCs, src and languages

2006-04-06 Thread Will Coleda
On Apr 6, 2006, at 5:08 PM, Patrick R. Michaud wrote: On Thu, Apr 06, 2006 at 02:04:06PM -0700, Bernhard Schmalhofer via RT wrote: Hi, as far as I see, the Perl* PMCs are no longer used in the Parrot core. Thanks, Bernhard. There is still some usage in unmaintained language

make PGE's rulec read utf8…

2006-03-23 Thread Will Coleda
In an effort to support utf8-encoded grammar files, I tried the following: $ svn diff compilers/pge/rulec.pir Index: compilers/pge/rulec.pir === --- compilers/pge/rulec.pir (revision 11998) +++ compilers/pge/rulec.pir

Re: parrots

2006-03-23 Thread Will Coleda
I'm sorry, this list is for the discussion of a programming project called parrot, not about birds. For more information, see: http:// www.parrotcode.org/ Good luck with your parrot. On Mar 19, 2006, at 9:40 PM, [EMAIL PROTECTED] wrote: Hi - How long would a conure parrot survive outside

[perl #38597] Build broken on OS X?

2006-03-21 Thread Will Coleda via RT
At some point, the configure flag --parrot-is-shared started working again on my OS X box. Closing ticket...

Re: parrotcode.org needs update (0.4.1 to 0.4.2)

2006-03-17 Thread Will Coleda
Fixed, finally. On Mar 16, 2006, at 5:40 AM, Alberto Simoes wrote: Cheers Alberto

Re: [perl #38733] [TODO] Support utf8 as an input IO filter

2006-03-15 Thread Will Coleda
On Mar 15, 2006, at 3:56 PM, Will Coleda (via RT) wrote: This compiles, prints out what looks like the right source code (which at the moment is neither punie nor APL: print 2²10;) I hate unicode. That is 'print 2 LESS-THAN OR EQUAL TO 10;'

Re: User stack: Worthwhile?

2006-03-04 Thread Will Coleda
I believe befunge is the example I was thinking of. On Mar 4, 2006, at 12:08 PM, Leopold Toetsch wrote: On Mar 1, 2006, at 14:46, Will Coleda wrote: We already have at least one language implementation that used to work just fine using the stack, but has been crippled with various

Re: User stack: Worthwhile?

2006-03-01 Thread Will Coleda
I don't use the user stack, myself, but one advantage that the current implementation has over just using a PMC is that you don't have to go out and get the global PMC you're storing things in. We already have at least one language implementation that used to work just fine using the

Re: Valgrind Reports Useful?

2006-02-28 Thread Will Coleda
Running make test in languages/tcl should be pretty painful. On Feb 28, 2006, at 5:13 PM, chromatic wrote: Hi there, I just managed to get Valgrind working on my Linux PPC box. Are Valgrind (memcheck, cachegrind, etc) reports useful from various platforms? If so, is there a good example

Re: docs

2006-02-22 Thread Will Coleda
On Feb 22, 2006, at 6:03 AM, Karl Forner wrote: Hello, I've played a little with 'make html', and the docs produced seem to me much more useful than the docs available on the parrotcode.org website. What I particularly appreciate is the hyperlinks to other pod documents and the ability

Re: docs

2006-02-22 Thread Will Coleda
On Feb 22, 2006, at 9:38 AM, Will Coleda wrote: On Feb 22, 2006, at 6:03 AM, Karl Forner wrote: Hello, I've played a little with 'make html', and the docs produced seem to me much more useful than the docs available on the parrotcode.org website. What I particularly appreciate

Re: [perl #38597] Build broken on OS X?

2006-02-21 Thread Will Coleda
blib/lib:$DYLD_LIBRARY_PATH if you're in the parrot root directory. On Feb 20, 2006, at 5:34 PM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #38597] # in the subject line of all future correspondence about this issue. # URL: https

Re: This weeks summary, part 2

2006-02-18 Thread Will Coleda
On Feb 18, 2006, at 4:02 AM, The Perl 6 Summarizer wrote: Acknowledgements, apologies and everything else So, does the serial format work? Yes, this format is just fine. Keep up the good work.

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Will Coleda
PM, Joshua Hoblitt wrote: On Tue, Feb 14, 2006 at 11:52:55PM -1000, Joshua Hoblitt wrote: On Tue, Feb 14, 2006 at 05:23:39PM -0800, Will Coleda wrote: 2) checks every file with pod in that directory hierarchy. It should only check those files that are in MANIFEST. (And *possibly

svn_binary_search

2006-02-09 Thread Will Coleda
The recent this patch broke tcl bugs (all of which leo has resolved, thanks!) came from a perl script I wrote that lets you specify a start/end revision and a test script to run. It then runs svn up -r for each version it tests, and runs your test script. After testing the endpoints, it

[perl #38459] global.t failures in tcl

2006-02-08 Thread Will Coleda via RT
This failure is actually a bus error. You can generate it with:' ../../parrot tcl.pbc -e 'proc a {} {global q;puts $q};a' Here's the gdb backtrace: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x01b4 0x0106fc60 in Parrot_dec_p

[perl #38438] r11402 tcl failures

2006-02-07 Thread Will Coleda via RT
Leo has resolved these issues.

global.t failures in tcl

2006-02-07 Thread Will Coleda
languages/tcl/t/global.t is now failing test #2: # Failed test (t/cmd_global.t at line 19) # got: '' # expected: 'can't read q: no such variable # ' There were no errors in r11430, and this appeared in r11431. The diff between those versions is attached. 11431.diff

Re: [perl #38229] [TODO] Make all pod documents(such as README's) end in .pod

2006-01-25 Thread Will Coleda
Already checked, it's not linked to. Any missing docs on the website, please open a fresh ticket. Regards. On Jan 25, 2006, at 10:08 AM, Bernhard Schmalhofer via RT wrote: jisom did most of the renaming in r11180. I renamed README.win32 in r11351. So it looks like everything is taken care

pirtidy.pl

2006-01-24 Thread Will Coleda
This script is not 100% yet. (esp watch out for heredocs) partcl needed something to optionally pretty print the PIR that it generates. Figured it'd make sense to make it more generic than just for tcl. Regards patches welcome. =-) Begin forwarded message: From: [EMAIL PROTECTED] Date:

Re: [perl #38234] [TODO] Replace Getopt/Long.pir with Getopt/Obj.pir

2006-01-14 Thread Will Coleda
I'm sure the switchover will be fine. Feel free to patch tcl or break it temporarily. On Jan 14, 2006, at 7:43 AM, Bernhard Schmalhofer (via RT) wrote: # New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #38234] # in the subject line of all future correspondence

Re: [perl #38201] Integer pmc doesn't make store an int

2006-01-10 Thread Will Coleda
FYI, the builtin types automatically shimmer based on assignment. .sub main :main $N0 = 3.14 $P0 = new .Integer $P0 = $N0 $S0 = typeof $P0 print $S0 print \n print $P0 print \n .end prints: Float 3.14 The assignment of an N register causes the Integer

[perl #38168] [TODO] - Tcl - :slurpy HLL mappings

2006-01-05 Thread Will Coleda via RT
to support this. Regards. [leo - Thu Jan 05 10:42:23 2006]: On Jan 5, 2006, at 18:50, Will Coleda (via RT) wrote: At this point, PMCs can only map one HLL: this is probably just a limitation of the pmc2c.pl script that can be resolved with some perl. (pmc2c doesn't err, but silently omits

[perl #37770] Build warning in pbc_merge

2006-01-03 Thread Will Coleda via RT
This warning seems to have vanished: works fine with gcc 3.3 and 4.0 on OS X now. [coke - Sat Nov 26 12:39:52 2005]: src/pbc_merge.c src/pbc_merge.c: In function 'pbc_merge_bytecode': src/pbc_merge.c:219: warning: assignment discards qualifiers from pointer target type src/pbc_merge.c:

Svn Commit list...

2005-12-31 Thread Will Coleda
... seems to be dead for about a day now, though I know commits are going through. BCCing webmaster at perl dot org, where this will hopefully open a ticket.

[perl #38065] [PATCH] TCL [string totitle]

2005-12-29 Thread Will Coleda via RT
Thanks, applied!

[perl #38058] [PATCH] make [string last] work on tcl

2005-12-29 Thread Will Coleda via RT
Tests are fine. Good work catching those! Thanks, Applied! [ambs - Wed Dec 28 09:44:28 2005]: Please validate the tests, as the meaning of the 'last' third argument wasn't the correct in the test cases. From tcl, Search string2 for a sequence of characters that exactly match the

[perl #38066] [PATCH] tcl [string trim(left|right|)

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

[perl #38067] [PATCH] tcl [string replace] working

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

Re: Use of num instead of float

2005-12-20 Thread Will Coleda
As a parrot user, I have two feelings about this proposal 1) A very small part of me thinks that this would improve a small consistency nit which I've already lived with for... 4 years? 2) A much larger part would find it another inconvenience in a long line of (each one justifiable in its

Re: ChangeLog serves no purpose

2005-12-20 Thread Will Coleda
Anything that makes it easier for developers to develop is a good thing. On Dec 20, 2005, at 7:40 AM, Nicholas Clark wrote: On Tue, Dec 20, 2005 at 02:03:44AM -1000, Joshua Hoblitt wrote: people start adding detailed information to ChangeLog. I think it is entirely reasonable to machine

<    4   5   6   7   8   9   10   11   12   13   >