You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nirbheek Chauhan
9bc07a0941
Fix several more lint errors
Found by Igor Gnatenko
************* Module mesonbuild.interpreter
E:1232,33: No value for argument 'interp' in constructor call (no-value-for-parameter)
************* Module mesonbuild.dependencies
E: 68, 4: An attribute defined in mesonbuild.dependencies line 39 hides this method (method-hidden)
************* Module mesonbuild.environment
E: 26, 0: class already defined line 19 (function-redefined)
E: 68,18: Undefined variable 'InterpreterException' (undefined-variable)
E:641,39: Undefined variable 'want_cross' (undefined-variable)
E:850,94: Undefined variable 'varname' (undefined-variable)
E:854,94: Undefined variable 'varname' (undefined-variable)
E:860,102: Undefined variable 'varname' (undefined-variable)
E:863,94: Undefined variable 'varname' (undefined-variable)
************* Module mesonbuild.modules.gnome
E:438,26: Undefined variable 'compilers' (undefined-variable)
|
8 years ago |
.. |
backend
|
backend/ninja: pass language name instead of compiler
|
8 years ago |
modules
|
Fix several more lint errors
|
8 years ago |
scripts
|
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
|
8 years ago |
wrap
|
fix some of pylint's undefined-variable
|
8 years ago |
__init__.py
|
Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir.
|
9 years ago |
astinterpreter.py
|
s/Nonexistant/Nonexistent/g
|
8 years ago |
build.py
|
Allow passing arguments to install scripts
|
8 years ago |
compilers.py
|
Fix several more lint errors
|
8 years ago |
coredata.py
|
Version update for new development.
|
8 years ago |
dependencies.py
|
Fix several more lint errors
|
8 years ago |
environment.py
|
Fix several more lint errors
|
8 years ago |
interpreter.py
|
Fix several more lint errors
|
8 years ago |
interpreterbase.py
|
Test targets with only generated and prebuilt objects
|
8 years ago |
mconf.py
|
add support for $sharedstatedir
|
8 years ago |
mesonlib.py
|
Fix several more lint errors
|
8 years ago |
mesonmain.py
|
add support for $sharedstatedir
|
8 years ago |
mintro.py
|
introspect: Allow listing all installed files
|
8 years ago |
mlog.py
|
Implement mlog.warning and use it everywhere for warnings
|
8 years ago |
mparser.py
|
Store subdir information for each node so we can remove files set in other subdirectories.
|
8 years ago |
optinterpreter.py
|
Store subdir information for each node so we can remove files set in other subdirectories.
|
8 years ago |