f the compiler tests, aside
> from 8_5 and 8_6, which are a bug with the perl6 compiler somewhere
> (verified by sean and leo).
ok, I tested that on cygwin with CVS checkout (GMT 20020827-1125)
With following commands ALL perl6 tests pass. NO skipped or failed
tests, not even those 8_5 an
On 27 Aug 2002 at 11:59, Markus Laire wrote:
> ok, I tested that on cygwin with CVS checkout (GMT 20020827-1125)
That should've been GMT 20020827-0825
--
Markus Laire 'malaire' <[EMAIL PROTECTED]>
On 27 Aug 2002 at 11:59, Markus Laire wrote:
> On 27 Aug 2002 at 1:49, Mike Lambert wrote:
>
> > So currently, if one does a CVS checkout on win32, and is using cygwin
> > or msvc, they can do:
> > ...
While perl6 does work now,
'make test' for parrot doesn't work at all !!!
'make test' after
# New Ticket Created by "Markus Laire"
# Please include the string: [perl #16789]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=16789 >
After recent fixes to get perl6 work on win32 & cygwin, 'make test'
for parrot doesn
On 27 Aug 2002 at 11:59, Markus Laire wrote:
> With following commands ALL perl6 tests pass. NO skipped or failed
> tests, not even those 8_5 and 8_6.
> (All tests succesful - Files=15, Tests=64)
>
> Configure.pl && make && cd languages/imcc &&
> make imcc && cd ../perl6 && make perl6-config &&
There is a general inconsistency about file permissions throughout the
parrot tree.
Of the 80+ *.pl scripts, only 8 are 0755 - and Configure.pl isn't one of
them. Some tests are, some aren't; and even some docs are. A list
follows.
Personally, I don't care what mode you make them, although (unl
Markus Laire wrote:
> On 27 Aug 2002 at 1:49, Mike Lambert wrote:
> With following commands ALL perl6 tests pass. NO skipped or failed
> tests, not even those 8_5 and 8_6.
These failures are somwhere hidden in the test scripts.
> With
> Configure.pl && cd languages\perl6 && make && make tes
Due to overwhelming public demand (Mike and Steve), I have
completed the exercise of merging my pirate parrot with the latest
CVS version, and added a few additional features:
Constant strings are now COWed
The memory pool used by strings and buffers is now managed on
a paged basis, rather tha
Robert Spier wrote:
> The docs in the docs/ directory are now available at
>
> http://www.parrotcode.org/docs/
>
> Updated once a day from CVS.
>
> It prefers well formatted Pod.
On a slightly related note, some work I've done towards building an
'operations dictionary' that I've envisaged
Piers Cawley wrote:
( a lot ;-)
Thanks for this really informative summary. Must be a lot of work.
> ... Actually, Leopold was something of a patch monster this week,
Of course, you missed all my private mails to Sean WRT imcc & perl6
patches ;-)
> If I read his post right, Leopol
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #16794]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=16794 >
--- MANIFEST.oldTue Aug 27 07:57:42 2002
+++ MANIFESTTue Aug 27 13:54:17
Dan Sugalski wrote:
> First, for simple X = Y cases, we need a new assignment opcode. We
> have SET to copy pointers, CLONE to make full clones, but we don't
> have a method to stuff a value from one PMC to another.
> So, what we need to do is add ASSIGN Px, Py, which takes Px and calls
> se
I would like to take a shot at making perl6 front- and backend
adapters for languages/regex, but so far I have seen all the tests in
languages/perl6 pass exactly once (and I updated again immediately
after, and a bunch of them broke again.) So I'm a little nervous about
digging into it just yet.
"Sean O'Rourke" <[EMAIL PROTECTED]> writes:
> On Mon, 26 Aug 2002, Nicholas Clark wrote:
> > All ways of doing deterministic destruction seem to have considerable
> > overhead.
>
> One possible alternative would be to have file handles and other objects
> with destructors that have to be called
Let me ask a somewhat obvious question here.
Why is deterministic destruction needed?
The most often-used example is that of objects with external resources
like filehandles or network sockets. Let me take that argument for the
duration of this email, but please feel free to bring up other reaso
On Tue, 27 Aug 2002, Mike Lambert wrote:
> Is there still a need for determinstic destruction, even in light of the
> alternative approaches mentioned above?
Yes, if the destruction of the resource is itself important to the
program. For example, one way to do exception-safe locks in C++ is to
h
On Tue, 27 Aug 2002, Jason Gloudon wrote:
> Dan Sugalski wrote:
> > This includes all forms of assignment, not just the ASSIGN op kind.
> > When we do an ADD Px, Py, Pz, we're calling Px's set_pmc vtable entry
> > with a PMC that represents the addition of Y and Z. Whether X changes
> > its type i
On Tue, 27 Aug 2002, Steve Fink wrote:
> I would like to take a shot at making perl6 front- and backend
> adapters for languages/regex, but so far I have seen all the tests in
> languages/perl6 pass exactly once (and I updated again immediately
> after, and a bunch of them broke again.) So I'm a l
Steve Fink wrote:
> Failed Test Status Wstat Total Fail Failed List of Failed
>
> t/compiler/8.t 5 1280 65 83.33% 1-5
> t/compiler/builtins.t 1 256 21 50.00% 1
> t
On Tue, 27 Aug 2002, Leopold Toetsch wrote:
> Steve Fink wrote:
> On a recent tree try this:
>
> $ perl6 --force --test# force rebuid grammar, run all tests
s/force/force-grammar/?
/s
# New Ticket Created by Jonathan Sillito
# Please include the string: [perl #16797]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=16797 >
This patch supersedes patch [perl #16087], which will not apply
correctly, since ke
On Tue, Aug 27, 2002 at 01:23:50PM -0700, Sean O'Rourke wrote:
> On Tue, 27 Aug 2002, Mike Lambert wrote:
> > Is there still a need for determinstic destruction, even in light of the
> > alternative approaches mentioned above?
>
> Yes, if the destruction of the resource is itself important to the
On Tue, Aug 27, 2002 at 01:53:06PM -0700, Sean O'Rourke wrote:
> On Tue, 27 Aug 2002, Leopold Toetsch wrote:
> > Steve Fink wrote:
> > On a recent tree try this:
> >
> > $ perl6 --force --test# force rebuid grammar, run all tests
>
> s/force/force-grammar/?
Yep, that fixed it, thanks. That c
On Tue, Aug 27, 2002 at 01:38:26PM -0700, Sean O'Rourke wrote:
> On Tue, 27 Aug 2002, Steve Fink wrote:
> > I would like to take a shot at making perl6 front- and backend
> > adapters for languages/regex, but so far I have seen all the tests in
> > languages/perl6 pass exactly once (and I updated
On Tue, 27 Aug 2002, Steve Fink wrote:
> For those following along at home: regex engines seem to be too much
> fun for people to resist. I know of at least 5 parsers, 4 compilers,
> and 5 backend op sets that have been written over the course of the
> Parrot project:
>
> Parsers:
> - My language
On Tue, Aug 27, 2002 at 03:42:18PM -0700, Sean O'Rourke wrote:
> On Tue, 27 Aug 2002, Steve Fink wrote:
> > Backend ops:
> > - Brent's original rx ops
> > - The rx ops with Angel's modifications
> > - My abandoned implicitly backtracking re ops
>
> Are these abandoned for good, or just for the
26 matches
Mail list logo