emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-repository-{version|branch} on Windows


From: Stefan Monnier
Subject: Re: emacs-repository-{version|branch} on Windows
Date: Sat, 05 Nov 2022 11:19:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> AFAICS, emacs-repository-{brach|version}-git use `with-demoted-errors' to
> catch git
> errors and make them into messages, but these messages do not show in the
> output
> when compiling or bootstrapping:

I think there are two places where the error is lost:

- in `loadup` we wrap the call in an `ignore-errors`.
- in `emacs-repository-version-git` we don't fetch the stdout/stderr
  output when there's an error.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]