Morgan Smith <[email protected]> writes: > I'm wanting to run the test suite on emacs 28 to verify the patches I submit. > I noticed we have a single test failure. Wondering if it was because emacs 28 > uses text-properties for folding instead of overlays I tried customizing > `org-fold-core-style' on a modern emacs and was able to reproduce the issue! > > See attached patch for how to reproduce the issue on modern emacs (or > simply run the test suite on emacs 28). > > Here are the results from when I ran it: > ... > FAILED 808/1247 test-org-fold/re-hide-edits-inside-fold (0.003642 sec) > at ../lisp/test-org-fold.el:546
Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0ea6bce37 > I still have yet to investigate the test infrastructure or CI systems > seriously. I found the build failures mailing list but it doesn't seem > to show emacs 28 as failing. Is there a build success mailing list I > can double check? That's because the cron scripts running the builds are not working now. And we need to update the build manifests after recent debian upgrades. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
