You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this repository is abandoned and unmaintained it has been forked here: https://github.com/sharplispers/log4cl. It still happens to be the first result in searches since it is the original repository and many programmers report issues mistakenly here.
The version from sharplispers repository is the one present on Quicklisp and has numerous bugs fixed. If the author decides to maintain this repository again we will be happy to backport fixes. Please report new issues here: https://github.com/sharplispers/log4cl/issues.
Thank you.
The text was updated successfully, but these errors were encountered:
dkochmanski
changed the title
PLEASE REPORT BUGS ELSEWHERE
PLEASE REPORT BUGS IN MAINTAINED FORK https://github.com/sharplispers/log4cl
Nov 28, 2017
jingtaozf
pushed a commit
to jingtaozf/log4cl
that referenced
this issue
Oct 25, 2023
Fix additional functions from "cl.el" that should be renamed to their
"cl-" variants that were missed in earlier testing.
With a stripped down configuration, where no package requires cl.el,
the use of these additional functions will produce ‘void-function’
errors:
- ‘first’
- ‘second’
- ‘third’
- ‘fourth’
- ‘caadr’
Many packages still require 'cl. Their presence in ‘user-init-file’
will mask these errors.
Most Slime configurations require "cl.el" through the some of the most
popular contrib packages. Only one Sly contrib package similarly
requires "cl.el". So this is needed mostly for Sly support.
Since this repository is abandoned and unmaintained it has been forked here: https://github.com/sharplispers/log4cl. It still happens to be the first result in searches since it is the original repository and many programmers report issues mistakenly here.
The version from sharplispers repository is the one present on Quicklisp and has numerous bugs fixed. If the author decides to maintain this repository again we will be happy to backport fixes. Please report new issues here: https://github.com/sharplispers/log4cl/issues.
Thank you.
The text was updated successfully, but these errors were encountered: