all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master e776df2a3ea: help-setup-xref: Keep the local values only of some variables
       [not found] ` <20241006013342.69CE51B9462@vcs3.savannah.gnu.org>
@ 2024-10-08  9:47   ` Andrea Corallo
  2024-10-09  1:08     ` Dmitry Gutov
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Corallo @ 2024-10-08  9:47 UTC (permalink / raw)
  To: emacs-devel; +Cc: Dmitry Gutov

Dmitry Gutov <dgutov@yandex.ru> writes:

> branch: master
> commit e776df2a3eae0454ea85287e15ebba649bf8e918
> Author: Dmitry Gutov <dmitry@gutov.dev>
> Commit: Dmitry Gutov <dmitry@gutov.dev>
>
>     help-setup-xref: Keep the local values only of some variables
>
>     * lisp/help-mode.el (help-setup-xref): Kill all local variables,
>     saving ones that are known to need to be preserved (bug#73637).

Hello Dmitry,

I see this change is introducing the following for me on master:

FAILED  package-test-signed
FAILED  package-test-describe-package
FAILED  package-test-describe-non-installed-package
FAILED  package-test-describe-non-installed-multi-file-package
FAILED  package-test-describe-installed-multi-file-package
FAILED  31/37  package-test-signed (1.591804 sec) at lisp/emacs-lisp/package-tests.el:771
FAILED   7/37  package-test-describe-package (0.004512 sec) at lisp/emacs-lisp/package-tests.el:698
FAILED   6/37  package-test-describe-non-installed-package (0.409124 sec) at lisp/emacs-lisp/package-tests.el:744
FAILED   5/37  package-test-describe-non-installed-multi-file-package (0.538978 sec) at lisp/emacs-lisp/package-tests.el:757
FAILED   4/37  package-test-describe-installed-multi-file-package (0.544010 sec) at lisp/emacs-lisp/package-tests.el:730
FAILED  help-mode-tests-follow-symbol
FAILED  help-mode-tests-do-xref
FAILED   2/15  help-mode-tests-follow-symbol (0.040801 sec) at lisp/help-mode-tests.el:154
FAILED   1/15  help-mode-tests-do-xref (0.080359 sec) at lisp/help-mode-tests.el:147
FAILED  erc-nicks-list-faces
FAILED  16/16  erc-nicks-list-faces (0.045369 sec) at lisp/erc/erc-nicks-tests.el:387

Would you mind having a look?

Thanks

  Andrea



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

* Re: master e776df2a3ea: help-setup-xref: Keep the local values only of some variables
  2024-10-08  9:47   ` master e776df2a3ea: help-setup-xref: Keep the local values only of some variables Andrea Corallo
@ 2024-10-09  1:08     ` Dmitry Gutov
  2024-10-09 11:48       ` Andrea Corallo
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Gutov @ 2024-10-09  1:08 UTC (permalink / raw)
  To: Andrea Corallo, emacs-devel

Hi Andrea,

On 08/10/2024 12:47, Andrea Corallo wrote:

>> branch: master
>> commit e776df2a3eae0454ea85287e15ebba649bf8e918
>> Author: Dmitry Gutov <dmitry@gutov.dev>
>> Commit: Dmitry Gutov <dmitry@gutov.dev>
>>
>>      help-setup-xref: Keep the local values only of some variables
>>
>>      * lisp/help-mode.el (help-setup-xref): Kill all local variables,
>>      saving ones that are known to need to be preserved (bug#73637).
> 
> Hello Dmitry,
> 
> I see this change is introducing the following for me on master

Sorry about that.

Hopefully this won't result in digging in much further, but I've pushed 
revision ef87ce0ffae now that fixes the tests locally, at least.

> FAILED  package-test-signed
> FAILED  package-test-describe-package
> FAILED  package-test-describe-non-installed-package
> FAILED  package-test-describe-non-installed-multi-file-package
> FAILED  package-test-describe-installed-multi-file-package
> FAILED  31/37  package-test-signed (1.591804 sec) at lisp/emacs-lisp/package-tests.el:771
> FAILED   7/37  package-test-describe-package (0.004512 sec) at lisp/emacs-lisp/package-tests.el:698
> FAILED   6/37  package-test-describe-non-installed-package (0.409124 sec) at lisp/emacs-lisp/package-tests.el:744
> FAILED   5/37  package-test-describe-non-installed-multi-file-package (0.538978 sec) at lisp/emacs-lisp/package-tests.el:757
> FAILED   4/37  package-test-describe-installed-multi-file-package (0.544010 sec) at lisp/emacs-lisp/package-tests.el:730
> FAILED  help-mode-tests-follow-symbol
> FAILED  help-mode-tests-do-xref
> FAILED   2/15  help-mode-tests-follow-symbol (0.040801 sec) at lisp/help-mode-tests.el:154
> FAILED   1/15  help-mode-tests-do-xref (0.080359 sec) at lisp/help-mode-tests.el:147
> FAILED  erc-nicks-list-faces
> FAILED  16/16  erc-nicks-list-faces (0.045369 sec) at lisp/erc/erc-nicks-tests.el:387



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

* Re: master e776df2a3ea: help-setup-xref: Keep the local values only of some variables
  2024-10-09  1:08     ` Dmitry Gutov
@ 2024-10-09 11:48       ` Andrea Corallo
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Corallo @ 2024-10-09 11:48 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: emacs-devel

Dmitry Gutov <dmitry@gutov.dev> writes:

> Hi Andrea,
>
> On 08/10/2024 12:47, Andrea Corallo wrote:
>
>>> branch: master
>>> commit e776df2a3eae0454ea85287e15ebba649bf8e918
>>> Author: Dmitry Gutov <dmitry@gutov.dev>
>>> Commit: Dmitry Gutov <dmitry@gutov.dev>
>>>
>>>      help-setup-xref: Keep the local values only of some variables
>>>
>>>      * lisp/help-mode.el (help-setup-xref): Kill all local variables,
>>>      saving ones that are known to need to be preserved (bug#73637).
>> Hello Dmitry,
>> I see this change is introducing the following for me on master
>
> Sorry about that.
>
> Hopefully this won't result in digging in much further, but I've
> pushed revision ef87ce0ffae now that fixes the tests locally, at
> least.

Thanks my test bed is clean now.

  Andrea



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

end of thread, other threads:[~2024-10-09 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <172817842203.1086073.5597030315829681628@vcs3.savannah.gnu.org>
     [not found] ` <20241006013342.69CE51B9462@vcs3.savannah.gnu.org>
2024-10-08  9:47   ` master e776df2a3ea: help-setup-xref: Keep the local values only of some variables Andrea Corallo
2024-10-09  1:08     ` Dmitry Gutov
2024-10-09 11:48       ` Andrea Corallo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.