[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] Add module functions to convert from and to big integers
From: |
Philipp Stephani |
Subject: |
Re: [PATCH 2/2] Add module functions to convert from and to big integers. |
Date: |
Wed, 13 Nov 2019 13:46:20 -0500 |
Am So., 3. Nov. 2019 um 14:38 Uhr schrieb Stefan Monnier
<address@hidden>:
>
> > Overall I now think the original approach (without mpz_t) is quite
> > superior, and unless I hear convincing counterarguments, I'll send a
> > patch to revert to that.
>
> FWIW, I agree. The main argument for me is the fact that it exposes an
> internal implementation detail whereas the module interface makes a lot
> of effort to hide all implementation details (even the representation
> of Lisp_Object!).
>
SG, I'll send the patch once I find the time to do so ;-) Since this a
breaking change, I'd request not releasing any pretests until the
patch is in.
- Re: [PATCH 2/2] Add module functions to convert from and to big integers., Philipp Stephani, 2019/11/02
- Re: [PATCH 2/2] Add module functions to convert from and to big integers., Stefan Monnier, 2019/11/03
- Re: [PATCH 2/2] Add module functions to convert from and to big integers.,
Philipp Stephani <=
- [PATCH] Change module interface to no longer use GMP objects directly., Philipp Stephani, 2019/11/17
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Paul Eggert, 2019/11/18
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Philipp Stephani, 2019/11/19
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Paul Eggert, 2019/11/19
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Philipp Stephani, 2019/11/20
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Paul Eggert, 2019/11/20
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Philipp Stephani, 2019/11/20
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Paul Eggert, 2019/11/20
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Philipp Stephani, 2019/11/21
- Re: [PATCH] Change module interface to no longer use GMP objects directly., Paul Eggert, 2019/11/22