Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when editing table of characters #7

Open
anttikarhu opened this issue Apr 20, 2017 · 2 comments
Open

Crash when editing table of characters #7

anttikarhu opened this issue Apr 20, 2017 · 2 comments

Comments

@anttikarhu
Copy link

anttikarhu commented Apr 20, 2017

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:

  1. 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.

@tdantas
Copy link

tdantas commented May 13, 2018

same here 👍

@mauricioszabo
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants