Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 15, 2017 10:35
Show Gist options
  • Save jmercouris/9d20cbbc4c24007f281186176cc80026 to your computer and use it in GitHub Desktop.
Save jmercouris/9d20cbbc4c24007f281186176cc80026 to your computer and use it in GitHub Desktop.
;; Code
(cl-json:decode-json-from-string "")
;; Error
Unexpected end of file on #<STRING-INPUT-STREAM #x302003E44C5D>, near position 0, within ""
[Condition of type END-OF-FILE]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT-BREAK] Reset this thread
3: [ABORT] Kill this thread
Backtrace:
0: (PEEK-CHAR T #<STRING-INPUT-STREAM #x302003E44C5D> T NIL NIL)
1: (JSON::READ-JSON-TOKEN #<STRING-INPUT-STREAM #x302003E44C5D>)
2: (JSON:DECODE-JSON #<STRING-INPUT-STREAM #x302003E44C5D>)
3: (JSON:DECODE-JSON-FROM-STRING "")
4: (CCL::CALL-CHECK-REGS JSON:DECODE-JSON-FROM-STRING "")
5: (CCL::CHEAP-EVAL (JSON:DECODE-JSON-FROM-STRING ""))
--more--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment