all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Getting failures during "make check" on master ...
@ 2023-10-02 20:45 Jens Schmidt
  2023-10-02 22:35 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Schmidt @ 2023-10-02 20:45 UTC (permalink / raw)
  To: emacs-devel, Stefan Monnier

These:

  4 files contained unexpected results:
    lisp/vc/log-edit-tests.log
    lisp/hfy-cmap-tests.log
    lisp/calendar/icalendar-tests.log
    lisp/align-tests.log

I suspect Stefan's recent regexp changes, since:

make -j8
./src/emacs -Q
C-x C-f test/lisp/align-resources/css-mode.erts RET
M-: (re-search-forward "^\\s-*[{}]?\\s-*$" nil t) RET

jumps to EOB for me.



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

* Re: Getting failures during "make check" on master ...
  2023-10-02 20:45 Getting failures during "make check" on master Jens Schmidt
@ 2023-10-02 22:35 ` Stefan Monnier
  2023-10-03 14:13   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2023-10-02 22:35 UTC (permalink / raw)
  To: Jens Schmidt; +Cc: emacs-devel

> ./src/emacs -Q test/lisp/align-resources/css-mode.erts
> M-: (re-search-forward "^\\s-*[{}]?\\s-*$" nil t) RET
> jumps to EOB for me.

Hmm... indeed it applies an invalid optimization :-(


        Stefan




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

* Re: Getting failures during "make check" on master ...
  2023-10-02 22:35 ` Stefan Monnier
@ 2023-10-03 14:13   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2023-10-03 14:13 UTC (permalink / raw)
  To: Jens Schmidt; +Cc: emacs-devel

>> ./src/emacs -Q test/lisp/align-resources/css-mode.erts
>> M-: (re-search-forward "^\\s-*[{}]?\\s-*$" nil t) RET
>> jumps to EOB for me.
> Hmm... indeed it applies an invalid optimization :-(

Found the culprit.  Pushed a fix for it.  Fingers crossed.


        Stefan




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

end of thread, other threads:[~2023-10-03 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 20:45 Getting failures during "make check" on master Jens Schmidt
2023-10-02 22:35 ` Stefan Monnier
2023-10-03 14:13   ` Stefan Monnier

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.