This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Closed
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Steps to Reproduce
- Enable the
Use Tree Sitter Parsers
setting - Copy https://raw.githubusercontent.com/atom/language-php/3e45569d8fb3af6747f6e4208b16d17deb577b97/spec/php-spec.coffee to an untitled buffer
- Change language mode to JavaScript
- Select all text and
core:cut
- Atom crashes
Expected behavior: Atom to not crash when cutting text
Actual behavior: Atom crashes
Reproduces how often: 100%
Versions
Atom: 1.25.0-dev-3d8902d x64
Electron: 1.7.10
OS: Microsoft Windows 7 Professional
Additional Information
/cc: @maxbrunsfeld