[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Removal of deprecated features
From: |
Elf |
Subject: |
Re: [Chicken-users] Removal of deprecated features |
Date: |
Mon, 19 Nov 2007 22:40:05 -0800 (PST) |
On Mon, 19 Nov 2007, Mario Domenech Goulart wrote:
Hi,
On Fri, 16 Nov 2007 10:11:49 +0100 "felix winkelmann" <address@hidden> wrote:
The following procedures and macros have now been removed in the
trunk version of chicken:
extension-info
print-backtrace
test-feature?
___callback (chicken.h + easyffi)
foreign-callback-lambda[*]
thread-deliver-signal!
critical-section
enable-interrupts
disable-interrupts
invalid-procedure-call-handler
<snip>
It would be nice if authors could release their eggs with the
alternative procedure/macros (i.e., the ones which are not
deprecated), so we can avoid eggs breakage when the current trunk
becomes the stable release.
quick question, then. what ARE the alternate procedures for the deprecated
ones, as i can't seem to find any reference to similar functionality in the
docs, wiki, or a quick grep of the source...
-elf