Re: MIssing scm_memory_error

2020-02-09 Thread dsmich
; To: dsm...@roadrunner.com Cc: "Guile Devel" Sent: Sunday February 9 2020 6:12:43PM Subject: Re: MIssing scm_memory_error Hi Dale, dsm...@roadrunner.com skribis: > In Guile 3.0 (and probably earlier) scm_memory_error has gone away, > with no mention of a replacement in

Re: MIssing scm_memory_error

2020-02-09 Thread Ludovic Courtès
Hi Dale, dsm...@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

RE: MIssing scm_memory_error

2020-01-19 Thread dsmich
Looks like the replacement is scm_report_out_of_memory() -Dale -From: dsm...@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 probab

MIssing scm_memory_error

2020-01-19 Thread dsmich
In Guile 3.0 (and probably earlier) scm_memory_error has gone away, with no mention of a replacement in NEWS. -Dale