We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nim sometimes outputs errors that span multiple lines, eg. type mismatches. Example:
/home/daknus/Coding/Nim/tsuki/src/tsuki/vm.nim(271, 4) Error: type mismatch: got <State> but expected one of: proc interpret(s: State; chunk: Chunk; procName = "<main chunk>"; initialStack: seq[Value] = @[]) first type mismatch at position: 2 missing parameter: chunk expression: interpret(s)
The default interpreter shouldn't have to support this
This could be implemented as maybe a keyboard shortcut to show the whole error in an autocomplete-like popup, appearing below the error message.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nim sometimes outputs errors that span multiple lines, eg. type mismatches. Example:
The default interpreter shouldn't have to support this
This could be implemented as maybe a keyboard shortcut to show the whole error in an autocomplete-like popup, appearing below the error message.
The text was updated successfully, but these errors were encountered: