Replying to issues by mail eats my answer
I've gotten this twice in a row in the issue pypy/pypy#3192: I'm getting a mail, then I reply to the mail, and my reply ends up in the issue as just "Hi,". That may be because I'm used to write replies in-line; it seems maybe that the system drops everything from the line "On DATE, XXX wrote:". Is that the right place to report this or it is an upstream Gitlab bug? For reference, one of the mails I sent follows.
MIME-Version: 1.0
Date: Wed, 18 Mar 2020 11:19:42 +0100
References: ...
In-Reply-To: <note_52809@foss.heptapod.net>
Message-ID: ...
Subject: Re: pypy | bug: pypy sandbox-2 (ef9cad7d) pypy_interact.py: No module named sandlib (#3192)
From: Armin Rigo <armin.rigo@gmail.com>
To: "PyPy / pypy" <foss+...@heptapod.net>
Content-Type: text/plain; charset="UTF-8"
Hi,
On Wed, 18 Mar 2020 at 11:14, Mark Doerr <foss@heptapod.net> wrote:
> python/sandboxlib$ ./interact.py ../pypy/pypy/goal/pypy-sandbox
You need to pass options (I think at least --lib-path). Use
'interact.py --help' to see details.
Armin