[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Remove deprecations
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Remove deprecations |
Date: |
Sun, 23 Sep 2012 22:29:51 +0200 |
User-agent: |
Mutt/1.4.2.3i |
Hi all,
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 :)
I'm not sure, but perhaps we need to bump the binary version for this?
Programs with stored flonum literals might have things like "nan.0"
stored as strings, which will cause them to crash when run against
a newer libchicken.
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
0001-Remove-everything-marked-DEPRECATED-and-the-tests-th.patch
Description: Text document
- [Chicken-hackers] [PATCH] Remove deprecations,
Peter Bex <=