[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-30 e49b479f869: Fix c-ts-mode indentation for initializer list
From: |
Yuan Fu |
Subject: |
Re: emacs-30 e49b479f869: Fix c-ts-mode indentation for initializer lists (bug#73661) |
Date: |
Mon, 14 Oct 2024 20:24:13 -0700 |
> On Oct 14, 2024, at 4:24 AM, Michael Albinus <michael.albinus@gmx.de> wrote:
>
> Yuan Fu <casouri@gmail.com> writes:
>
> Hi,
>
>> branch: emacs-30
>> commit e49b479f8692573379a1ee3417bdda9e1f777888
>> Author: Jørgen Kvalsvik <j@lambda.is>
>> Commit: Yuan Fu <casouri@gmail.com>
>>
>> Fix c-ts-mode indentation for initializer lists (bug#73661)
>
> This fails on emba.gnu.org:
>
> --8<---------------cut here---------------start------------->8---
> Running 4 tests (2024-10-14 04:27:36+0000, selector `(and (not (or (tag
> :unstable) (tag :nativecomp))) (or "^treesit" "-ts-"))')
> passed 1/4 c-ts-mode-test-filling (0.273658 sec)
> timeout: the monitored command dumped core
> make[3]: Leaving directory '/checkout/test'
> make[3]: *** [Makefile:184: lisp/progmodes/c-ts-mode-tests.log] Error 124
> make[2]: [Makefile:347: check-doit] Error 2 (ignored)
> SUMMARY OF TEST RESULTS
> -----------------------
> Files examined: 14
> Ran 87 tests, 4 failed to run, 87 results as expected, 0 unexpected, 0 skipped
> 1 files did not finish:
> lisp/progmodes/c-ts-mode-tests.log
> Contents of unfinished file lisp/progmodes/c-ts-mode-tests.log:
> -----
> Running 4 tests (2024-10-14 04:27:36+0000, selector `(and (not (or (tag
> :unstable) (tag :nativecomp))) (or "^treesit" "-ts-"))')
> passed 1/4 c-ts-mode-test-filling (0.273658 sec)
> timeout: the monitored command dumped core
> --8<---------------cut here---------------end--------------->8---
>
> See also <https://emba.gnu.org/emacs/emacs/-/jobs/91296/raw>
>
> Best regards, Michael.
Thank you very much Michael! I fixed it on emacs-30.
Yuan