GNU bug report logs -
#70609
30.0.50; [PATCH] New function 'python-shell-send-block' for python-mode
Previous Next
Reported by: Lin Sun <sunlin7.mail <at> gmail.com>
Date: Sat, 27 Apr 2024 14:16:07 UTC
Severity: normal
Tags: patch
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 02 May 2024 13:05:38 +0300
with message-id <86sez0lea5.fsf <at> gnu.org>
and subject line Re: bug#70609: 30.0.50; [PATCH] New function 'python-shell-send-block' for python-mode
has caused the debbugs.gnu.org bug report #70609,
regarding 30.0.50; [PATCH] New function 'python-shell-send-block' for python-mode
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70609: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70609
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi,
Here is a function 'python-shell-send-block' to send a block to the
python interpreter in python mode, it's similar to
`python-shell-send-defun` but works on block.
The implementation and testing are included in that patch.
Please help review the changes.
[PATCH] New function 'python-shell-send-block' for python-mode
* lisp/progmodes/python.el: Add implemention of the function.
* test/lisp/progmodes/python-tests.el: Test case for the function.
* etc/NEWS: Document for the function.
Best Regards
Lin
[0001-New-function-python-shell-send-block-for-python-mode.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
> From: Lin Sun <sunlin7.mail <at> gmail.com>
> Date: Tue, 30 Apr 2024 15:51:18 +0000
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 70609 <at> debbugs.gnu.org
>
> Hi Kobarity,
>
> On Tue, Apr 30, 2024 at 7:28 AM kobarity <kobarity <at> gmail.com> wrote:
> >
> > Eli Zaretskii wrote:
> > >
> > > > From: Lin Sun <sunlin7.mail <at> gmail.com>
> > > > Date: Sat, 27 Apr 2024 14:14:06 +0000
> > > >
> > > > Here is a function 'python-shell-send-block' to send a block to the
> > > > python interpreter in python mode, it's similar to
> > > > `python-shell-send-defun` but works on block.
> > > >
> > > > The implementation and testing are included in that patch.
> > > >
> > > > Please help review the changes.
> > > >
> > > > [PATCH] New function 'python-shell-send-block' for python-mode
> > > >
> > > > * lisp/progmodes/python.el: Add implemention of the function.
> > > > * test/lisp/progmodes/python-tests.el: Test case for the function.
> > > > * etc/NEWS: Document for the function.
> > >
> > > kobarity, any comments?
> >
> > I think `python-shell-send-block' itself is good, but there may be
> > room for improvement in the test case.
> >
> > It is better not to use f-strings as much as possible because it
> > depends on the Python version.
> >
> > `python-tests-look-at' is basically for moving point. Since it looks
> > for the next occurrence of the specified string, it may move the point
> > to an unexpected location. For testing, it would be better to use
> > `looking-at', etc. or compare the point after moving with
> > `python-tests-look-at' to the expected value.
> Thanks for the comments and you're right, so I attach the changes to
> avoid the python f-string, also using the `looking-at` to do exactly
> matching.
> Please help review the enhanced testing code. Thanks.
Thanks, installed on master (with some minor changes), and closing the
bug.
This bug report was last modified 1 year and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.