timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

misc issues #6

Open timotheecour opened 5 years ago

timotheecour commented 5 years ago
timotheecour commented 4 years ago
timotheecour commented 4 years ago

SomeOrdinal should include char, and SomeOrdinal vs Ordinal doc should improve

timotheecour commented 4 years ago

in an include file imported from several places, we probably should not generate XDeclaredButNotUsed

/Users/timothee/git_clone/nim/Nim_prs/lib/system/inclrtl.nim(54, 10) Hint: 'isSince' is declared but not used [XDeclaredButNotUsed]

timotheecour commented 4 years ago
timotheecour commented 4 years ago
timotheecour commented 4 years ago

changelog https://github.com/nim-lang/Nim/pull/14278

timotheecour commented 4 years ago

=> adding --hint:cc doesn't trigger a recompilation with nimBetterRun · Issue #257 · timotheecour/Nim

timotheecour commented 4 years ago

https://github.com/nim-lang/Nim/issues/12293#issuecomment-627958077

timotheecour commented 4 years ago

--parallelBuild:1 disables hintCC

timotheecour commented 4 years ago

see pr_typetraits_somePointer D20210223T123714 blocked by https://github.com/nim-lang/Nim/pull/16026

timotheecour commented 4 years ago

create a bugreport for other root cause of #14404 see https://github.com/nim-lang/Nim/pull/14413#issuecomment-632390809

timotheecour commented 4 years ago

add test for: fix #9227 procs can now have multiple interleaved doc comments + runnableExamples and be docgen'd correctly by timotheecour · Pull Request #14441 · nim-lang/Nim

timotheecour commented 4 years ago

unittest

  template asgn(a: untyped, value: typed) =
    var a = value # XXX: we need "var: var" here in order to
                  # preserve the semantics of var params
timotheecour commented 3 years ago

backport trailing else