Obsolete macro's in emacs build 30.0.50 (org-ql)
Algon-DK opened this issue · 2 comments
OS/platform
macOS Sonoma 14.3.1
Emacs version and provenance
Building Emacs from source version 30.0.50 (own build)
Emacs command
n/a
Org version and provenance
n/a. org version 9.6
org-ql package version and provenance
Melpa -- Version: 0.7-pre
Actions taken
none
Observed results
compile warning:
Warning: 'pcase--flip' is an obsolete macro (as of 30.1); use '_' instead
comes from both org-ql-view and org-ql-search
Expected results
n/a
Backtrace
No response
Etc.
annoying, but not fatal error, that will be in the future
Hello Nils,
Please see these recent commits to emacs.git:
- https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=806759dc0a6a3b049ce35d0497011464e5fc4dcb
- https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3b34c5e4a583dd88f476570cbd58655a18e9a6b4
Please note that pcase--flip
is not present in org-ql
's source code, so there is nothing to be done here. You might want to package-recompile
org-ql
and/or its dependencies on your end.
You can expect some occasional issues like this when running pre-release versions of Emacs that you've built yourself. You should generally check with upstream rather than downstream when encountering them. (This is the third report about this change that has been filed against my packages, despite there not being a problem for me to fix.)
@monnier Just FYI. The fallout from your very reasonable and welcome change seems much larger than I would have expected.