This commit is contained in:
Thomas Nagy 2018-08-16 23:30:05 +02:00
parent ef90934434
commit 922186f7a8
1 changed files with 3 additions and 1 deletions

4
TODO
View File

@ -4,7 +4,9 @@ Waf 2.1
- Remove Winphone/WinCE detection in msvc.py
- Fix the circular imports ccroot<->c_config.py
- Remove superfluous *k in ctx.load() and other unused parameters
- Ensure conf.load() has the same interface as ctx.load()
Ensure conf.load() has the same interface as ctx.load()
- Remove waflib.Runner.PriorityTasks.appendleft
- Remove waflib.Task.TaskBase
- Remove the upper class of waflib.Task.Task (metaclasses)
- Ordered_iter_dict in python 3.7
- Change _add_task to add_task in Runner.py