unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#70666: [PATCH] Add bitwise assignment operators to python--treesit-operators.
@ 2024-04-30 10:35 Noah Peart
  2024-05-09  7:43 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Noah Peart @ 2024-04-30 10:35 UTC (permalink / raw)
  To: 70666


[-- Attachment #1.1: Type: text/plain, Size: 743 bytes --]

Tags: patch


Adds missing bitwise assignment operators to python--treesit-operators:
[">>=" "<<=" "^=" "|=" "&="].


In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.33, cairo version 1.16.0) of 2024-04-29 built on noah-X580VD
Repository revision: 3000edc6179dfe0b5f24ae2e472826530809dfd1 Repository
branch: master Windowing system distributor 'The X.Org Foundation',
version 11.0.12101004 System Description: Ubuntu 22.04.4 LTS

Configured using:
 'configure --prefix=/usr/local --with-modules --with-tree-sitter
--with-threads --with-x-toolkit=gtk3 --with-xwidgets --with-gnutls
--with-json --with-mailutils --with-jpeg --with-png --with-rsvg
--with-tiff --with-xml2 --with-xpm --with-imagemagick CC=gcc-12
CXX=gcc-12'

[-- Attachment #1.2: Type: text/html, Size: 906 bytes --]

[-- Attachment #2: 0001-Add-bitwise-assignment-operators-to-python-treesit-o.patch --]
[-- Type: text/x-patch, Size: 1182 bytes --]

From 743d4932492ea7cf31b8303d1d46fbc158be5656 Mon Sep 17 00:00:00 2001
From: Noah Peart <noah.v.peart@gmail.com>
Date: Tue, 30 Apr 2024 03:19:11 -0700
Subject: [PATCH] Add bitwise assignment operators to
 python--treesit-operators.

* lisp/progmodes/python.el (python--treesit-operators): Add
bitwise assignment operators.
---
 lisp/progmodes/python.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index d6c29e5ffc6..fb76d0718ba 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1018,9 +1018,9 @@ python--treesit-constants
     "copyright" "credits" "exit" "license" "quit"))
 
 (defvar python--treesit-operators
-  '("-" "-=" "!=" "*" "**" "**=" "*=" "/" "//" "//=" "/=" "&" "%" "%="
-    "^" "+" "->" "+=" "<" "<<" "<=" "<>" "=" ":=" "==" ">" ">=" ">>" "|"
-    "~" "@" "@="))
+  '("-" "-=" "!=" "*" "**" "**=" "*=" "/" "//" "//=" "/=" "&" "&=" "%" "%="
+    "^" "^=" "+" "->" "+=" "<" "<<" "<<=" "<=" "<>" "=" ":=" "==" ">" ">="
+    ">>" ">>=" "|" "|=" "~" "@" "@="))
 
 (defvar python--treesit-special-attributes
   '("__annotations__" "__closure__" "__code__"
-- 
2.34.1


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

* bug#70666: [PATCH] Add bitwise assignment operators to python--treesit-operators.
  2024-04-30 10:35 bug#70666: [PATCH] Add bitwise assignment operators to python--treesit-operators Noah Peart
@ 2024-05-09  7:43 ` Eli Zaretskii
  2024-06-06  5:36   ` Yuan Fu
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-05-09  7:43 UTC (permalink / raw)
  To: Noah Peart; +Cc: 70666-done

> From: Noah Peart <noah.v.peart@gmail.com>
> Date: Tue, 30 Apr 2024 03:35:34 -0700
> 
> Adds missing bitwise assignment operators to python--treesit-operators:
> [">>=" "<<=" "^=" "|=" "&="].

Thanks, installed on the master branch, and closing the bug.





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

* bug#70666: [PATCH] Add bitwise assignment operators to python--treesit-operators.
  2024-05-09  7:43 ` Eli Zaretskii
@ 2024-06-06  5:36   ` Yuan Fu
  0 siblings, 0 replies; 3+ messages in thread
From: Yuan Fu @ 2024-06-06  5:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Noah Peart, 70666-done



> On May 9, 2024, at 12:43 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Noah Peart <noah.v.peart@gmail.com>
>> Date: Tue, 30 Apr 2024 03:35:34 -0700
>> 
>> Adds missing bitwise assignment operators to python--treesit-operators:
>> [">>=" "<<=" "^=" "|=" "&="].
> 
> Thanks, installed on the master branch, and closing the bug.
> 

Thanks Eli.

Yuan




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

end of thread, other threads:[~2024-06-06  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30 10:35 bug#70666: [PATCH] Add bitwise assignment operators to python--treesit-operators Noah Peart
2024-05-09  7:43 ` Eli Zaretskii
2024-06-06  5:36   ` Yuan Fu

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

	https://git.savannah.gnu.org/cgit/emacs.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).