[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Mark ##sys#check-exact obsolete and replac
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Mark ##sys#check-exact obsolete and replace calls with ##sys#check-fixnum |
Date: |
Sun, 04 Aug 2019 15:12:10 +0200 |
> So, this patch marks the procedure deprecated and replaces the remaining
> few uses in core by the equivalent new ##sys#check-fixnum or removed
> them altogether because where it was used, it was often followed
> by ##sys#check-range, which already does a fixnum type check.
Could you list deprecated operations and features in the
DEPRECATED file? That we it's easier to keep tab on those
things.
felix