Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created March 18, 2019 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/3eb18f8d4ae562fd85f9e8a493b818c6 to your computer and use it in GitHub Desktop.
Save BitPuffin/3eb18f8d4ae562fd85f9e8a493b818c6 to your computer and use it in GitHub Desktop.
geiser require servlet
(require web-server/servlet)
Error: struct:exn:fail
instantiate-linklet: mismatch;
reference to a variable that is uninitialized;
possibly, bytecode file needs re-compile because dependencies changed
name: idX16.1
exporting instance: "/usr/share/racket/pkgs/net-cookies-lib/net/cookies/common.rkt"
importing instance: "/usr/share/racket/pkgs/net-cookies-lib/net/cookies/server.rkt"
/home/isak/.racket/7.2/collects/geiser/eval.rkt:58:12: (eval (if (null? non-top) (cons (quote #%top-interaction)
form) form) (module-spec->namespace spec lang))
/home/isak/.racket/7.2/collects/geiser/eval.rkt:52:17: (call-with-values thunk set-last-result)
/home/isak/.racket/7.2/collects/geiser/eval.rkt:51:15: (with-handlers ((exn? set-last-error)) (call-with-values
thunk set-last-result))
/home/isak/.racket/7.2/collects/geiser/eval.rkt:48:9: (with-output-to-string (lambda () (parameterize
((current-error-port (....))) (with-handlers (....) ....))))
/home/isak/.racket/7.2/collects/geiser/eval.rkt:47:2: (let ((output (with-output-to-string (lambda () (....)))))
(append last-result (quasiquote ((unquote ....)))))
/home/isak/.racket/7.2/collects/geiser/eval.rkt:56:2: (write (call-with-result (lambda () (eval (if ....)
(....)))))
/home/isak/.racket/7.2/collects/geiser/main.rkt:38:4: (eval-in form spec lang)
/home/isak/.racket/7.2/collects/geiser/user.rkt:67:2: (let* ((mod (read)) (lang (read)) (form (read)) (res (cond
(....) ....))) (datum->syntax #f (list (q
uote quote) res)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment