alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

*Compile-Log* warning on on 28.0.50 nativecomp #48

Closed arozbiz closed 3 years ago

arozbiz commented 3 years ago

I'm running 28.0.50 with nativecomp () and have org-sidebar installed with (use-package org-sidebar). On startup I get the following *Compile-Log* warning: Warning (bytecomp): pcase pattern `(,(or 'tags-inherited 'inherited-tags 'tags-i 'itags)) shadowed by previous pcase pattern

Running M-x version gives me the following: GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2021-04-09

alphapapa commented 3 years ago

That's a bytecomp warning, not a native-comp warning, and it refers to code in org-ql rather than in org-sidebar. As well, Emacs 28 is not yet released, so feel free to report this if it happens after Emacs 28 is released. Thanks.