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

Plugin getting java.lang.StringIndexOutOfBoundsException #17

Open
quaesitor-scientiam opened this issue Dec 24, 2024 · 0 comments
Open

Comments

@quaesitor-scientiam
Copy link

Describe the bug

When I copied all the code and attempted to paste in a .v file it caused CLion to lock up. I then resorted to copying parts of the code sections at a time resulting in multiple exceptions being recorded by CLion.

Expected Behavior

No exceptions and CLion not being locked up.

Current Behavior

Locked up on all the code. Multiple exceptions when pasting and editing the code to make V compliant.
message.txt

Reproduction Steps

Code in question is this file: keys.pyhttps://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/common/keys.py

Copying and pasting all the code sections CLion locked up. Copying and pasting sections of the code worked but the exceptions get generated.

Possible Solution

No response

Additional Information/Context

No response

Environment details (v doctor output)

PS S:\vSelenium> v doctor
V full version: V 0.4.9 45fd7eb.a335bf5
OS: windows, Microsoft Windows 11 Pro v26100 64-bit
Processor: 24 cpus, 64bit, little endian,

getwd: S:\vSelenium
vexe: S:\repo\vlang\v.exe
vexe mtime: 2024-12-23 01:50:38

vroot: OK, value: S:\repo\vlang
VMODULES: OK, value: C:\Users\john3.vmodules
VTMP: OK, value: C:\Users\john3\AppData\Local\Temp\v_0

Git version: git version 2.45.1.windows.1
Git vroot status: 0.4.9-23-ga335bf55 (7 commit(s) behind V master)
.git/config present: true

CC version: Error: 'cc' is not recognized as an internal or external command,
operable program or batch file.

emcc version: Error: 'emcc' is not recognized as an internal or external command,
operable program or batch file.

thirdparty/tcc status: thirdparty-windows-amd64 b425ac82

IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)

CLion

Plugin Version

2024.3.1

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

1 participant