Re: [perl #41097] Segfault in malformed get_results

2008-04-01 Thread chromatic
On Saturday 16 December 2006 08:47:55 Bob Rogers wrote: >The following code segfaults: > > .sub test :main > get_results '(0)' > .end > > The segfault is in verify_signature (compilers/imcc/pbc.c:1158), where > it is apparently following sig_arr into the C instruction

Deprecated integer type IDs

2008-04-01 Thread Will Coleda
There are several tickets open regarding the integer type ids that have been open for some time, and with the type_ids branch, we're getting close to actually removing this long-deprecated feature. (I'd like to just rip out *everything* we need in this branch, rather than continue doing it piecemea

[svn:parrot-pdd] r26698 - trunk/docs/pdds/draft

2008-04-01 Thread chromatic
Author: chromatic Date: Tue Apr 1 19:01:13 2008 New Revision: 26698 Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod Log: [PDD] Typo fixes and minor formatting nits. Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod =

Removing the user_stack

2008-04-01 Thread Bob Rogers
From: "Patrick R. Michaud" <[EMAIL PROTECTED]> Date: Mon, 31 Mar 2008 23:15:43 -0500 On Mon, Mar 31, 2008 at 11:33:42PM -0400, Bob Rogers wrote: > Do you remember the discussion two years ago [1] about eliminating the > user stack in favor of arrays? Chip made the following comment

[svn:parrot-pdd] r26695 - in trunk: . docs/pdds/draft

2008-04-01 Thread kjs
Author: kjs Date: Tue Apr 1 13:12:40 2008 New Revision: 26695 Added: trunk/docs/pdds/draft/pdd29_compiler_tools.pod (contents, props changed) Changes in other areas also in this revision: Modified: trunk/MANIFEST Log: [pdd29] check in initial pdd stub for compiler tools. update manifest

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Andy Dougherty
On Tue, 1 Apr 2008, Christian Aperghis-Tramoni wrote: > I have exactly the same problem under a Debian system. > Configure works properly but make ends with the same message error : > > pbc_to_exe.o: In function `main': > pbc_to_exe.c:(.text+0x64): undefined reference to > `Parrot_set_executable_

Re: [svn:parrot-pdd] r26697 - trunk/docs/pdds/draft

2008-04-01 Thread Geoffrey Broadwell
On Tue, 2008-04-01 at 16:19 -0700, [EMAIL PROTECTED] wrote: > +The Unicode Standard defines a I (commonly simplified to > just > +I) as one or more characters forming a visible whole when displayed, Typo ---^ -'f

[perl #52382] [TODO] Add nqp test to the root 'make test'

2008-04-01 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #52382] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52382 > Currently the nqp test can be run with: cd compilers/nqp && make test This

Re: Character sets PDD ready for review

2008-04-01 Thread Allison Randal
Leopold Toetsch wrote: 1) The Parrot internal character type «Strings in Parrot's native string format will probably be an array of "Parrot_Rune"s.» or iso-8859-1 or UCS-2. To be more accurate: Parrot has *no* native string format. It stores strings in whatever format you give it (includi

Re: Character sets PDD ready for review

2008-04-01 Thread Allison Randal
Mark J. Reed wrote: As a ref point, AppleScript 2.0 (not that I know if anyone wants to port that to Parrot) "characters" are defined as Unicode "grapheme clusters", e.g. the base grapheme and its diacriticals... Is that similar to the concept of a Parrot_Rune? That's straight from the Unicode

Re: Character sets PDD ready for review

2008-04-01 Thread Allison Randal
Gianni Ceccarelli wrote: (Here follows various comments and opinions on PDD28 draft, written while reading it) As has been pointed out, the expression «A grapheme is our concept» is not really clear. I think «The term "grapheme" in this document defines a concept local to Parrot» or some such.

[svn:parrot-pdd] r26696 - trunk/docs/pdds/draft

2008-04-01 Thread kjs
Author: kjs Date: Tue Apr 1 13:27:08 2008 New Revision: 26696 Modified: trunk/docs/pdds/draft/pdd29_compiler_tools.pod Log: [pdd29] fix copyright year; add a reference and add an abstract line. Modified: trunk/docs/pdds/draft/pdd29_compiler_tools.pod =

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Christian Aperghis-Tramoni
I have exactly the same problem under a Debian system. Configure works properly but make ends with the same message error : pbc_to_exe.o: In function `main': pbc_to_exe.c:(.text+0x64): undefined reference to `Parrot_set_executable_name' collect2: ld returned 1 exit status linking failed current in

Re: Character sets PDD ready for review

2008-04-01 Thread Allison Randal
Will Coleda wrote: - Which language targeting parrot requires graphemes? You say, "A grapheme is our concept.", but then say, "Parrot must support languages which manipulate strings grapheme-by-grapheme" ... but if it's our own concept, surely there aren't any languages that can be forcing us to

[svn:parrot-pdd] r26697 - trunk/docs/pdds/draft

2008-04-01 Thread allison
Author: allison Date: Tue Apr 1 16:19:29 2008 New Revision: 26697 Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod Log: [pdd] A few more clarifications to the Strings PDD, while responding to mailing list comments. Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod ===

Re: Character sets PDD ready for review

2008-04-01 Thread Allison Randal
James E Keenan wrote: 1. Why is grapheme normalization form abbreviated as NFG rather than GNF? The Unicode normalization forms are NFC, NFD, NFKC, and NFKD, so this fits with the standard naming scheme. 2. If a character set is "officially a deprecated term" (by whom?), won't our use of i

Re: tutorial, blog, hackathon

2008-04-01 Thread Joshua McAdams
> > Excellent. Where? On the IIT campus? > > Location to be determined. Likely either on campus, or at the conference > hotel, depending on where the majority of Parrot hackers are staying. The dorms that we have this year have large common areas that we have 24x7 access too. I can investiga

[svn:parrot-pdd] r26694 - trunk/docs/pdds/draft

2008-04-01 Thread allison
Author: allison Date: Tue Apr 1 12:55:54 2008 New Revision: 26694 Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod Log: [pdd] Clarification to Strings PDD from Jim Keenan. Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod ==

Re: tutorial, blog, hackathon

2008-04-01 Thread Allison Randal
Andy Lester wrote: Excellent. Where? On the IIT campus? Location to be determined. Likely either on campus, or at the conference hotel, depending on where the majority of Parrot hackers are staying. Allison

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread chromatic
On Monday 31 March 2008 17:29:22 Илья wrote: > I was done make realclean, svn up(and new checkout too), perl > Cofigure.pl and new make many times before I send bug report. > So, I done it again, but with same results :( > Do you need any additional information about my system? anything else can >

Re: [perl #52376] [PATCH] PLATFORMS update for Solaris, April 2008

2008-04-01 Thread Will Coleda
--- - - -Y/13*3 ? > 20071218 > -sol8-sparc-gcc_4.1.0 B--- - - -Y/171 ? > 20080109 > +sol8-sparc-ccB--- - - -Y/1 ? > 20080401 > +sol8-sparc-gcc_4.1.0 B---

[perl #52376] [PATCH] PLATFORMS update for Solaris, April 2008

2008-04-01 Thread via RT
5 Y-- Y Y Y? ? 20070309 -sol8-sparc-ccB--- - - -Y/13*3 ? 20071218 -sol8-sparc-gcc_4.1.0 B--- - - -Y/171 ? 20080109 +sol8-sparc-ccB--- - - - Y/1 ? 2008040

[perl #52374] does parrotbug script work?

2008-04-01 Thread Will Coleda via RT
That would be a yes.

[perl #52374] does parrotbug script work?

2008-04-01 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #52374] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52374 > --- osname= linux osvers= 2.6.22.10 arch= i486-linux-gnu-thread-multi cc= cc --- Fl

Re: [perl #52346] [TODO] avoid deprecated functions in config/gen/platform/darwin/dl.c

2008-04-01 Thread Will Coleda
On Tue, Apr 1, 2008 at 6:48 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Mon Mar 31 17:58:06 2008, [EMAIL PROTECTED] wrote: > > config/gen/platform/darwin/dl.c uses deprecated functions whose better > > performing replacements (dlopen and friends) were added in OS X 10.3. > > > > Is

Re: Q on lexicals

2008-04-01 Thread Klaas-Jan Stol
On Tue, Apr 1, 2008 at 2:37 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Tue, Apr 01, 2008 at 01:23:38PM +0200, Klaas-Jan Stol wrote: > > in the exception handler, a new Undef is created in $P0. When leaving > > this line, this code won't work. When commenting out this line, it > > wil

Re: Q on lexicals

2008-04-01 Thread Patrick R. Michaud
On Tue, Apr 01, 2008 at 01:23:38PM +0200, Klaas-Jan Stol wrote: > in the exception handler, a new Undef is created in $P0. When leaving > this line, this code won't work. When commenting out this line, it > will print "hi", as expected. > I don't get that, because, 3 lines later, a new object is st

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Andy Dougherty
On Tue, 1 Apr 2008, �~Xл�~L�~O wrote: > Hi! > I was done make realclean, svn up(and new checkout too), perl > Cofigure.pl and new make many times before I send bug report. > So, I done it again, but with same results :( > Do you need any additional information about my system? anything else can >

Q on lexicals

2008-04-01 Thread Klaas-Jan Stol
I'm a bit confused on how lexicals are supposed to work. Below is a simple example, which looks more or less on code generated by PCT for a try/catch statement. in the exception handler, a new Undef is created in $P0. When leaving this line, this code won't work. When commenting out this line, it

[perl #52346] [TODO] avoid deprecated functions in config/gen/platform/darwin/dl.c

2008-04-01 Thread James Keenan via RT
On Mon Mar 31 17:58:06 2008, [EMAIL PROTECTED] wrote: > config/gen/platform/darwin/dl.c uses deprecated functions whose better > performing replacements (dlopen and friends) were added in OS X 10.3. > Is it possible that these deprecations were only made in OS X 10.5? It appears that Parrot's or

[perl #52346] [TODO] avoid deprecated functions in config/gen/platform/darwin/dl.c

2008-04-01 Thread James Keenan via RT
On Mon Mar 31 17:58:06 2008, [EMAIL PROTECTED] wrote: > config/gen/platform/darwin/dl.c uses deprecated functions whose better > performing replacements (dlopen and friends) were added in OS X 10.3. > I don't get this result on OS X 10.4. Examining my 'make' logs over the past month, I only get

[perl #52354] Test 3 of t/op/interp.t sigbus on ppc

2008-04-01 Thread Seneca Cunningham
# New Ticket Created by "Seneca Cunningham" # Please include the string: [perl #52354] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52354 > not ok 3 - runinterp - works with printing # TODO something funky here # Faile

[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2008-04-01 Thread Mark Glines via RT
On Sat Mar 29 15:54:09 2008, [EMAIL PROTECTED] wrote: > I ran a fulltest with this patch applied, and everything's fine on x86 > (where it matters). Hi, The root.in portion of this patch breaks non-i386, JIT capable platforms. Problem is, the patch created an exec_dep.c for i386, but added a Mak

[svn:parrot-pdd] r26689 - trunk/docs/pdds/draft

2008-04-01 Thread allison
Author: allison Date: Tue Apr 1 02:33:23 2008 New Revision: 26689 Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod Log: [pdd] Completed the core architectural component of the Strings PDD. Still adding API sections. Modified: trunk/docs/pdds/draft/pdd28_character_sets.pod ==

[perl #52346] config/gen/platform/darwin/dl.c uses deprecated functions

2008-04-01 Thread Seneca Cunningham
# New Ticket Created by "Seneca Cunningham" # Please include the string: [perl #52346] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52346 > config/gen/platform/darwin/dl.c uses deprecated functions whose better performing

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-04-01 Thread Илья
Hi! I was done make realclean, svn up(and new checkout too), perl Cofigure.pl and new make many times before I send bug report. So, I done it again, but with same results :( Do you need any additional information about my system? anything else can help? Excuse my bad English. pbc_to_exe.o: In fun