[PATCH v3 1/4] third-party: add decNumber library

Георгий Кириченко georgy at tarantool.org
Wed Jun 5 11:04:45 MSK 2019


LGTM

On Tuesday, June 4, 2019 7:04:16 PM MSK Serge Petrenko wrote:
> We will use it for decimal implementation in tarantool
> 
> Part of #692
> ---
>  .gitmodules           | 3 +++
>  third_party/decNumber | 1 +
>  2 files changed, 4 insertions(+)
>  create mode 160000 third_party/decNumber
> 
> diff --git a/.gitmodules b/.gitmodules
> index e3aa7d79e..9f52c3fc1 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -31,3 +31,6 @@
>  	path = third_party/luarocks
>  	url = https://github.com/tarantool/luarocks.git
>  	branch = tarantool-1.7
> +[submodule "third_party/decNumber"]
> +	path = third_party/decNumber
> +	url = https://github.com/tarantool/decNumber.git
> diff --git a/third_party/decNumber b/third_party/decNumber
> new file mode 160000
> index 000000000..04e31ac65
> --- /dev/null
> +++ b/third_party/decNumber
> @@ -0,0 +1 @@
> +Subproject commit 04e31ac65efbfb426c7fc299e736ea4e591b41a9

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20190605/54948e06/attachment.sig>


More information about the Tarantool-patches mailing list