whats the plan WRT to CALL__BUILD?
I've written a patch that makes it the default, but does a fallback to
"__init" if no BUILD property is set. If the __init method does not exists,
no exception is thrown (like before), whereas now an exception is thrown if
you specify a BUILD property and the specified method does not exists.
A special case is if you set BUILD to an empty string, then no constructor is
called for the class, not even __init if it exists.
All tests are passing, plus two new tests for the new functionality (exception
if constructor not found and constructor disabling)
Should I apply it?
jens
[ ... ]
> Should I apply it?
It's ok for me.
> jens
leo
On Monday 17 May 2004 15:07, Leopold Toetsch wrote:
> > Should I apply it?
>
> It's ok for me.
The patch is in.
The SDL stuff now works without any special environment variables.
jens
> > It's ok for me.
> The patch is in.
>
> The SDL stuff now works without any special environment variables.
Unless someone hollers in the next day or two, I'll check in the new
libraries and examples.
Should I stick with library/ or runtime/include/<whatever>?
-- c
FWI, runtime/parrot/perl6 et al can hold language specific libraries (if a
language does not use its own directory, for example)
runtime/parrot/library should IMO contain all language-neutral libraries.
jens