From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 75A512C729 for ; Thu, 23 May 2019 03:15:27 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6C2uTy1SVKgI for ; Thu, 23 May 2019 03:15:27 -0400 (EDT) Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C59A222CEC for ; Thu, 23 May 2019 03:15:26 -0400 (EDT) From: =?utf-8?B?0JPQtdC+0YDQs9C40Lkg0JrQuNGA0LjRh9C10L3QutC+?= Subject: [tarantool-patches] Re: [PATCH v2 2/2] lib/core: introduce decimal type to tarantool Date: Thu, 23 May 2019 10:15:16 +0300 Message-ID: <1731779.4I93YYQjSG@home.lan> In-Reply-To: <20190521145920.GB15755@atlas> References: <20190521145920.GB15755@atlas> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2338588.YVWXXOD79l"; micalg="pgp-sha256"; protocol="application/pgp-signature" Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Konstantin Osipov Cc: Serge Petrenko , tarantool-patches@freelists.org --nextPart2338588.YVWXXOD79l Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" On Tuesday, May 21, 2019 5:59:20 PM MSK Konstantin Osipov wrote: > * Serge Petrenko [19/05/21 17:56]: > > > 21 =D0=BC=D0=B0=D1=8F 2019 =D0=B3., =D0=B2 17:17, Konstantin Osipov <= kostja@tarantool.org> > > > =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0=B0): > > >=20 > > > * Serge Petrenko [19/05/21 17:04]: > > >=20 > > > How does this co-exist with the bindings for the same library > > > made by the community? > >=20 > > What do you mean? I=E2=80=99m not sure I understand. > > Are you talking about conversions between our decimal and ldecnumber > > decimal? > I mean the symbol clash when people are trying to use the > standalone .so I'm not sure there is a symbol clash because Serge used a static library an= d=20 non-marked symbols are stripped. If would use a shared one then users code= =20 won't do anything and reuse the linked library. At least the situation is the same as with libz/ssl and other libraries we= =20 link with. --nextPart2338588.YVWXXOD79l Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEFB+nbqWGnp59Rk9ZFSyY70x8X3sFAlzmSIQACgkQFSyY70x8 X3vRhAf/af7ZbCe+v6IywPRPee3zU+y71PO+WfE6l0ZBByHeYlMSQPkA5c9oTjTb 9m7Q4EOySvdObPKF4dvIL42y6265qUt27yI2qARpmUn37nifQH4730TP3HonVSHI RUf/bjaHfcV6+gpyUKegEGntG69GrINhy0PB4g0Sk/GnvjEa4XdMy8i6fbKTCuyJ K23bTt7ut17cbxCXCBDqCxSXUSLPgYjzuq/zJBXgZbwpVwWKH+qHcZTugXCSwAEu wQthmSqvix6UdjkK4T71nsHR0lFwuN+RWP0dItubZe1cAbqn8qnG/mHOd8BmYUx/ cTZhE/m7MAQOBdjyCnH0/Alv1dQDsw== =z2xY -----END PGP SIGNATURE----- --nextPart2338588.YVWXXOD79l--