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
2023-06-01
mparser: Further cleanup node definitions
Xavier Claessens
2023-06-01
mparser: add equality operators to nodes
Dylan Baker
2023-03-01
mparser: Add partial AST to exceptions
Eli Schwartz
2023-03-01
mparser: use an inherited ParseException everywhere
Eli Schwartz
2023-03-01
Revert "Exit meson with an error if an invalid escape sequence is found in a"
Eli Schwartz
2023-03-01
interpreter: Add testcase..endtestcase clause support
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-17
mparser: Use a literal for the ComparisonNode
Dylan Baker
2023-01-03
mparser: Don't create an exception to pass to mlog.warning
Dylan Baker
2023-01-03
mlog: move code for printing code with a caret to the mlog module
Dylan Baker
2023-01-03
mparser: don't pass a SimpleNamespace where a BaseNode is expected
Dylan Baker
2022-12-11
typing: fix some broken Sequence annotations
Eli Schwartz
2022-09-19
pylint: enable consider-using-in
Dylan Baker
2022-05-01
Add support for multiline f-strings
Peter Lesslie
2022-02-16
fix malformed warning to print the way it was meant to print
Eli Schwartz
2022-02-16
fix a couple misuses of textwrap.dedent
Eli Schwartz
2022-01-10
first pass at migrating to dataclasses
Eli Schwartz
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-31
pylint: enable consider-iterating-dictionary
Dylan Baker
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
[next]