Skip to content

Commit

Permalink
remove url
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Aug 9, 2024
1 parent 27b2751 commit 9cc8cbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/conditions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

(defvar *print-backtrace-in-bug* nil)

(defvar *gitlab-issue-url* "https://gitlab.hrl.com/quantum/programming/hyperreal/-/issues/new")

(define-condition lisp-error (cl:error)
((reason :initarg :reason
:accessor lisp-error-reason)
Expand Down Expand Up @@ -44,8 +42,8 @@
:accessor lisp-bug-args)
(backtrace :initarg :backtrace
:accessor lisp-bug-backtrace
:initform (util:required 'backtrace))
(context :initform (list (list "moon phase" (util:moon-phase)))
:initform (error "backtrace is required"))
(context :initform (list)
:accessor lisp-bug-context))
(:report (lambda (c s)
(with-slots (reason args backtrace context) c
Expand Down

0 comments on commit 9cc8cbd

Please sign in to comment.