* [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780
@ 2023-08-24 11:16 Jens Schmidt
2023-08-24 11:18 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Jens Schmidt @ 2023-08-24 11:16 UTC (permalink / raw)
To: Org-mode
Compiling /home/jschmidt/work/org-mode/lisp/org-cycle.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-datetree.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-duration.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-element-ast.el...
In org-element--properties-mapc:
org-element-ast.el:628:25:Warning: ‘not’ called with 3 args, but requires 1
org-element-ast.el:628:30:Warning: reference to free variable ‘eq’
Compiling /home/jschmidt/work/org-mode/lisp/org-element.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-entities.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-faces.el...
Compiling /home/jschmidt/work/org-mode/lisp/org-feed.el...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780
2023-08-24 11:16 [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780 Jens Schmidt
@ 2023-08-24 11:18 ` Ihor Radchenko
2023-08-24 11:25 ` Jens Schmidt
0 siblings, 1 reply; 4+ messages in thread
From: Ihor Radchenko @ 2023-08-24 11:18 UTC (permalink / raw)
To: Jens Schmidt; +Cc: Org-mode
Jens Schmidt <jschmidt4gnu@vodafonemail.de> writes:
> Compiling /home/jschmidt/work/org-mode/lisp/org-element-ast.el...
>
> In org-element--properties-mapc:
> org-element-ast.el:628:25:Warning: ‘not’ called with 3 args, but requires 1
> org-element-ast.el:628:30:Warning: reference to free variable ‘eq’
I also saw them. They do not make any sense. And they do not appear in
Emacs 29.
--
Ihor Radchenko // yantar92,
Org mode contributor,
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780
2023-08-24 11:18 ` Ihor Radchenko
@ 2023-08-24 11:25 ` Jens Schmidt
2023-08-24 11:29 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Jens Schmidt @ 2023-08-24 11:25 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: Org-mode
On 2023-08-24 13:18, Ihor Radchenko wrote:
> Jens Schmidt <jschmidt4gnu@vodafonemail.de> writes:
>
>> Compiling /home/jschmidt/work/org-mode/lisp/org-element-ast.el...
>>
>> In org-element--properties-mapc:
>> org-element-ast.el:628:25:Warning: ‘not’ called with 3 args, but requires 1
>> org-element-ast.el:628:30:Warning: reference to free variable ‘eq’
>
> I also saw them. They do not make any sense. And they do not appear in
> Emacs 29.
Sorry for the hassle, I have been indeed using the wrong Emacs here.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780
2023-08-24 11:25 ` Jens Schmidt
@ 2023-08-24 11:29 ` Ihor Radchenko
0 siblings, 0 replies; 4+ messages in thread
From: Ihor Radchenko @ 2023-08-24 11:29 UTC (permalink / raw)
To: Jens Schmidt; +Cc: Org-mode
Jens Schmidt <jschmidt4gnu@vodafonemail.de> writes:
>>> In org-element--properties-mapc:
>>> org-element-ast.el:628:25:Warning: ‘not’ called with 3 args, but requires 1
>>> org-element-ast.el:628:30:Warning: reference to free variable ‘eq’
>>
>> I also saw them. They do not make any sense. And they do not appear in
>> Emacs 29.
>
> Sorry for the hassle, I have been indeed using the wrong Emacs here.
Emacs 28 is not wrong. And even Emacs 27 - the oldest Emacs version we
still support.
There were several more spurious warnings there that I had to explicitly
suppress for old Emacs. However, this particular one appears to be
caused by Emacs <29 bug - even adding `with-no-warnings' around the code
in question does not make these two warnings disappear.
Handled.
--
Ihor Radchenko // yantar92,
Org mode contributor,
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-24 11:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 11:16 [BUG] Compilation warnings when making main @ d5ee33fed8dd80d3f9f9811d86a73827fde80780 Jens Schmidt
2023-08-24 11:18 ` Ihor Radchenko
2023-08-24 11:25 ` Jens Schmidt
2023-08-24 11:29 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).