index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mparser.py
Age
Commit message (
Expand
)
Author
2021-03-10
Add support for basic format strings
Laurin-Luis Lehning
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: fully annotate mparser.py
Daniel Mensinger
2020-05-23
ast: Add AST JSON printer
Daniel Mensinger
2020-04-04
mparser: fix precedence of arithmetic operators
Andrei Alexeyev
2020-03-02
types: Remove redundant __init__() -> None annotation
Daniel Mensinger
2020-03-02
types: Use import typing as T
Daniel Mensinger
2020-03-02
review: Initial fixup
Daniel Mensinger
2020-03-02
types: Annotate the AST visitors
Daniel Mensinger
2020-03-02
types: Annotate mparser.py
Daniel Mensinger
2020-02-28
Rename 'subdir' -> 'filename' in location objects
Jon Turney
2019-12-05
lgtm: Fix redundant code
Daniel Mensinger
2019-12-04
dict: Fully evaluate keys
Xavier Claessens
2019-12-03
mparser.py: actually check the type of key variable, not its value
Marc Herbert
2019-11-12
Fixed issue that the key's value type wasn't checked correctly.
fchin
2019-11-12
Adding dictionary entry using string variable as key.
franczc
2019-04-29
Fix flake8-bugbear warnings
Daniel Mensinger
2019-04-28
consistent invalid escape sequence behaviour
Jon Turney
2019-03-03
rewriter: Use mparser to detect the end of some nodes
Daniel Mensinger
2019-03-02
Fix ternary in thing (#5007)
Dylan Baker
2019-02-16
Fixed flake8
Daniel Mensinger
2019-02-16
Can now find the assignment node of a value
Daniel Mensinger
2019-01-29
pep8 py37
Michael Hirsch, Ph.D
2019-01-22
Fixed line and column numbers for dict and array nodes
Daniel Mensinger
2019-01-22
Basic AST visitor pattern
Daniel Mensinger
2019-01-05
parser: Fix line continuation outside of (), [] or {}
Xavier Claessens
2018-10-04
Interpreter: Add 'continue' and 'break' keywords
Xavier Claessens
2018-10-04
Interpreter: Add "in" and "not in" operators
Xavier Claessens
2018-07-27
Warn for future keyword (#3908)
Xavier Claessens
2018-05-23
Add support for octal and binary int literals.
Filipe Brandenburger
2018-05-21
dict: fix CI issues
Mathieu Duponchelle
2018-05-20
dict: address review comments
Mathieu Duponchelle
2018-05-20
Add new built-in type, dict
Mathieu Duponchelle
2018-04-21
Remove escaping for triple-quoted strings
Niklas Claesson
2018-04-17
Exit meson with an error if an invalid escape sequence is found in a
Niklas Claesson
2018-04-17
Complete python escape sequences aware strings
Tim 'mithro' Ansell
2018-02-21
Newlines in single line strings should only be a warning for now.
Jussi Pakkanen
2018-02-20
Fail if singleline string has multiple lines
Caio Marcelo de Oliveira Filho
2018-02-05
Add support for hex int literals.
Jussi Pakkanen
2018-01-30
Report warning/error locations in a format IDEs may already know how to parse
Jon Turney
2018-01-01
Consolidate warning location formatting in mlog.warning()
Jon Turney
2017-12-30
Add filename and lineno to duplicate kwargs warning
Jon Turney
2017-11-27
Fix escaping of newlines in string literals
Joergen Ibsen
2017-06-25
Do not permit invalid and/or nodes to be declared. Closes #1886.
Jussi Pakkanen
2017-04-21
Added missing argument to a few function calls. Closes #1647.
Jussi Pakkanen
2017-04-19
Print a warning on duplicated keywords.
Jussi Pakkanen
2017-04-07
Don't crash if a meson.build file is empty (#1570)
Aaron Plattner
2017-03-25
EmptyNode needs a line/column number too. There are times its line
Aaron Small
2017-03-23
fix logic operations
Nicolas Schneider
[next]