From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s810.sureserver.com (s810.sureserver.com [195.42.142.37]) by sourceware.org (Postfix) with ESMTPS id 126F73858C52 for ; Fri, 9 Sep 2022 18:40:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 126F73858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=strikr.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=strikr.io DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=strikr.io; h=message-id :reply-to:from:to:subject:date:mime-version:in-reply-to :references:content-type:content-transfer-encoding; s=dkim; bh=I jPmgsF9otX3jUZNPILcHCtW3ggD9ldvI5+cuADe9Cg=; b=iuUcrMqCKjzly8P9q XgmZyvBlvVAtmUpBVtCY0xJ/ta8rwt3kh8U5/+kVzvt6Q+piJu4IqA3DrLE6nEmt bwEvLzs+zWrwJJdJ2qiXmwHVq9U0bQq5y7gPNNBkP4Pt5GCwaGVum70ngxixkC5X Rd8TCbj5nNE869+2ZdELE87l6k= Received: (qmail 45385 invoked by uid 1021); 9 Sep 2022 18:40:52 -0000 Message-ID: <20220909184052.45384.qmail@s810.sureserver.com> Reply-To: "=?utf-8?Q?SAIFI?=" From: "=?utf-8?Q?SAIFI?=" To: gcc@gcc.gnu.org Subject: =?utf-8?B?UmU6IFtSRkNdIGRhdGFiYXNlIHdpdGggQVBJIGluZm9ybWF0aW9u?= Date: Fri, 09 Sep 2022 18:40:52 +0000 MIME-Version: 1.0 X-Mailer: WebMail 2.55.13.14 X-Suremail-Sender: 223_231_178_167 X-Originating-Email: msk@strikr.io In-Reply-To: References: <20220909164140.41729.qmail@s810.sureserver.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > -------Original Message------- > From: Jonathan Wakely > > > Would any of the C++11 compliant CSV parsing libraries make the cut > > in your analysis ? > > I'm not going to waste my time looking. > > > Vince CSV parser (RFC4180 + flavours) > > https://github.com/vincentlaucsb/csv-parser > > > > C++11 header only (MT can be turned on/off). > > https://github.com/ben-strasser/fast-cpp-csv-parser > > > > If not, Is there is something else that is needed for the CSV > > parsers to qualify ? > > Why add an extra dependency that would have to be included in the GCC > sources, when Python already has what's needed to do this. > > Somebody has written a new tool, and you seem to be asking them to > rewrite it for your preferences. If you want to rewrite the script in > C++ feel free to proposed a patch, but this digression for your > curiousity doesn't seem productive to me. Well, it seems then the 'innocent CSV' proposed by Ulrich is the strawman that leads to meson ! Please feel free to correct me if that is not the 'unstated' intent. warm regards Saifi.