[text] biff trying cider-jack-in-cljs

Viewer

copydownloadembedprintName: biff trying cider-jack-in-cljs
  1. ;; Connected to nREPL server - nrepl://localhost:7890
  2. ;; CIDER 0.25.0 (Bergamo), nREPL 0.7.0
  3. ;; Clojure 1.10.1, Java 11.0.8
  4. ;;     Docs: (doc function-name)
  5. ;;           (find-doc part-of-name)
  6. ;;   Source: (source function-name)
  7. ;;  Javadoc: (javadoc java-object-or-class)
  8. ;;     Exit: <C-c C-q>
  9. ;;  Results: Stored in vars *1, *2, *3, an exception in *e;
  10. ;; ======================================================================
  11. ;; If you’re new to CIDER it is highly recommended to go through its
  12. ;; manual first. Type <M-x cider-view-manual> to view it.
  13. ;; In case you’re seeing any warnings you should consult the manual’s
  14. ;; "Troubleshooting" section.
  15. ;;
  16. ;; Here are few tips to get you started:
  17. ;;
  18. ;; * Press <C-h m> to see a list of the keybindings available (this
  19. ;;   will work in every Emacs buffer)
  20. ;; * Press <,> to quickly invoke some REPL command
  21. ;; * Press <C-c C-z> to switch between the REPL and a Clojure file
  22. ;; * Press <M-.> to jump to the source of something (e.g. a var, a
  23. ;;   Java method)
  24. ;; * Press <C-c C-d C-d> to view the documentation for something (e.g.
  25. ;;   a var, a Java method)
  26. ;; * Enable ‘eldoc-mode’ to display function & method signatures in the minibuffer.
  27. ;; * Print CIDER’s refcard and keep it close to your keyboard.
  28. ;;
  29. ;; CIDER is super customizable - try <M-x customize-group cider> to
  30. ;; get a feel for this. If you’re thirsty for knowledge you should try
  31. ;; <M-x cider-drink-a-sip>.
  32. ;;
  33. ;; If you think you’ve encountered a bug (or have some suggestions for
  34. ;; improvements) use <M-x cider-report-bug> to report it.
  35. ;;
  36. ;; Above all else - don’t panic! In case of an emergency - procure
  37. ;; some (hard) cider and enjoy it responsibly!
  38. ;;
  39. ;; You can remove this message with the <M-x cider-repl-clear-help-banner> command.
  40. ;; You can disable it from appearing on start by setting
  41. ;; ‘cider-repl-display-help-banner’ to nil.
  42. ;; ======================================================================
  43. ;;  Startup: /usr/local/bin/npx shadow-cljs -d nrepl:0.7.0 -d cider/piggieback:0.5.0 -d cider/cider-nrepl:0.25.1 server
  44. ;;
  45. ;; ClojureScript REPL type: shadow
  46. ;; ClojureScript REPL init form: (do (require '[shadow.cljs.devtools.api :as shadow]) (shadow/watch :app) (shadow/nrepl-select :app))
  47. ;;
  48. [:app] Configuring build.
  49. [:app] Compiling ...
  50. [:app] Build completed. (207 files, 1 compiled, 0 warnings, 7.70s)
  51. To quit, type: :cljs/quit
  52. [:selected :app]22:49:14.469 [XNIO-1 I/O-5] DEBUG io.undertow.websockets.core.request - Attempting websocket handshake with io.undertow.websockets.core.protocol.version13.Hybi13Handshake@ae4159d on HttpServerExchange{ GET /api/ws}
  53. 22:49:14.477 [XNIO-1 I/O-5] DEBUG io.undertow.request - Upgrading request HttpServerExchange{ GET /api/ws}
  54. 22:49:14.599 [XNIO-1 I/O-5] DEBUG io.undertow.websockets.core.request - UT025003: Decoding WebSocket Frame with opCode 1
  55. 22:49:14.618 [XNIO-1 I/O-5] DEBUG io.undertow.websockets.core.request - UT025003: Decoding WebSocket Frame with opCode 1
  56. 22:49:14.621 [XNIO-1 I/O-5] DEBUG io.undertow.websockets.core.request - UT025003: Decoding WebSocket Frame with opCode 1
  57. shadow.user> 
  58. cljs.user> (js/alert "hi")
  59. No application has connected to the REPL server. Make sure your JS environment has loaded your compiled ClojureScript code.
  60. 22:50:14.284 [XNIO-1 I/O-1] DEBUG io.undertow.request - Timing out idle connection from /0:0:0:0:0:0:0:1:40982
  61. 22:50:14.731 [XNIO-1 I/O-7] DEBUG io.undertow.request - Timing out idle connection from /0:0:0:0:0:0:0:1:40984
  62. cljs.user> 

Editor

You can edit this paste and save as new:


File Description
  • biff trying cider-jack-in-cljs
  • Paste Code
  • 16 Aug-2020
  • 3.47 Kb
You can Share it: