Nick Glencross schrieb:
I was looking at callbacks the other evening. Am I right in thinking
that only two callback prototypes are supported, or have I missed a
trick there as well?
Yes, I think that hasn't changed since I've looking into interfacing
Parrot with libsyck. As far as I rememb
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> A callback sub is marked as 'sychchronous' by setting the property
> '_synchronous' of the user_data to a true PMC.
Good.
> ... A neater solutin would be
> automatic detection of safe synchronous execution.
That would need a special C that recor
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #31962]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=31962 >
Hi,
this a hack that should make support for 'libsyck', a YAML Parser in C,
On Thursday 16 September 2004 22:17, Bernhard Schmalhofer wrote:
> # New Ticket Created by Bernhard Schmalhofer
> # Please include the string: [perl #31606]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31606 >
>
>
> Hi
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #31606]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=31606 >
Hi,
so far external libraries can pass integers and strings to Parrot callba