Mirror of
forum.nim-lang.org
index
795 :: Compiler output
[2015-01-26T14:46:29+01:00]
View Orginal
AxBen
(orginal)
[2015-01-26T14:46:29+01:00]
view original
Is there a way to have the compiler output
all
(maybe potential) errors/warnings instead of just the first one?
Araq
(orginal)
[2015-01-26T15:13:36+01:00]
view original
nim check myproject.nim
does that.
AxBen
(orginal)
[2015-01-26T18:22:22+01:00]
view original
@Araq
: Thanks!