Closed orklann closed 5 years ago
/cc @maxbrunsfeld
I could reproduce with the provided file on Stable and Beta. The tree sitter parser itself reports ~380ms when running tree-sitter parse examples/autocomplete.py -q
, so it seems the issue is with Atom. When Tree-sitter is disabled, everything works fine.
Also adding it's much reduced on Nightly 1.34.0-11; there is a small freeze that is not present when using textmate, but it quickly becomes just as responsive.
I'll leave this open, as that slight freeze is still undesirable, but at least it seems the main issue is fixed.
Possibly related to https://github.com/atom/atom/issues/18342 which has been fixed on master/nightly. It's still open to investigate other issues with ERB.
I believe this is fixed. The fix will ship tomorrow morning in Atom 1.32.2.
Description
Atom freezes forever while opening this a little large python snippets (see my upload)
Steps to Reproduce
Versions
Atom version: 1.32.1 OS: macOS 10.14
autocomplete.py.zip