You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(optional) (try it in the repl tab) - realize I do not know how to eval - Ctrl-C, Ctrl-Enter, Enter, Shift Enter, the "run" icon on top - nothing does anything (also once closed - how to reopen the repl-tab) ?
(optional) as someone who dabbled in enhancing the proto-repl but seeing it not being developed anymore, I'm exited about atom-chlorine - FYI
Uncaught TypeError: Cannot read property 'length' of undefined
At /home/birdspider/.atom/packages/chlorine/lib/main.js:13
TypeError: Cannot read property 'length' of undefined
at na (/packages/chlorine/lib/main.js:13:447)
at Ht (/packages/chlorine/lib/main.js:774:412)
at Kt (/packages/chlorine/lib/main.js:777:45)
at /packages/chlorine/lib/main.js:1237:397)
at CommandRegistry.handleCommandEvent (/usr/lib/atom/src/command-registry.js:384:43)
at Object.didConfirmSelection (/usr/lib/atom/node_modules/command-palette/lib/command-palette-view.js:152:29)
at SelectListView.confirmSelection (/usr/lib/atom/node_modules/atom-select-list/src/select-list-view.js:400:20)
at HTMLDivElement.core:confirm (/usr/lib/atom/node_modules/atom-select-list/src/select-list-view.js:105:14)
at CommandRegistry.handleCommandEvent (/usr/lib/atom/src/command-registry.js:384:43)
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/usr/lib/atom/node_modules/atom-keymap/lib/keymap-manager.js:617:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/usr/lib/atom/node_modules/atom-keymap/lib/keymap-manager.js:408:22)
at WindowEventHandler.handleDocumentKeyEvent (/usr/lib/atom/src/window-event-handler.js:110:34)
I couldn't reproduce with Clojure 1.9.0 and lein, on master code. What I could see is that when I try to run Chlorine: Evaluate Selection without anything selected, it seems to hang (I say it seems because you can evaluate other things, just the result that never happens)
REPL tab does nothing yet ¯\_(ツ)_/¯. Sorry :). For now, it's just a place to put stdout errors. There's also no way to re-open the repl tab, so I'll add a command to reopen it.
Thanks! I'll look at these issues. Probably today I'll publish a new version that probably mitigates (1), and add more commands.
eval
(map inc [1 2 3])
(Chlorine: Evaluate Selection)boom
(optional) (try it in the repl tab) - realize I do not know how to eval - Ctrl-C, Ctrl-Enter, Enter, Shift Enter, the "run" icon on top - nothing does anything (also once closed - how to reopen the repl-tab) ?
(optional) as someone who dabbled in enhancing the proto-repl but seeing it not being developed anymore, I'm exited about atom-chlorine - FYI
Atom: 1.33.1 x64
Electron: 3.0.13
OS: "Arch Linux"
Thrown From: chlorine package 0.0.4
Stack Trace
Uncaught TypeError: Cannot read property 'length' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: