You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Running Rome's formatter on the vscode repository gives me the following three out of bounds errors:
Rome encountered an unexpected error
This is a bug in Rome, not an error in your code, and we would appreciate it if you could report it to https://github.com/rome/tools/issues/ along with the following information to help us fixing the issue:
Source Location: crates/rome_js_analyze/src/control_flow/visitor.rs:85:1
Message: index out of bounds: the len is 2 but the index is 4
../vscode/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts internalError/panic INTERNAL
✖ processing panicked: index out of bounds: the len is 2 but the index is 4
⚠ This diagnostic was derived from an internal Rome error. Potential bug, please report it if necessary.
Rome encountered an unexpected error
This is a bug in Rome, not an error in your code, and we would appreciate it if you could report it to https://github.com/rome/tools/issues/ along with the following information to help us fixing the issue:
Source Location: crates/rome_js_analyze/src/control_flow/visitor.rs:85:1
Message: index out of bounds: the len is 2 but the index is 2
../vscode/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts internalError/panic INTERNAL
✖ processing panicked: index out of bounds: the len is 2 but the index is 2
⚠ This diagnostic was derived from an internal Rome error. Potential bug, please report it if necessary.
Rome encountered an unexpected error
This is a bug in Rome, not an error in your code, and we would appreciate it if you could report it to https://github.com/rome/tools/issues/ along with the following information to help us fixing the issue:
Source Location: crates/rome_js_analyze/src/control_flow/visitor.rs:85:1
Message: index out of bounds: the len is 3 but the index is 3
../vscode/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts internalError/panic INTERNAL
✖ processing panicked: index out of bounds: the len is 3 but the index is 3
⚠ This diagnostic was derived from an internal Rome error. Potential bug, please report it if necessary.
Expected result
No out-of-bound errors (Or the CFG not running when formatting?)
Environment information
main (2ffe2b7)
What happened?
Running Rome's formatter on the vscode repository gives me the following three out of bounds errors:
Expected result
No out-of-bound errors (Or the CFG not running when formatting?)
Code of Conduct
The text was updated successfully, but these errors were encountered: