[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Remove several deprecated things which sho
From: |
Christian Kellermann |
Subject: |
Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble |
Date: |
Mon, 9 Jun 2014 16:23:54 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* Peter Bex <address@hidden> [140607 22:27]:
> Hi all,
>
> The attached patch removes the majority of things that were officially
> deprecated or just marked OBSOLETE. This is just the low-hanging fruit.
>
> I've kept around a few compiler flags and the ##sys#check-port-mode and
> ##sys#check-port* as well as C_pair(). There are a few eggs still using
> the mentioned ##sys#check procedures and C_pair() and even core is still
> using C_pair in a few places!
>
> We can remove those after the eggs have been fixed and core has been
> changed and a new dev snapshot tagged.
>
> I've "undeprecated" C_mutate, because it is actually documented and
> performs a useful function. I think it's better to deprecate C_mutate2
> instead: it would be silly to have C_mutate2 be the official API!
> Eventually I'd like to get rid of a few more "2" functions and macros,
> but this will take some time. I don't want to break too much in one go!
>
> Finally, we need to start thinking about actually getting rid of the
> deprecated ~ and $VAR expansion in pathnames (ticket #1001).
I have pushed this and will take care of the C_pair usage in core.
Kind regards,
Christian
--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.
- [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Peter Bex, 2014/06/07
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble,
Christian Kellermann <=
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Kon Lovett, 2014/06/09
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Peter Bex, 2014/06/09
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Kon Lovett, 2014/06/09
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Peter Bex, 2014/06/10
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Christian Kellermann, 2014/06/10
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Peter Bex, 2014/06/10
- Re: [Chicken-hackers] [PATCH] Remove several deprecated things which should not cause too much trouble, Christian Kellermann, 2014/06/10