Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Problem during "make test"
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leopold Toetsch  
View profile  
 More options Jan 4 2004, 2:48 pm
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Sun, 4 Jan 2004 18:23:26 +0100
Local: Sun, Jan 4 2004 12:23 pm
Subject: Re: Problem during "make test"

Harry Jackson <ha...@uklug.co.uk> wrote:
> Can someone tell me if there is an error in the code below.

The code is fine.

> it repeatedly from the command line it sometimes freezes ie it prints
> the contents of the array and then just stops and I need to do a CTRL-C
> to get back to the command line.

Your are sure that there is no hardware problem? Run memcheck for a
couple of hours for example.

> ...I have noticed that
> set a[0], "one"
> or
> a[0] = "one"
> appear to do the same thing. I cannot confirm that they do due to the
> bug above.

They are the same. The first one is PASM syntax, the second is PIR
syntax.

E.g. running your "imc trouble" code
$ parrot -o- hj.imc
_MAIN:
        new P16, 31      # .PerlArray
        new P17, 36      # .PerlString
        set P16, 10
        set P16[0], "Zero"
        ...

yields the generated PASM code (with variables names allocated to Parrot
registers).

> Harry

leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.