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
/
interpreterbase
Age
Commit message (
Expand
)
Author
2023-08-02
Unify message(), format() and fstring formatting
Xavier Claessens
2023-07-31
fix lint errors revealed by pycodestyle 2.11
Eli Schwartz
2023-07-24
force interpreter functions to actually receive tuple from typed posargs
Eli Schwartz
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-14
remove unnecessary typing comments
Eli Schwartz
2023-06-14
add new FeatureBroken check class for annotating features that are really broken
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-04-04
propagate the most accurate node to error messages
Eli Schwartz
2023-03-09
re-deduplicate feature warnings printed at the end of setup
Eli Schwartz
2023-03-04
typed_kwargs: Remove feature_validator as it's not currently used
Xavier Claessens
2023-03-04
typed_kwargs: Extend since_values and deprecated_values for types
Xavier Claessens
2023-03-01
handle meson_version after parsing but before invalid project() kwargs
Eli Schwartz
2023-03-01
handle meson_version even when the build file fails to parse
Eli Schwartz
2023-03-01
interpreter: Add testcase..endtestcase clause support
Xavier Claessens
2023-02-27
prevent unhandled exception for operations on None
Charles Brunet
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-20
decorators: don't unsort sorted values for printing
Dylan Baker
2022-12-05
interpreter: add a feature_validator to KwargInfo
Dylan Baker
2022-11-29
pylint: enable useless-return
Dylan Baker
2022-10-24
add option to typed_kwargs that allows unknown kwargs through
Eli Schwartz
2022-08-30
fix obscure crash on unbound variable
Eli Schwartz
2022-08-18
interpreterbase: fix type annotations for KwargInfo::since_values
Dylan Baker
2022-06-17
typed_kwargs: support dict/list as "new since" types
Eli Schwartz
2022-05-23
move various imports into TYPE_CHECKING blocks for neatness
Eli Schwartz
2022-05-23
typing: use forward reference for types defined later in file
Eli Schwartz
2022-05-19
Reword message in warning
Zbigniew Jędrzejewski-Szmek
2022-05-19
Reword misleading warning
Zbigniew Jędrzejewski-Szmek
2022-05-01
Add support for multiline f-strings
Peter Lesslie
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
merge various TYPE_CHECKING blocks into one
Eli Schwartz
2022-03-01
clean up FeatureCheck signature to move location to use time
Eli Schwartz
2022-03-01
remove useless kwarg that was never used
Eli Schwartz
2022-02-16
flake8: use plain strings instead of f-strings when no variables used
Eli Schwartz
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
2022-01-27
flake8: fix indentation style
Eli Schwartz
2022-01-10
first pass at migrating to dataclasses
Eli Schwartz
2021-12-06
decorators: fold some duplicated code into a closure
Dylan Baker
2021-12-06
add message option to since_values and deprecated_values
Dylan Baker
2021-12-06
Add deprecated_message and since_message to KwargInfo
Dylan Baker
2021-12-06
interpreterbase/decorators: Fix types of deprecated_values and since_values
Dylan Baker
2021-12-05
fix stray typo
Eli Schwartz
2021-12-05
clean up function signatures in preparation for dataclasses
Eli Schwartz
2021-11-22
typed_kwargs: use | for type unions, not ,
Dylan Baker
2021-11-22
typed_kwargs: provide better error messages for wrong container types
Dylan Baker
2021-11-22
typed_kwargs: move some closures around to increase code clarity
Dylan Baker
2021-11-20
FeatureDeprecated: add a notice summary of future deprecations
Eli Schwartz
2021-11-20
Feature kwargs decorator: automatically report the nodes which trigger an issue
Eli Schwartz
[next]