guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Doc: protecting procedure->pointer pointers from GC


From: Neil Jerram
Subject: Re: [PATCH] Doc: protecting procedure->pointer pointers from GC
Date: Fri, 03 Feb 2012 08:56:52 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Looks great!  I had a glance at the E17 bindings, and I see that the API
> uses raw pointer objects; using “wrapped pointer types” would provide
> type checking, and a nicer UI if you add printers.  :-)

That's an excellent point; yes, I'll do that.  Using wrapped pointer
types, it should then be the case that no naked pointer values ever
go in or out from the module that provides the binding - which feels
like a nice property. 

        Neil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]