Advertisement
Guest User

Untitled

a guest
Jul 29th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. CL-USER> (ql:quickload :spinneret)
  2. To load "spinneret":
  3. Load 20 ASDF systems:
  4. alexandria asdf bordeaux-threads cl-ppcre
  5. fare-quasiquote-extras global-vars
  6. introspect-environment named-readtables parenscript
  7. parse-declarations-1.0 parse-number split-sequence
  8. string-case trivia trivia.quasiquote trivial-file-size
  9. trivial-garbage trivial-gray-streams
  10. trivial-macroexpand-all uiop
  11. Install 2 Quicklisp releases:
  12. serapeum spinneret
  13. ; Loading "spinneret"
  14. ..................................................
  15. [package serapeum]................................
  16. [package serapeum-user]...........................
  17. ..................................................
  18. [package serapeum/op].............................
  19. ......................
  20.  
  21. ; file: /home/josh/quicklisp/dists/quicklisp/software/serapeum-20180711-git/strings.lisp
  22. ; in: DEFUN COLLAPSE-WHITESPACE
  23. ; (DECLARE (INLINE POSITION SERAPEUM:WHITESPACEP))
  24. ;
  25. ; caught ERROR:
  26. ; There is no function named DECLARE. References to DECLARE in some contexts
  27. ; (like starts of blocks) are unevaluated expressions, but here the expression is
  28. ; being evaluated, which invokes undefined behaviour.
  29. ..........;
  30. ; compilation unit aborted
  31. ; caught 2 fatal ERROR conditions
  32. ; caught 1 ERROR condition
  33. ; Evaluation aborted on #<UIOP/LISP-BUILD:COMPILE-FILE-ERROR {100A2824A3}>.
  34. CL-USER>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement