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 19FDF2EDA7 for ; Thu, 9 May 2019 04:57:14 -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 TNOmUm-5lEss for ; Thu, 9 May 2019 04:57:14 -0400 (EDT) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 526522B1FD for ; Thu, 9 May 2019 04:57:13 -0400 (EDT) Date: Thu, 9 May 2019 11:57:07 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v6] Feature request for a new collation Message-ID: <20190509085707.rpyxzdrdkktadhpo@tarantool.org> References: <20190411152649.3167-1-szudin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190411152649.3167-1-szudin@tarantool.org> 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: tarantool-patches@freelists.org Cc: kostja@tarantool.org, Stanislav Zudin Hello, On 11 Apr 18:26, Stanislav Zudin wrote: > This patch contains new tests for collations. > Those tests who is not compatible with the old ICU > versions (prior to 60.2) are marked as "unstable". > These tests are being skipped. > The patch also removes a duplicate test > > Closes #4007 > --- > Branch: https://github.com/tarantool/tarantool/tree/stanztt/gh-4007-new-collations-3 > Issue: https://github.com/tarantool/tarantool/issues/4007 I've checked your patch into master. -- Regards, Kirill Yukhin