fatalerrorx
fatalerrorx
Hello, It seems to be the workspace that I have. If I copy and paste the code to another workspace everything seems to work correctly. Will try and make a...
``` Exception: memory access out of bounds 2022-08-29 17:37:48 ERROR 19: talon/scripting/talon_script.py:589| 18: talon/scripting/talon_script.py:297| 17: talon/scripting/talon_script.py:556| 16: talon/scripting/actions.py:85 | 15: talon/scripting/types.py:411| 14: user/cursorless-talon/src/actions/actions.py:71 | return actions.user.cursorless_command.. 13: talon/scripting/actions.py:85 | 12:...
Visual studio code stack trace: ``` console.ts:137 [Extension Host] RuntimeError: memory access out of bounds at wasm://wasm/000afe02:wasm-function[217]:0x2288c at Parser.parse (/home/bob/.vscode-oss/extensions/pokey.parse-tree-0.21.0/node_modules/web-tree-sitter/tree-sitter.js:1:35269) at openIfLanguageLoaded (/home/bob/.vscode-oss/extensions/pokey.parse-tree-0.21.0/out/extension.js:109:39) at getTreeForUri (/home/bob/.vscode-oss/extensions/pokey.parse-tree-0.21.0/out/extension.js:186:29) at Object.getNodeAtLocation (/home/bob/.vscode-oss/extensions/pokey.parse-tree-0.21.0/out/extension.js:206:24) at...
Unfortunately same problem occurs. In fact any time I say "take inside air" or "take inside bat" etc I get the above error. It only seems to be this one...
The workspace that I'm working on has a lot golang templates. Such as the following: ``` {{/* Copyright (C) 2019 VHS This file is part of After Dark. After Dark...
I think I have a reproducible sample. Try opening the following as a workspace and use "take inside quad" on various strings that are inside double quotes and the problem...
Unfortunately I am unable to test any other syntactic scope types as the workspace only has various HTML and Hugo templates. I take it that the sample workspace I uploaded...
I can confirm that other syntactic scope types give the same error.