oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 126 forks source link

Fix "Reload Selection" (return selected text instead of parinfer map) #215

Closed viesti closed 7 years ago

viesti commented 7 years ago

Makes get-selected-text return :text, instead of parinfer map.

oakes commented 7 years ago

Hey, I noticed this morning that my website's certificate just expired. My apologies if that was a problem during your clojurebridge class! It was bad luck that it just happened. I have renewed the cert so it shouldn't be an issue anymore.

viesti commented 7 years ago

Didn't notice, so not a problem :D. Actually, we falled back to Nightcode 1.2.1, since while preparing a USB stick for the class (to avoid jamming the WLAN at start of the class), couple of us ran into a problem where the repl would hang :/. Since earlier events were successfully conducted with 1.2.1, we falled back to it, since we had installfest on the same day and wanted to avoid trouble. That said, two students used 2.2.2 successfully on replacement laptops.

We didn't yet find the root cause but could ask and provide help tracking down the problem.

viesti commented 7 years ago

Anyhow, the event went really well with Nightcode, even if using older version :)

oakes commented 7 years ago

Oh darn, was it a Leiningen project? If you notice anything that might help track it down, please let me know.

viesti commented 7 years ago

Leiningen yep, few namespaces and Quil used in couple of them, repo is here: https://github.com/metosin/clojurebridge-intro. Don't know if Quil is specific to the problem though. We did actually have a thought on using http://nightcoders.net/ but it was too close to the event (night before it :)).