emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regression in dump-emacs-portable


From: Po Lu
Subject: Re: Regression in dump-emacs-portable
Date: Fri, 17 Feb 2023 13:21:23 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Lynn Winebarger <owinebar@gmail.com> writes:

> This seems to be related to whatever object "treesit-font-lock-rules" creates.
> The moral seems to be to create tests of each type of object a
> user-visible lisp function might create to get quick test cases.

    case PVEC_CONDVAR:
      error_unsupported_dump_object (ctx, lv, "condvar");
    case PVEC_SQLITE:
      error_unsupported_dump_object (ctx, lv, "sqlite");
    case PVEC_MODULE_FUNCTION:
      error_unsupported_dump_object (ctx, lv, "module function");
    case PVEC_SYMBOL_WITH_POS:
      error_unsupported_dump_object (ctx, lv, "symbol with pos");
    default:

Please add the all the tree-sitter pvec types here, and see which one it
is.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]