Lines Matching refs:Logs

27 from waflib import Logs, Build, Node, Task, TaskGen, ConfigSet, Errors, Utils
60 …msg = '* Node %r is created more than once%s. The task generators are:' % (k, Logs.verbose == 1 an…
61 Logs.error(msg)
63 if Logs.verbose > 1:
64 Logs.error(' %d. %r', 1 + v.index(x), x.generator)
66Logs.error(' %d. %r in %r', 1 + v.index(x), x.generator.name, getattr(x.generator, 'path', None))
67 Logs.error('If you think that this is an error, set no_errcheck_out on the task instance')
72Logs.error('* Several tasks use the same identifier. Please check the information on\n https://w…
74 if Logs.verbose > 2:
77 Logs.error(' - object %r (%r) defined in %r', tsk.__class__.__name__, tsk, tg_details)
91Logs.error('The methods %r have invalid annotations: @extension <-> @feature/@before_method/@afte…
101 Logs.error('Erroneous order constraint %r=%r on task class %r', x, y, cls.__name__)
103 Logs.error('Erroneous attribute "rule" on task class %r (rename to "run_str")', cls.__name__)
117 Logs.error('Fix the typo %r -> %r on %r', x, typos[x], ret)
135 Logs.error("In ant_glob pattern %r: '..' means 'two dots', not 'parent directory'", k[0])
137 Logs.error("In ant_glob pattern %r: '.' means 'one dot', not 'current directory'", k[0])
148Logs.error('Calling ant_glob on build folders (%r) is dangerous: add quiet=True / remove=False', s…
160 Logs.error('Contradictory order constraints in classes %r %r', t1, t2)
169 Logs.error('feature shlib -> cshlib, dshlib or cxxshlib')
172 Logs.error('%r features is probably missing %r', self, x)
180 Logs.warn('Erroneous order constraint %r on non-rule based task generator %r', x, self)
185 Logs.error('Erroneous order constraint %s=%r on %r (no such class)', x, y, self)
210 if Logs.verbose > 1: