emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Geiser fails to start REPL on Emacs 26
@ 2023-08-06  6:58 Ihor Radchenko
  2023-08-06 19:00 ` Jose A. Ortega Ruiz
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2023-08-06  6:58 UTC (permalink / raw)
  To: jao, emacs-orgmode

Hi,

Our (Org mode) CI is now failing to run ob-scheme tests because Geiser
fails to run REPL:

https://builds.sr.ht/~bzg/job/1035753

Test test-ob-scheme/tables backtrace:
  (obsolete max-specpdl-size)()
  geiser-syntax--read-from-string("#<unspecified>")
  geiser-guile-update-warning-level()
  geiser-guile--startup(nil)
  apply(geiser-guile--startup nil)
  geiser-impl--call-method(repl-startup guile nil)
  geiser-repl--startup(guile nil)
  geiser-repl--start-repl(guile nil)
  geiser(guile)
  org-babel-scheme-get-repl(guile nil)

This happens because `geiser-syntax--read-from-string' tries to call
`with-suppressed-warnings', which is only available starting from Emacs
27.

Considering that geiser claims supporting Emacs >=25.1, this appears to
be a bug.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] Geiser fails to start REPL on Emacs 26
  2023-08-06  6:58 [BUG] Geiser fails to start REPL on Emacs 26 Ihor Radchenko
@ 2023-08-06 19:00 ` Jose A. Ortega Ruiz
  2023-08-07 12:00   ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jose A. Ortega Ruiz @ 2023-08-06 19:00 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode


Hi.  Thanks for the heads up. I've upped the requirement in Geiser 0.29.1
to Emacs 27.1.

Cheers,
jao

On Sun, Aug 06 2023, Ihor Radchenko wrote:

> Hi,
>
> Our (Org mode) CI is now failing to run ob-scheme tests because Geiser
> fails to run REPL:
>
> https://builds.sr.ht/~bzg/job/1035753
>
> Test test-ob-scheme/tables backtrace:
>   (obsolete max-specpdl-size)()
>   geiser-syntax--read-from-string("#<unspecified>")
>   geiser-guile-update-warning-level()
>   geiser-guile--startup(nil)
>   apply(geiser-guile--startup nil)
>   geiser-impl--call-method(repl-startup guile nil)
>   geiser-repl--startup(guile nil)
>   geiser-repl--start-repl(guile nil)
>   geiser(guile)
>   org-babel-scheme-get-repl(guile nil)
>
> This happens because `geiser-syntax--read-from-string' tries to call
> `with-suppressed-warnings', which is only available starting from Emacs
> 27.
>
> Considering that geiser claims supporting Emacs >=25.1, this appears to
> be a bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] Geiser fails to start REPL on Emacs 26
  2023-08-06 19:00 ` Jose A. Ortega Ruiz
@ 2023-08-07 12:00   ` Ihor Radchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2023-08-07 12:00 UTC (permalink / raw)
  To: Jose A. Ortega Ruiz; +Cc: emacs-orgmode

"Jose A. Ortega Ruiz" <jao@gnu.org> writes:

> Hi.  Thanks for the heads up. I've upped the requirement in Geiser 0.29.1
> to Emacs 27.1.

Thanks!
I am thus disabling ob-scheme tests for Emacs <27.1.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=168ba7e6c
Fixed, on bugfix.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-07 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06  6:58 [BUG] Geiser fails to start REPL on Emacs 26 Ihor Radchenko
2023-08-06 19:00 ` Jose A. Ortega Ruiz
2023-08-07 12:00   ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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).