mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-16 22:11:18 +00:00
todo changes
This commit is contained in:
5
todo.txt
5
todo.txt
@@ -74,6 +74,11 @@ version 0.9.XX
|
||||
- think about ``{:}.toTable[int, string]()``
|
||||
- mocking support with ``tyProxy`` that does:
|
||||
o.p(x) --> p(o, x) --> myMacro(o, p, x)
|
||||
|
||||
This is really the opposite of ``tyExpr``:
|
||||
* For parameter ``tyExpr`` any argument matches.
|
||||
* Argument ``tyProxy`` matches any parameter.
|
||||
|
||||
- nice idea:
|
||||
|
||||
p(a, b):
|
||||
|
||||
Reference in New Issue
Block a user