-
Notifications
You must be signed in to change notification settings - Fork 0
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
misc error msg #104
Comments
=> looks like some weird transfo was applied, and no clear reference to
|
|
|
-[ ] D20200506T223706 nim r $timn_D/tests/nim/all/t10700.nim template to2*[S](a: S, T: typed): untyped =
var ret2: T
ret2
proc main()=
var ret: int
ret = 1
to2("12", int)
main() |
refs nim-lang#16001 (comment) |
|
fix the column number in errmsg in nim-lang#16150 (comment) |
refs: nim-lang#16152 (comment) |
type P = distinct pointer
proc fun(a: P): string {.borrow.}
at very least, |
links
[TODO] [feature] Nim error messages should show line contents, would save lots of debugging time · Issue #7586 · nim-lang/Nim
[TODO] [error messages]: show col using visible marker instead of newline + caret, saves 2 lines per msg by timotheecour · Pull Request #7636 · nim-lang/Nim
[TODO] address #7586: make hintsSource print context for all msgs, add by timotheecour · Pull Request #7635 · nim-lang/Nim
[RFC] type mismatch error message improvement · Issue #87 · nim-lang/RFCs
More colorful error messages by beef331 · Pull Request #16356 · nim-lang/Nim
The text was updated successfully, but these errors were encountered: