-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Issues: nim-lang/Nim
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
error: ‘T2_’ undeclared
and error: incompatible types when assigning to type ‘void *’
Closures
const
#24361
opened Oct 25, 2024 by
tersec
Slow compile time objects with seq[int] field for C/C++ target in release mode
Code Generation
const
`const x=expr` or `static: stmt`
Performance
#23480
opened Apr 6, 2024 by
nitely
Errors when initializing a const with a proc returning a tuple.
const
`const x=expr` or `static: stmt`
#21321
opened Feb 1, 2023 by
AmjadHD
invalid code generation when passing closure procedure at compile time
const
`const x=expr` or `static: stmt`
Static[T]
#21302
opened Jan 26, 2023 by
hamidb80
Calling a proc inside a tuple inside a literal array, Nim compiler generates invalid C code
Closures
Code Generation
const
`const x=expr` or `static: stmt`
#20544
opened Oct 11, 2022 by
AdamSpitz
let a = someConst.unsafeAddr
is very buggy and should be replaced
const
#16794
opened Jan 22, 2021 by
timotheecour
const
procs in const
array are nil in half of array
const
#16737
opened Jan 16, 2021 by
Anuken
const
proc in let
array causes invalid codegen
const
#16736
opened Jan 16, 2021 by
Anuken
Returning nested closures causes external compiler error
const
`const x=expr` or `static: stmt`
#16534
opened Dec 31, 2020 by
Ryan1729
opcLdDeref
(eg via addr) gives wrong results in inside static block
const
#13887
opened Apr 6, 2020 by
timotheecour
Don't show const value in error message
const
`const x=expr` or `static: stmt`
Error Messages
Medium Priority
#11789
opened Jul 19, 2019 by
Wh1teDuke
const folding happens too early in semantic phase so it's invisible to term rewriting macros and astToStr
const
`const x=expr` or `static: stmt`
#9301
opened Oct 11, 2018 by
timotheecour
nim doc
doesn't render tuple fields in some cases
const
#7073
opened Jan 12, 2018 by
GULPF
Don't remove information from const AST nodes in the semantic pass
const
`const x=expr` or `static: stmt`
#6293
opened Aug 29, 2017 by
ghost
Constant initialization fails with inheritance
const
`const x=expr` or `static: stmt`
Inheritance
#6014
opened Jun 22, 2017 by
Victorious3
ProTip!
Adding no:label will show everything without a label.