[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing some workarounds for big integers
From: |
Philipp Stephani |
Subject: |
Re: Removing some workarounds for big integers |
Date: |
Mon, 22 Apr 2019 17:40:00 +0200 |
Am Sa., 22. Sept. 2018 um 01:12 Uhr schrieb Paul Eggert <address@hidden>:
>
> Philipp Stephani wrote:
>
> > It looks like Paul has already done most of this work in commit
> > d77d01d22902acdc45c2c7059de4f1b158ab5806.
>
> Yes, I've already replaced all uses of make_fixnum_or_float and
> INTEGER_TO_CONS
> with INT_TO_INTEGER.
>
> There are still quite a few places that need looking at, though. Stefan
> mentioned timestamps; I'll try to bump the priority of that.
I've checked some of the remaining uses of CONS_TO_INTEGER. It seems
some of them we can replace right away. For some others the
documentation requires a number; we can detect integral floats for
them, but should deprecate the float usage.
- Re: Removing some workarounds for big integers,
Philipp Stephani <=