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 3B282275BE for ; Thu, 22 Aug 2019 10:27:30 -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 ojGQKh_dJ1yT for ; Thu, 22 Aug 2019 10:27:30 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 903982740E for ; Thu, 22 Aug 2019 10:27:29 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH] Enable support for NOTIFY_SOCKET on macOS References: <20190819082813.38237-1-m.melentiev@corp.mail.ru> <20190819193333.z525sey6oe2dbnvg@tkn_work_nb> <28f95bdb-d3c7-6d70-7af8-2e40b62cf9c7@corp.mail.ru> <20190821155200.GA7926@atlas> <27beb551-6221-6e7e-5bba-61802782fe41@corp.mail.ru> <20190822100625.GB25002@atlas> <4f9082ea-401a-3ddb-cf3d-69b1cdca94db@corp.mail.ru> <20190822130349.GA16608@atlas> From: "Maxim Melentiev" (Redacted sender "m.melentiev" for DMARC) Message-ID: <4374b9e2-0965-165b-3e70-68d84410827e@corp.mail.ru> Date: Thu, 22 Aug 2019 17:27:25 +0300 MIME-Version: 1.0 In-Reply-To: <20190822130349.GA16608@atlas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: ru 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: tarantool-patches@freelists.org, alexander.turenko@tarantool.org, kyukhin@tarantool.org fixed and pushed to https://github.com/tarantool/tarantool/tree/notify_socket_for_macos On 22/08/2019 16:03, Konstantin Osipov wrote: > * Maxim Melentiev [19/08/22 15:46]: >> From d171f4a0721be0168e591aaa734c4729b96ea87c Mon Sep 17 00:00:00 2001 >> From: Max Melentiev >> Date: Thu, 25 Jul 2019 10:05:24 +0300 >> Subject: [PATCH] Enable support for NOTIFY_SOCKET in envs without systemd > lgtm, but please fix #ifdef alignment > >