|
From: | Stefan Monnier |
Subject: | Re: [PATCH] Change module interface to no longer use GMP objects directly. |
Date: | Sat, 23 Nov 2019 15:46:07 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> It's crucial that there's a single canonical emacs-module.h. > I don't see why it's crucial. The module API was designed with the goal that a module compiled for a given version of Emacs will keep working with other versions, as long as they're more recent. For example recompiling --with-wide-int or --without-wide-int shouldn't affect the modules's binary compatibility. I don't know if it's crucial, but so far we have decided that it is and I don't think that bignums are a good reason to revert this decision. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |