* MIssing scm_memory_error
@ 2020-01-19 22:48 dsmich
2020-02-09 23:12 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: dsmich @ 2020-01-19 22:48 UTC (permalink / raw)
To: 'guile-devel@gnu.org'
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
In Guile 3.0 (and probably earlier) scm_memory_error has gone away,
with no mention of a replacement in NEWS.
-Dale
[-- Attachment #2: Type: text/html, Size: 160 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: MIssing scm_memory_error
@ 2020-01-19 23:09 dsmich
0 siblings, 0 replies; 4+ messages in thread
From: dsmich @ 2020-01-19 23:09 UTC (permalink / raw)
To: 'dsmich@roadrunner.com'; +Cc: 'guile-devel@gnu.org'
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
Looks like the replacement is scm_report_out_of_memory()
-Dale
-----------------------------------------From: dsmich@roadrunner.com
To: "guile-devel@gnu.org"
Cc:
Sent: Sunday January 19 2020 5:48:10PM
Subject: MIssing scm_memory_error
In Guile 3.0 (and probably earlier) scm_memory_error has gone away,
with no mention of a replacement in NEWS.
-Dale
[-- Attachment #2: Type: text/html, Size: 497 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MIssing scm_memory_error
2020-01-19 22:48 dsmich
@ 2020-02-09 23:12 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-02-09 23:12 UTC (permalink / raw)
To: dsmich; +Cc: Guile Devel
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 ‘scm_memory_error’ was deprecated in 2014 in commit
c2247b782a9234bb9aedee5204c30daf1d01a510 and removed in 2017 in commit
c248ea10beb2afa4c113dbc6dc707bed5dbfc92e.
However, ‘SCM_MEMORY_ERROR’ in ‘error.h’ still refers to it, and so does
the manual.
Commit 1a3e316c32562aec2665a0233d46d5635f9c1245 fixes that by removing
all traces of ‘scm_memory_error’.
Thank you,
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MIssing scm_memory_error
@ 2020-02-10 0:08 dsmich
0 siblings, 0 replies; 4+ messages in thread
From: dsmich @ 2020-02-10 0:08 UTC (permalink / raw)
To: 'Ludovic Courtès'; +Cc: 'Guile Devel'
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
Thanks!
The replacement for scm_memory_error seems to be
scm_report_out_of_memory.
Maybe keep SCM_MEMORY_ERROR but have it expand to
scm_report_out_of_memory instead?
-Dale
-----------------------------------------From: "Ludovic Courtès"
To: dsmich@roadrunner.com
Cc: "Guile Devel"
Sent: Sunday February 9 2020 6:12:43PM
Subject: Re: MIssing scm_memory_error
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 ‘scm_memory_error’ was deprecated in 2014 in
commit
c2247b782a9234bb9aedee5204c30daf1d01a510 and removed in 2017 in
commit
c248ea10beb2afa4c113dbc6dc707bed5dbfc92e.
However, ‘SCM_MEMORY_ERROR’ in ‘error.h’ still refers to it,
and so does
the manual.
Commit 1a3e316c32562aec2665a0233d46d5635f9c1245 fixes that by
removing
all traces of ‘scm_memory_error’.
Thank you,
Ludo’.
[-- Attachment #2: Type: text/html, Size: 1221 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-10 0:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 0:08 MIssing scm_memory_error dsmich
-- strict thread matches above, loose matches on Subject: below --
2020-01-19 23:09 dsmich
2020-01-19 22:48 dsmich
2020-02-09 23:12 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).