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
Parinfer plugin (0.0.3) makes the Light Table (0.8.1) IDE crash when editing table of characters. Tested on Windows platform.
How to repro:
In clj file, start typing for example following text: (str [\a])
Expected:
Nothing crashes and one is able to write the form
Actual:
IDE halts when one tries to type the \ character, and it must be killed from Windows Task Manager. The Electron process runs with high CPU, and reserves slowly more memory until killed.
Other info:
Pasting the form and evaluating it works. The crash occurs only when typing.
The text was updated successfully, but these errors were encountered:
LightTable's API for editors is not really documented, and let's say the truth, LightTable was not updated since forever (still on 0.8.1 for more than a year right now), so I'm not mantaining lt-parinfer anymore.
If you want to replicate some of LightTable's functionalities in a modern editor, please look for Atom with Parinfer+paredit+Proto-REPL. If you want even more clojure functionality and a quasi-working watch expressions, look for Clojure-Plus package too...
Parinfer plugin (0.0.3) makes the Light Table (0.8.1) IDE crash when editing table of characters. Tested on Windows platform.
How to repro:
Expected:
Nothing crashes and one is able to write the form
Actual:
IDE halts when one tries to type the \ character, and it must be killed from Windows Task Manager. The Electron process runs with high CPU, and reserves slowly more memory until killed.
Other info:
Pasting the form and evaluating it works. The crash occurs only when typing.
The text was updated successfully, but these errors were encountered: