]> git.eshelyaron.com Git - emacs.git/commit
Enable extra flags in 'go-ts-mode' test commands
authorw08r <will.08rien@gmail.com>
Thu, 19 Dec 2024 09:53:02 +0000 (09:53 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 8 Jan 2025 08:33:16 +0000 (09:33 +0100)
commit06f065d3964bf2755fe0cf9dca14ae418a0f3cf9
tree0c0666f79c81b0c666e2b0b17ab742f521123f09
parentf9ebbe0713d9825a6c174f059568d7cbab03cc93
Enable extra flags in 'go-ts-mode' test commands

* lisp/progmodes/go-ts-mode.el (go-ts-mode-test-flags):
(go-ts-mode--get-test-flags): New custom variable and function
for controlling test behaviour.
(go-ts-mode--compile-test): Updated to use new test flags
variable for passing extra information to the go test command
line.
(go-ts-mode-test-this-package): Updated to use new test flags
variable for passing extra information to the go test command
line.  Removed incorrect use of -run flag.

* etc/NEWS: Announce the new user option.  (Bug#74786)

(cherry picked from commit ac3b67860761f0b80e6fd4071d1ec868a9f6b083)
etc/NEWS
lisp/progmodes/go-ts-mode.el