From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#43175: 27.1; ISO8601 & parse-time-string check in 27.1 Date: Thu, 03 Sep 2020 16:09:27 +0300 Message-ID: <83mu27uhvc.fsf@gnu.org> References: <874kogorvu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28167"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43175@debbugs.gnu.org To: Brett Gilio Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Sep 03 15:10:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kDp0F-0007DB-Pt for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Sep 2020 15:10:11 +0200 Original-Received: from localhost ([::1]:41286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kDp0E-0004DK-QI for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Sep 2020 09:10:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDp07-0004Bx-Cv for bug-gnu-emacs@gnu.org; Thu, 03 Sep 2020 09:10:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50661) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kDp06-0004jD-Cw for bug-gnu-emacs@gnu.org; Thu, 03 Sep 2020 09:10:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kDp06-0006zw-8F for bug-gnu-emacs@gnu.org; Thu, 03 Sep 2020 09:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Sep 2020 13:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43175 X-GNU-PR-Package: emacs Original-Received: via spool by 43175-submit@debbugs.gnu.org id=B43175.159913858526877 (code B ref 43175); Thu, 03 Sep 2020 13:10:02 +0000 Original-Received: (at 43175) by debbugs.gnu.org; 3 Sep 2020 13:09:45 +0000 Original-Received: from localhost ([127.0.0.1]:33974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDozp-0006zQ-Kg for submit@debbugs.gnu.org; Thu, 03 Sep 2020 09:09:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDozo-0006yl-2A for 43175@debbugs.gnu.org; Thu, 03 Sep 2020 09:09:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36899) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kDozi-0004g5-S5; Thu, 03 Sep 2020 09:09:38 -0400 Original-Received: from [176.228.60.248] (port=4547 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kDozi-0001IU-8h; Thu, 03 Sep 2020 09:09:38 -0400 In-Reply-To: <874kogorvu.fsf@gnu.org> (message from Brett Gilio on Wed, 02 Sep 2020 15:17:25 -0500) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:187009 Archived-At: > From: Brett Gilio > Date: Wed, 02 Sep 2020 15:17:25 -0500 > > https://git.sr.ht/~brettgilio/org-webring > When using the package I have authored above, there is a dependency > on ISO-8601 for parsing ATOM time-strings in 27.1 or newer. The > condition check for iso8601 in parse-time-string exists in 28.0.50 > but is non-existent in 27.1 when ISO8601 was introduced. I am requesting > that this condition check be backported to 27-next. The change you mention implemented a new feature in parse-time-string, so I'd prefer not to backport it. Can you tell more about the reason for your request? I don't think I understand why the problem you have cannot be resolved for Emacs 27 by using iso8601.el functions from your package. Thanks.