GNU bug report logs -
#12539
24.2.50; Byte compiler warns about cl-lib functions
Previous Next
Reported by: Michael Welsh Duggan <md5i <at> md5i.com>
Date: Sat, 29 Sep 2012 04:00:03 UTC
Severity: normal
Found in version 24.2.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12539 in the body.
You can then email your comments to 12539 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#12539
; Package
emacs
.
(Sat, 29 Sep 2012 04:00:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Welsh Duggan <md5i <at> md5i.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 29 Sep 2012 04:00:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Start emacs and create an elisp file:
emacs -Q
C-x C-f /tmp/foo.el
Write the following into the file:
(require 'cl-lib)
(defun foo (x)
(cl-remove-if (lambda (x) (markerp (car-safe x))) x))
Save it, and byte compile it:
C-x C-s
M-x byte-compile-file RET RET
You will then get a warning:
In foo:
foo.el:4:53:Warning: function `cl-remove-if' from cl package called at runtime
I believe this warning is not supposed to be there when using the cl-lib
(as opposed to cl) package.
In GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, X toolkit)
of 2012-09-07 on maru
Bzr revision: 109910 cyd <at> gnu.org-20120907040700-bupuig48oke3ynqm
Windowing system distributor `The X.Org Foundation', version 11.0.11203902
Configured using:
`configure '--without-gconf' '--without-gsettings'
'--without-toolkit-scroll-bars' '--with-x-toolkit=lucid' 'CFLAGS=-O0
-ggdb' '--enable-asserts' '--with-wide-int' '--enable-maintainer-mode''
Important settings:
value of $LANG: en_US.utf8
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
--
Michael Welsh Duggan
(md5i <at> md5i.com)
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sat, 29 Sep 2012 18:05:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Welsh Duggan <md5i <at> md5i.com>
:
bug acknowledged by developer.
(Sat, 29 Sep 2012 18:05:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 12539-done <at> debbugs.gnu.org (full text, mbox):
Michael Welsh Duggan wrote:
> You will then get a warning:
>
> In foo:
> foo.el:4:53:Warning: function `cl-remove-if' from cl package called at runtime
Fixed as of yesterday.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 28 Oct 2012 11:24:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.