Skip to content

Commit

Permalink
Changed a library used to log unhandled errors. Now log4cl-extras is …
Browse files Browse the repository at this point in the history
…used, because it is a successor of log4cl-json.
  • Loading branch information
svetlyak40wt committed Jan 12, 2021
1 parent d645e15 commit 0a6ae12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cache:
before_script:
- env | sort
- ros --version
- ros install asdf/3.3.1.1
- ros install asdf
# Version fixed for more build stability
# TODO: update it from time to time
- ros install 40ants/qlot/freeze/6fdc1ca4778a905870b6c7bbbd598b3966d53453
Expand All @@ -66,7 +66,8 @@ before_script:
- ros install Shinmera/dissect
- ros install fukamachi/rove
- ros install 40ants/cl-info


- rm qlfile.lock # to always check weblocks on latest versions of quicklisp and ultralisp
- qlot install --no-deps
- qlot exec ros run -e '(progn (ql:quickload :weblocks-test) (uiop:quit 0))'
- qlot exec cl-info hamcrest rove dissect weblocks
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Changes
that is started.
* Changed ``(weblocks/debug:on)`` and ``off`` so they set the log
level to ``debug`` and ``warn``, respectively.
* Changed a library used to log unhandled errors. Now `log4cl-extras <https://github.com/40ants/log4cl-extras>`_ is used, because it is a successor of `log4cl-json <https://github.com/40ants/log4cl-json>`_.


0.39.1 (2020-01-20)
Expand Down
2 changes: 1 addition & 1 deletion src/request-handler.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
(:import-from #:weblocks/session)
(:import-from #:alexandria
#:make-keyword)
(:import-from #:log4cl-json
(:import-from #:log4cl-extras/error
#:with-log-unhandled)

(:export
Expand Down

0 comments on commit 0a6ae12

Please sign in to comment.