mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
updated todo.txt
This commit is contained in:
5
todo.txt
5
todo.txt
@@ -12,18 +12,17 @@ essential for 1.0
|
||||
- overloading of `()` needs to be in .experimental
|
||||
- find a solution for the x.f[T](y) gotcha
|
||||
- ``concept`` needs to be refined, a nice name for the feature is not enough.
|
||||
- Destructors need to be refined.
|
||||
- make '--implicitStatic:on' the default; then we can also clean up the
|
||||
'static[T]' mess in the compiler!
|
||||
|
||||
- Deprecate ``immediate`` for templates and macros
|
||||
- document NimMain and check whether it works for threading
|
||||
- ``not`` or ``~`` for the effects system
|
||||
|
||||
|
||||
Not critical for 1.0
|
||||
====================
|
||||
|
||||
- Destructors need to be refined.
|
||||
- ``not`` or ``~`` for the effects system
|
||||
- document and stress test ``.partial`` object declarations
|
||||
- add "all threads are blocked" detection to 'spawn'
|
||||
- figure out why C++ bootstrapping is so much slower
|
||||
|
||||
Reference in New Issue
Block a user