[perl6/specs] 925901: structs come as either values or objects

2011-01-04 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 92590165ab03e553c1465a282c546875c3039ce8 https://github.com/perl6/specs/commit/92590165ab03e553c1465a282c546875c3039ce8 Author: Larry Wall Date: 2011-01-04 (Tue, 04 Jan 2011) Changed paths: M S09-data.pod Log Mess

try.rakudo.org error

2011-01-04 Thread Dave Whipp
Is something wrong with the try.rakudo.org server? When I attempt to use it I get an alert box: "An error has occured on the server. Error Message: Cannot connect to Rakudo Eval Server at /var/www/try.rakudo.org/frontend/try-rakudo.pl line 33."

Re: Parrot runs from command line; not Visual Studio

2011-01-04 Thread Will Coleda
On Tue, Jan 4, 2011 at 8:30 AM, Will Coleda wrote: > Copying parrot-users on this, as I suspect this issue might be with > the underlying code. (Ugh. It's parrot-us...@lists.parrot.org, so don't just reply to that last email.) -- Will "Coke" Coleda

Re: Parrot runs from command line; not Visual Studio

2011-01-04 Thread Will Coleda
On Sat, Jan 1, 2011 at 5:48 PM, Nathaniel wrote: > Hi:  I'm working on a application -- actually a web browser written > with wxWidgets -- and I'd like to embed a parrot and/or perl6 > interpreter.  I succeeded in writing an experimental command-line > program to read and execute a simple .pir fil

Re: Can't download Rakudo Dec 2010 without git

2011-01-04 Thread Will Coleda
On Tue, Jan 4, 2011 at 2:25 AM, Moritz Lenz wrote: > On 01/04/2011 03:19 AM, gvim wrote: >> Does this mean I have no option but to install git in order to keep my Perl >> 6 up to date? > > No. You can download and install a release tarball of parrot, and then > point rakudo's Configure.pl to the

Re: Can't download Rakudo Dec 2010 without git

2011-01-04 Thread Daniel Carrera
On Tue, Jan 4, 2011 at 9:38 AM, Jan Ingvoldstad wrote: > On Tue, Jan 4, 2011 at 09:30, Daniel Carrera wrote: >> >> That's rather annoying. Isn't there a way to fix that? > > Yes, install Rakudo Star instead, that bundles a suitable version of Parrot. Oh, gvim wasn't talking about Rakudo Star?

Re: Method 'Bool' not found for invocant of class 'Integer'

2011-01-04 Thread Moritz Lenz
Am 04.01.2011 03:05, schrieb Nathaniel: OK: I get this message when running a .pir file from an embedded parrot interpreter, but not when I actually call parrot from a command line. My guess is that there is perhaps a .pbc file missing from the area where I have set up a runtime directory stru

Method 'Bool' not found for invocant of class 'Integer'

2011-01-04 Thread Nathaniel
OK: I get this message when running a .pir file from an embedded parrot interpreter, but not when I actually call parrot from a command line. My guess is that there is perhaps a .pbc file missing from the area where I have set up a runtime directory structure mimicking the rakudo release, but I've

Re: Can't download Rakudo Dec 2010 without git

2011-01-04 Thread Jan Ingvoldstad
On Tue, Jan 4, 2011 at 09:30, Daniel Carrera wrote: > That's rather annoying. Isn't there a way to fix that? > Yes, install Rakudo Star instead, that bundles a suitable version of Parrot. -- Jan

Re: Can't download Rakudo Dec 2010 without git

2011-01-04 Thread Daniel Carrera
That's rather annoying. Isn't there a way to fix that? On Tue, Jan 4, 2011 at 8:25 AM, Moritz Lenz wrote: > On 01/04/2011 03:19 AM, gvim wrote: >> Does this mean I have no option but to install git in order to keep my Perl >> 6 up to date? > > No. You can download and install a release tarball o