[perl #51340] Problem installing according to http://www.parrotcode.org/docs/intro.html.

2008-03-03 Thread James Keenan via RT
On Sun Mar 02 11:46:00 2008, [EMAIL PROTECTED] wrote:
 Determining what C compiler and linker to use...Compilation failed
with 'cc'

I don't have access to an Ubuntu box at the moment, so I can't strictly
replicate your situation.  However, I have this gcc on a Debian box:

[li11-226:work] 554 $ /usr/bin/gcc-4.1 --version
gcc-4.1 (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)


... and on this box I have consistently been able to build Parrot with
little difficulty.  So I am puzzled by this.

The step that failed for you is the 7th, inter::progs.  Did any/all
subsequent steps fail?

Could you try rerunning as follows:  'perl Configure.pl
--verbose-step=inter::progs'

Thank you very much.
kid51




[perl #50762] AutoReply: www.parrotcode.org typo

2008-02-12 Thread Bob Rogers
   While we're at it, this same page says Participating in the meeting
is by invitation only.  But in today's parrotsketch, chromatic said:

chromatic kj, all committers are invited.

which is less exclusive than kj and I had thought.  Methinks this should
be clarified.

-- Bob


[perl #50762] www.parrotcode.org typo

2008-02-12 Thread via RT
# New Ticket Created by  Bob Rogers 
# Please include the string:  [perl #50762]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50762 


   On the http://www.parrotcode.org/misc/irclogs.html page, it says
irc.perl.log.

-- Bob Rogers
   http://rgrjr.dyndns.org/


[perl #46751] [BUG] No information on http://www.parrotcode.org/languages/

2007-10-23 Thread Brian DeVries
# New Ticket Created by  Brian DeVries 
# Please include the string:  [perl #46751]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46751 


Hi,

I clicked on the Languages link on the sidebar; in the past I've been able
to see the list of languages that are currently targeting Parrot, but this
page now contains no information whatsoever.

Thanks!
~Brian DeVries


[perl #46751] [BUG] No information on http://www.parrotcode.org/languages/

2007-10-23 Thread Will Coleda via RT
On Tue Oct 23 12:16:06 2007, [EMAIL PROTECTED] wrote:
 Hi,
 
 I clicked on the Languages link on the sidebar; in the past I've been able
 to see the list of languages that are currently targeting Parrot, but this
 page now contains no information whatsoever.
 
 Thanks!
 ~Brian DeVries

Fixed. Victim of a recent name change of the file this is automatically 
generated from.

Thanks for the report!



[perl #43385] http://www.parrotcode.org/cage-cleaners/

2007-06-26 Thread via RT
# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #43385]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43385 


this document overlaps with docs/project/cage*, and also refers to a now 
defunct TODO file. 

Needs to be updated to point to document in repository, or removed.


Re: Favicon.ico for http://www.parrotcode.org

2005-05-05 Thread Robert Spier
 I noticed that the favicon.ico for http://www.parrotcode.org is a Camel.
 Can we have a Parrot for that, in order to do the many non-Perl Parrot
 based languages justice?

Good idea.

I've put one in place.  If someone wants to make a nicer one, I won't
kick and scream too much.

-R


Favicon.ico for http://www.parrotcode.org

2005-05-04 Thread Bernhard Schmalhofer
Hi,
I noticed that the favicon.ico for http://www.parrotcode.org is a Camel.
Can we have a Parrot for that, in order to do the many non-Perl Parrot 
based languages justice?

Putting that favicon.ico into 'docs' would also make 
'examples/io/httpd.imc' happy.

CU, Bernhard


Re: www.parrotcode.org/ points to 0.0.10

2004-03-04 Thread Robert Spier
 In a similar(?) vein,
 
 www.parrotcode.org/faq/ currently has a number of broken links,
 including apocalypses, PDD6, and Java bytecode to Parrot bytecode.

This is because the links are funny.

The best way to get proper links is to do something like:

  LThis is CNN|http://www.cnn.com

That's not great.. but it tends to render better.

Our official Pod renderer is Pod::Simple::HTML, so you can test it
out.

I'm throwing this back to p6i, so somebody can fix it, and maybe take
another pass through the FAQ, addming more F.. A... Q...s ;)

-R


Re: www.parrotcode.org/ points to 0.0.10

2004-03-04 Thread Michael Scott
I just reported this as a bug on Pod::Simple::HTML.

The problem is in line 168-9

my $out = $to if defined $to and length $to;
$out .= # . $section if defined $section and length $section;
One of those Deprecated use of my() in conditional cases they've been 
talking about on perl5-porters.

my $out;
$out = $to if defined $to and length $to;
$out .= # . $section if defined $section and length $section;
fixes it.

Looks like we'll be modifying Pod-Simple after all.

Mike

On 4 Mar 2004, at 20:33, Robert Spier wrote:

In a similar(?) vein,

www.parrotcode.org/faq/ currently has a number of broken links,
including apocalypses, PDD6, and Java bytecode to Parrot 
bytecode.
This is because the links are funny.

The best way to get proper links is to do something like:

  LThis is CNN|http://www.cnn.com

That's not great.. but it tends to render better.

Our official Pod renderer is Pod::Simple::HTML, so you can test it
out.
I'm throwing this back to p6i, so somebody can fix it, and maybe take
another pass through the FAQ, addming more F.. A... Q...s ;)
-R




RE: www.parrotcode.org/ points to 0.0.10

2004-03-03 Thread Gay, Jerry
 As promised.  
 
 The new site is now live.
 
 -R

thank you! this looks fantastic, and the html docs will be a valuable and
welcome addition.
--jerry



** 
This e-mail and any files transmitted with it may contain privileged or 
confidential information. It is solely for use by the individual for whom 
it is intended, even if addressed incorrectly. If you received this e-mail 
in error, please notify the sender; do not disclose, copy, distribute, or 
take any action in reliance on the contents of this information; and delete 
it from your system. Any other use of this e-mail is prohibited. Thank you 
for your compliance.





Re: www.parrotcode.org/ points to 0.0.10

2004-03-03 Thread Will Coleda
http://www.parrotcode.org/openpatches.html

points to, e.g.:

http://www.parrotcode.org/rt3/Ticket/Display.html?id=27304

instead of the more likely:

http://rt.perl.org/rt3/Ticket/Display.html?id=27304

On Wednesday, March 3, 2004, at 01:15  AM, Robert Spier wrote:

As promised.

The new site is now live.

-R

--
Will Coke Coledawill at coleda 
dot com



Re: www.parrotcode.org/ points to 0.0.10

2004-03-02 Thread Robert Spier

This is on my list for tonight.  I've got something all ready to go
but have been busy with a $NEW_JOB.

-R

At Tue, 2 Mar 2004 00:44:02 -0500,
Mitchell N Charity wrote:
 
 The parrot homepage
   http://www.parrotcode.org/
 currently says
   Periodic releases will appear on CPAN; the current release is
   version 0.0.10, and can be found in the CPAN source directory.
 And source directory is a link to parrot-0.0.10.tar.gz
 
 The similarity in release numbers is particularly unfortunate.
 
 Sorry I missed that when looking at the page.  (Saw source directory,
 thought ah, users will see the more recent releases in the directory).
 
 Updating the homepage soon would seem desirable.
 
 Mitchell


Re: www.parrotcode.org/ points to 0.0.10

2004-03-02 Thread Robert Spier

As promised.  

The new site is now live.

-R

 
 This is on my list for tonight.  I've got something all ready to go
 but have been busy with a $NEW_JOB.
 
 -R
 
 At Tue, 2 Mar 2004 00:44:02 -0500,
 Mitchell N Charity wrote:
  
  The parrot homepage
http://www.parrotcode.org/
  currently says
Periodic releases will appear on CPAN; the current release is
version 0.0.10, and can be found in the CPAN source directory.
  And source directory is a link to parrot-0.0.10.tar.gz


www.parrotcode.org/ points to 0.0.10

2004-03-01 Thread Mitchell N Charity
The parrot homepage
  http://www.parrotcode.org/
currently says
  Periodic releases will appear on CPAN; the current release is
  version 0.0.10, and can be found in the CPAN source directory.
And source directory is a link to parrot-0.0.10.tar.gz

The similarity in release numbers is particularly unfortunate.

Sorry I missed that when looking at the page.  (Saw source directory,
thought ah, users will see the more recent releases in the directory).

Updating the homepage soon would seem desirable.

Mitchell


Re: www.parrotcode.org

2004-02-29 Thread Michael Scott
On 29 Feb 2004, at 03:07, Robert Spier wrote:

[...]

Someone else can take care of this for him.  (And I know he'd love it
if someone stepped forward to become official web content maintainer.)
We'll provide that person with resources and support, and it'll be
quite fun and easy for everyone.
Well, I'd like to be able to integrate the autogenerated html docs that 
I've been working on with the website content, so it makes sense for me 
to volunteer. What next?

Mike



Re: www.parrotcode.org

2004-02-28 Thread Mitchell N Charity
I brought this up several months ago and was told that a new webpage was 
in the works.  Where in the works is it?  Does it have an expected time 
to leave the works?  I agree with Mitchell that it is important to 
maintain a public face (lest we send the wrong impression).
  [...]
   Exactly when is it going to leave the works?  I sent an email to Dan
   tonight asking him to complete the patches he's promised so we can
   have it leave about the same time as the 0.1.0 release.  It's just a
   matter of actually having the new content there.

Given that the new webpage won't be replacing the old webpage in time
for this upcoming release...

I suggest we make a few simple modifications to the _existing website_.

Specifically, on http://www.parrotcode.org/,

 (1) At the top, add something vaguely like

   Parts of this website are out of date.  We are working on a
   replacement site.  Look to the parrot distribution for more
   current information.

 (2) From the current top paragraph of the page, and thus of the site,
 remove this:

   - specifically, Perl 6, although we would like to keep
   the door open for other languages in the future. As such,

 The paragraph currently says

Parrot is a virtual machine used to efficiently execute
bytecode for interpreted languages - specifically, Perl 6,
although we would like to keep the door open for other
languages in the future.  As such, Parrot will be the core of
the Perl interpreter; it will be the target platform to which
Perl 6 code is compiled.

 But why piss people off?  Invite them to visit, and then suggest
 they go away until later.  Python, Ruby, Tcl, etc projects already
 exist, and could probably use volunteers from those communities.
 And then there's a pie.

 The new version would thus read

Parrot is a virtual machine used to efficiently execute
bytecode for interpreted languages.  Parrot will be the core
of the Perl interpreter; it will be the target platform to
which Perl 6 code is compiled.


Also, are the patches you refer to something which Dan has to do,
or can someone else take care of this for him?

Mitchell


Re: www.parrotcode.org

2004-02-28 Thread Robert Spier
 Given that the new webpage won't be replacing the old webpage in time
 for this upcoming release...
 
 I suggest we make a few simple modifications to the _existing
 website_.

I'm not going to make any more changes to the existing website, but
since you asked nicely, I made these.

 Also, are the patches you refer to something which Dan has to do,
 or can someone else take care of this for him?

Someone else can take care of this for him.  (And I know he'd love it
if someone stepped forward to become official web content maintainer.)
We'll provide that person with resources and support, and it'll be
quite fun and easy for everyone.


-R



Re: www.parrotcode.org

2004-02-27 Thread Robert Spier
 I brought this up several months ago and was told that a new webpage was 
 in the works.  Where in the works is it?  Does it have an expected time 
 to leave the works?  I agree with Mitchell that it is important to 
 maintain a public face (lest we send the wrong impression).

It will be leaving the works very shortly.  A certain person whose
name I will not mention here, has been promising to write some of the
infrastructure I needed to port stuff to the new system for many many
months.  I finally gave up and did it myself tonight.  (As I'm sure he
was hoping I would do.)

Exactly when is it going to leave the works?  I sent an email to Dan
tonight asking him to complete the patches he's promised so we can
have it leave about the same time as the 0.1.0 release.  It's just a
matter of actually having the new content there.

 Parrot is currently making some large leaps forward in internal 
 documentation, but it would be nice if that could be reflected in our 
 external documentation.

Please send your patches against...
  http:/ /svn.perl.org/perl.org/docs/live/parrotcode/

-R


www.parrotcode.org

2004-02-20 Thread Mitchell N Charity
Parrot's homepage http://www.parrotcode.org/ is out of date.
the current release is version 0.0.10, Where are we, etc.

The site has several automation failures.
ERROR RETRIEVING DATA messages in http://www.parrotcode.org/todo
and http://www.parrotcode.org/openpatches
The script which generates http://www.parrotcode.org/faq/ apparently
mixes stdout and stderr, so it currently begins
  Revision 0.5 - 04 September 2002 in paragraph 25. trong

I was also struck by the homepage and FAQ's tone of parrot is for
perl6, but may someday work with another language, maybe.

http://www.parrotcode.org/examples/ is out of date.

http://www.parrotcode.org/talks/ has its most recent talk in 2002.

Also, http://dev.perl.org/perl6/pdd/ is out of sync.
No pdd16.
dev.perl.org/perl6/pdd/pdd03_calling_conventions.html Last Modified: 2 May 2003
parrot/docs/pdds/pdd03_calling_conventions.pod: Last Modified: 17 November 2003


A new release draws new attention, this release perhaps more than most.
The public face of parrot is that of a project which died a year ago. ;)

Perhaps cleaning up the web site should be added to the release objectives?
At least slapping on big out of date warnings.

Perhaps the web pages should be moved into CVS?

Mitchell


Re: www.parrotcode.org

2004-02-20 Thread Dan Sugalski
At 1:00 PM -0500 2/20/04, Mitchell N Charity wrote:
A new release draws new attention, this release perhaps more than most.
The public face of parrot is that of a project which died a year ago. ;)
Yeesh, good point. We need to get that cleaned up.

Perhaps cleaning up the web site should be added to the release objectives?
At least slapping on big out of date warnings.
Yes, definitely. Volunteers?

Perhaps the web pages should be moved into CVS?
The website is in CVS, FWIW.
--
Dan
--it's like this---
Dan Sugalski  even samurai
[EMAIL PROTECTED] have teddy bears and even
  teddy bears get drunk


Re: www.parrotcode.org

2004-02-20 Thread Matt Fowles
All~

I brought this up several months ago and was told that a new webpage was 
in the works.  Where in the works is it?  Does it have an expected time 
to leave the works?  I agree with Mitchell that it is important to 
maintain a public face (lest we send the wrong impression).

Parrot is currently making some large leaps forward in internal 
documentation, but it would be nice if that could be reflected in our 
external documentation.

Matt

Mitchell N Charity wrote:
Parrot's homepage http://www.parrotcode.org/ is out of date.
the current release is version 0.0.10, Where are we, etc.
The site has several automation failures.
ERROR RETRIEVING DATA messages in http://www.parrotcode.org/todo
and http://www.parrotcode.org/openpatches
The script which generates http://www.parrotcode.org/faq/ apparently
mixes stdout and stderr, so it currently begins
  Revision 0.5 - 04 September 2002 in paragraph 25. trong
I was also struck by the homepage and FAQ's tone of parrot is for
perl6, but may someday work with another language, maybe.
http://www.parrotcode.org/examples/ is out of date.

http://www.parrotcode.org/talks/ has its most recent talk in 2002.

Also, http://dev.perl.org/perl6/pdd/ is out of sync.
No pdd16.
dev.perl.org/perl6/pdd/pdd03_calling_conventions.html Last Modified: 2 May 2003
parrot/docs/pdds/pdd03_calling_conventions.pod: Last Modified: 17 November 2003
A new release draws new attention, this release perhaps more than most.
The public face of parrot is that of a project which died a year ago. ;)
Perhaps cleaning up the web site should be added to the release objectives?
At least slapping on big out of date warnings.
Perhaps the web pages should be moved into CVS?

Mitchell




Re: www.parrotcode.org

2004-02-20 Thread Jonathan Worthington
 I brought this up several months ago and was told that a new webpage was
 in the works.  Where in the works is it?  Does it have an expected time
 to leave the works?  I agree with Mitchell that it is important to
 maintain a public face (lest we send the wrong impression).

I offerred to help sort out the site a while back.  It was suggested I work
on the new site, though I never did manage to get Combust working, mostly
because it doesn't play nice on Win32/cygwin.  Now I have Linux configured
again and can use it regularly, maybe I can do that.  But in the meantime,
it may make sense just to fix up the old one so at least it doesn't look
like we're still on release 0.0.10.  If someone will tell me how to make the
changes, without having to spend hours messing with installing a content
management system locally, I'll happily get on with it.

Jonathan




Re: www.parrotcode.org

2004-02-20 Thread chromatic
On Fri, 2004-02-20 at 15:00, Jonathan Worthington wrote:

 If someone will tell me how to make the changes, without having to
 spend hours messing with installing a content management system
 locally, I'll happily get on with it.

I have Combust working here.  Grab the html files from:

http://wgz.org/chromatic/perl/parrotcode.tar.gz

Send me patches against them and I'll make sure they're applied.

-- c



Changes at www.parrotcode.org

2002-04-01 Thread Jeff

Mostly announcing the new pumpking, updating the PDD list, and updating
the status page with language information and current PMC status. Other
changes to come tomorrow night, but the important stuff is up.
--
Jeff [EMAIL PROTECTED]



http://www.parrotcode.org/

2001-09-21 Thread Ask Bjoern Hansen


Leon Brocard added the first examples to the brand new Parrot
site. :-) (the first page is just http://dev.perl.org/perl6/code -
sometime in this weekend I'll probably get it moved around so
dev.perl.org just references parrotcode for Parrot information).

http://www.parrotcode.org/examples/


 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();