This commit is contained in:
Thomas Nagy 2016-03-15 22:06:10 +01:00
parent 5bf2132211
commit 0970eb86cb
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
3 changed files with 2 additions and 5 deletions

3
TODO
View File

@ -1,11 +1,10 @@
Waf 1.9
-------
* Fix the vala detection
* Better consistency between check_cfg and check_cc variables
* Let more context commands depend on the configuration
* Rework qt5
* Use relative paths in apply_incpaths (and absolute ones when paths cross drives)
* Provide a more efficient ConfigSet implementation
* Regexps for extension-based processing
* Other issues listed on https://github.com/waf-project/waf/issues

View File

@ -162,8 +162,6 @@ class task_gen(object):
#. The methods are then executed in order
#. The tasks created are added to :py:attr:`waflib.TaskGen.task_gen.tasks`
"""
# we could add a decorator to let the task run once, but then python 2.3 will be difficult to support
if getattr(self, 'posted', None):
#error("OBJECT ALREADY POSTED" + str( self))
return False