From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: MIssing scm_memory_error Date: Mon, 10 Feb 2020 00:12:43 +0100 Message-ID: <877e0vuzh0.fsf@gnu.org> References: <5d53bae712e7f47fd4150293430e66878bf00adb@webmail> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="97805"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Guile Devel To: dsmich@roadrunner.com Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Feb 10 00:12:58 2020 Return-path: Envelope-to: guile-devel@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 1j0vl4-000PNB-0z for guile-devel@m.gmane-mx.org; Mon, 10 Feb 2020 00:12:58 +0100 Original-Received: from localhost ([::1]:55086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0vl3-0008Qh-3d for guile-devel@m.gmane-mx.org; Sun, 09 Feb 2020 18:12:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52534) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0vkr-0008KJ-S5 for guile-devel@gnu.org; Sun, 09 Feb 2020 18:12:46 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0vkr-0000h5-Gh; Sun, 09 Feb 2020 18:12:45 -0500 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41306 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j0vkq-0003Kz-UV; Sun, 09 Feb 2020 18:12:45 -0500 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <5d53bae712e7f47fd4150293430e66878bf00adb@webmail> (dsmich@roadrunner.com's message of "Sun, 19 Jan 2020 22:48:10 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20407 Archived-At: Hi Dale, dsmich@roadrunner.com skribis: > In Guile 3.0 (and probably earlier) scm_memory_error has gone away, > with no mention of a replacement in NEWS. It would seem that =E2=80=98scm_memory_error=E2=80=99 was deprecated in 201= 4 in commit c2247b782a9234bb9aedee5204c30daf1d01a510 and removed in 2017 in commit c248ea10beb2afa4c113dbc6dc707bed5dbfc92e. However, =E2=80=98SCM_MEMORY_ERROR=E2=80=99 in =E2=80=98error.h=E2=80=99 st= ill refers to it, and so does the manual. Commit 1a3e316c32562aec2665a0233d46d5635f9c1245 fixes that by removing all traces of =E2=80=98scm_memory_error=E2=80=99. Thank you, Ludo=E2=80=99.