[Tarantool-patches] [PATCH 00/43] Unhide symbols

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Apr 12 17:05:18 MSK 2020


On 12/04/2020 13:34, Konstantin Osipov wrote:
> * Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [20/04/12 14:24]:
> 
> 
>> The patchset makes Tarantool stop hiding not explicitly exported
>> symbols.
>>
>> It means, all FFI and public C API related symbols are still
>> always exported. All the other symbols may be exported, or may be
>> not.
>>
>> That feature was requested solely by Mons.
> 
> :-(
> 
> 
>> To make the needed symbols visible the hack with function
>> addresses was returned back, like it was before
>> https://github.com/tarantool/tarantool/commit/4c4c1ccbe422e1420ce0c0b36194fc61bb857ed4,
>> but in a more structured form.
> 
> The exports used to be autogenerated. Instead, you introduce
> a manually crafted list.

It was never autogenerated. We always patched extra/exports file.
That makes almost all your comments irrelevant.


More information about the Tarantool-patches mailing list