NCI callbacks

2005-10-25 Thread Bernhard Schmalhofer
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

Re: [perl #31962] [PATCH] synchronous NCI callbacks

2004-10-13 Thread Leopold Toetsch
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

[perl #31962] [PATCH] synchronous NCI callbacks

2004-10-12 Thread via RT
# 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,

Re: [perl #31606] [PATCH] Receive UnManagedStruct from C-code through NCI callbacks

2004-09-16 Thread Jens Rieks
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

[perl #31606] [PATCH] Receive UnManagedStruct from C-code through NCI callbacks

2004-09-16 Thread via RT
# 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