GNU bug report logs -
#70578
[PATCH] ; Fix python test case for testing completion with ipython
Previous Next
Reported by: Lin Sun <sunlin7.mail <at> gmail.com>
Date: Fri, 26 Apr 2024 03:29:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70578 in the body.
You can then email your comments to 70578 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#70578
; Package
emacs
.
(Fri, 26 Apr 2024 03:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lin Sun <sunlin7.mail <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 26 Apr 2024 03:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
There is an error when running python-tests.el, I pasted on the tail
of this mail.
The error is caused by the test case trying testing the functions with
ipython but its subroutine didn't use the ipython as interpreter.
Changing the test interpreter will fix the issue, I attached the patch.
Please help apply the change. Thanks.
Test case error message:
Test python-shell-completion-at-point-ipython backtrace:
call-process("python" nil t nil "-m" "jedi" "repl")
(eql 0 (call-process python-tests-shell-interpreter nil t nil "-m" "
(if (eql 0 (call-process python-tests-shell-interpreter nil t nil "-
...
Test python-shell-completion-at-point-ipython condition:
(file-missing "Searching for program" "No such file or directory"
"python")
FAILED 1/1 python-shell-completion-at-point-ipython (0.829918
sec) at python-tests.el:4897
[0001-Fix-python-test-case-for-testing-completion-with-ipy.patch (text/x-patch, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#70578
; Package
emacs
.
(Sat, 27 Apr 2024 09:55:10 GMT)
Full text and
rfc822 format available.
Message #8 received at 70578 <at> debbugs.gnu.org (full text, mbox):
> From: Lin Sun <sunlin7.mail <at> gmail.com>
> Date: Fri, 26 Apr 2024 03:27:34 +0000
>
> There is an error when running python-tests.el, I pasted on the tail
> of this mail.
>
> The error is caused by the test case trying testing the functions with
> ipython but its subroutine didn't use the ipython as interpreter.
>
> Changing the test interpreter will fix the issue, I attached the patch.
>
> Please help apply the change. Thanks.
>
>
> Test case error message:
>
> Test python-shell-completion-at-point-ipython backtrace:
> call-process("python" nil t nil "-m" "jedi" "repl")
> (eql 0 (call-process python-tests-shell-interpreter nil t nil "-m" "
> (if (eql 0 (call-process python-tests-shell-interpreter nil t nil "-
> ...
> Test python-shell-completion-at-point-ipython condition:
> (file-missing "Searching for program" "No such file or directory"
> "python")
> FAILED 1/1 python-shell-completion-at-point-ipython (0.829918
> sec) at python-tests.el:4897
Thanks.
kobarity, any comments about this or the patch?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#70578
; Package
emacs
.
(Sat, 27 Apr 2024 12:11:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 70578 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii wrote:
>
> > From: Lin Sun <sunlin7.mail <at> gmail.com>
> > Date: Fri, 26 Apr 2024 03:27:34 +0000
> >
> > There is an error when running python-tests.el, I pasted on the tail
> > of this mail.
> >
> > The error is caused by the test case trying testing the functions with
> > ipython but its subroutine didn't use the ipython as interpreter.
> >
> > Changing the test interpreter will fix the issue, I attached the patch.
> >
> > Please help apply the change. Thanks.
> >
> >
> > Test case error message:
> >
> > Test python-shell-completion-at-point-ipython backtrace:
> > call-process("python" nil t nil "-m" "jedi" "repl")
> > (eql 0 (call-process python-tests-shell-interpreter nil t nil "-m" "
> > (if (eql 0 (call-process python-tests-shell-interpreter nil t nil "-
> > ...
> > Test python-shell-completion-at-point-ipython condition:
> > (file-missing "Searching for program" "No such file or directory"
> > "python")
> > FAILED 1/1 python-shell-completion-at-point-ipython (0.829918
> > sec) at python-tests.el:4897
>
> Thanks.
>
> kobarity, any comments about this or the patch?
I confirmed that Lin Sun's patch fixes this issue. I Cc'd the author
of this ERT as well, just in case.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#70578
; Package
emacs
.
(Mon, 29 Apr 2024 15:37:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 70578 <at> debbugs.gnu.org (full text, mbox):
On Sat, Apr 27, 2024 at 12:10 PM kobarity <kobarity <at> gmail.com> wrote:
>
>
> Eli Zaretskii wrote:
> >
> > > From: Lin Sun <sunlin7.mail <at> gmail.com>
> > > Date: Fri, 26 Apr 2024 03:27:34 +0000
> > >
> > > There is an error when running python-tests.el, I pasted on the tail
> > > of this mail.
> > >
> > > The error is caused by the test case trying testing the functions with
> > > ipython but its subroutine didn't use the ipython as interpreter.
> > >
> > > Changing the test interpreter will fix the issue, I attached the patch.
> > >
> > > Please help apply the change. Thanks.
> > >
> > >
> > > Test case error message:
> > >
> > > Test python-shell-completion-at-point-ipython backtrace:
> > > call-process("python" nil t nil "-m" "jedi" "repl")
> > > (eql 0 (call-process python-tests-shell-interpreter nil t nil "-m" "
> > > (if (eql 0 (call-process python-tests-shell-interpreter nil t nil "-
> > > ...
> > > Test python-shell-completion-at-point-ipython condition:
> > > (file-missing "Searching for program" "No such file or directory"
> > > "python")
> > > FAILED 1/1 python-shell-completion-at-point-ipython (0.829918
> > > sec) at python-tests.el:4897
> >
> > Thanks.
> >
> > kobarity, any comments about this or the patch?
>
> I confirmed that Lin Sun's patch fixes this issue. I Cc'd the author
> of this ERT as well, just in case.
Thanks for confirmation, look forward to the merging happening.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Thu, 02 May 2024 09:08:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Lin Sun <sunlin7.mail <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 02 May 2024 09:08:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 70578-done <at> debbugs.gnu.org (full text, mbox):
> From: Lin Sun <sunlin7.mail <at> gmail.com>
> Date: Mon, 29 Apr 2024 15:36:16 +0000
> Cc: Eli Zaretskii <eliz <at> gnu.org>, Liu Hui <liuhui1610 <at> gmail.com>, 70578 <at> debbugs.gnu.org
>
> On Sat, Apr 27, 2024 at 12:10 PM kobarity <kobarity <at> gmail.com> wrote:
> >
> >
> > I confirmed that Lin Sun's patch fixes this issue. I Cc'd the author
> > of this ERT as well, just in case.
>
> Thanks for confirmation, look forward to the merging happening.
Now installed on master, and closing the bug.
Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 30 May 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.