On Thu, Mar 27, 2008 at 10:33:54PM +0100, Klaas-Jan Stol wrote:
> On Wed, Mar 26, 2008 at 6:30 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> > On Wed, Mar 26, 2008 at 02:25:06PM +0100, Klaas-Jan Stol wrote:
> > > * list ops ( I think this is meant by list ops? )
> > > All languages that ha
I know KJS already answered this, but I wanted to try to clarify a
bit, and focus just on exception handling in PIR.
Basically, each opcode can throw an exception. If that happens,
control will unwind until it finds something willing to catch it:
.sub 'eek'
$I0 = 1
$I0 /= 0
say $I0
.end
Th
On Mi. 19. Mär. 2008, 06:25:32, kjs wrote:
> hi,
>
> attached a patch that does some aligning of "=" tokens and limits the
> scope of some variables.
>
> I don't commit this myself, because I want to check whether this
> practice of localizing vars. is ok, as it introduces "else" clauses.
> For i
On Thu, Mar 27, 2008 at 6:48 PM, Ovid
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Trying to work through the tutorial
> (http://www.parrotblog.org/search/label/tutorial) and am trying to
> finish Episode 4 with catch blocks. The grammar in Episode 3 has this:
>
> try-statement ::= 'try' block 'c
On Wed, Mar 26, 2008 at 6:30 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 26, 2008 at 02:25:06PM +0100, Klaas-Jan Stol wrote:
> > having used NQP a bit, I feel like I'm missing a few things. I'm not
> > entirely sure what the fate of NQP is; will it always be a bootstrap
> > s
# New Ticket Created by Will Coleda
# Please include the string: [perl #52178]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52178 >
lolcode has some tests failing:
Test Summary Report
---
t/01-vars.t
Problems with auto::crypto have not reoccurred on Darwin. They have
occurred on Cygwin, but that's better handled in a different ticket. So
I'm resolving this one.
Hi all,
Trying to work through the tutorial
(http://www.parrotblog.org/search/label/tutorial) and am trying to
finish Episode 4 with catch blocks. The grammar in Episode 3 has this:
try-statement ::= 'try' block 'catch' identifier
block
'end'
I've trans
Failures have not reoccurred; resolving ticket.
Added dependency on 52154 because when that is resolved the problem on
feather will clear up. It already has cleared up if you checkout the
'norevision' branch and configure it.
There have been no complaints about the t/codingstd/pdd_format.t file --
perhaps because no one has used it ;-)
I've opened RT 52054 to do the actual work of making PDD files conform
to the standard. When we achieve a high degree of conformance, we'll
add pdd_format.t to the list of tests run dur
I cobbled together this:
http://spreadsheets.google.com/pub?key=pvdt32cKG2wmfq74DWgGwFw&output=html
which is using the data from here:
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
--
Will "Coke" Coleda
# New Ticket Created by "Joshua Gatcomb"
# Please include the string: [perl #52150]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52150 >
After learning that some folks were having troubles building parrot on
Cygwin, I dec
As far as I understand OpenGL, it's got one current context per
thread, and libGL does all sorts of evil things with threads and
thread-local storage to make it all work transparently. An
object-oriented OpenGL interface seems like the right way to go,
though, for all sorts of other reasons.
Tha
Cool - great to hear from you - sorry that it's been a while since I've
posted an update!
It'd be great to have you participate - you've done quite a lot for POGL.
Regarding your work/ideas on abstracting GLUT - definitely want to leverage
that - I'll let you know as soon as I'm ready to tackl
15 matches
Mail list logo