[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Remove deprecations
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] Remove deprecations |
Date: |
Mon, 24 Sep 2012 09:18:09 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Sun, Sep 23, 2012 at 11:55:46PM +0200, Felix wrote:
> > Here's a patch that gets rid of all the things that were deprecated
> > in 4.8.0. Some of the things were a little tricky - for example, there
> > were several macros that were plain lambdas that didn't make use of a
> > macro transformer wrapper. It turns out the notes I put with the
> > string->number stuff were also incorrect, so I fixed it the right way :)
>
> Note that we have to keep deprecated stuff for a while. It seems that
> people often keep relatively old chickens around and it is truly
> annoying having to work around a dropped compiler option or primitive.
> It would be best to sort out exactly when these things were deprecated
> (I can do that, if you want). We should try to mark deprecations with
> a timestamp in the future - it would have made things easier now.
I thought kept stuff deprecated for one release and removed it the next.
When will we be able to remove this stuff?
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth