mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
rebuilt C sources
This commit is contained in:
@@ -2213,13 +2213,6 @@ proc shallow*(s: var string) {.noSideEffect, inline.} =
|
||||
var s = cast[PGenericSeq](s)
|
||||
s.reserved = s.reserved or seqShallowFlag
|
||||
|
||||
#template static*(e: expr): expr =
|
||||
# ## evaluates a given expression `e` at compile-time
|
||||
# ## even if it has side effects
|
||||
# block:
|
||||
# const res = e
|
||||
# res
|
||||
|
||||
type
|
||||
TNimrodNode {.final.} = object
|
||||
PNimrodNode* {.magic: "PNimrodNode".} = ref TNimrodNode
|
||||
|
||||
2
todo.txt
2
todo.txt
@@ -79,7 +79,7 @@ version 0.9.XX
|
||||
- 'export' feature (requires improved docgen)
|
||||
- think about ``{:}.toTable[int, string]()``
|
||||
- mocking support with ``tyProxy`` that does:
|
||||
o.p(x) --> p(o, x) --> myMacro(o, p, x)
|
||||
o.p(x) --> p(o, x) --> myMacro(p, o, x)
|
||||
|
||||
This is really the opposite of ``tyExpr``:
|
||||
* For parameter ``tyExpr`` any argument matches.
|
||||
|
||||
Reference in New Issue
Block a user