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
/
decorators.py
Age
Commit message (
Expand
)
Author
2025-12-17
interpreterbase: Add a new field to KwargInfo for extra types
Dylan Baker
2025-10-29
replace "in d.keys()" with "in d"
Paolo Bonzini
2025-10-15
Revert "typed_kwargs: Remove feature_validator as it's not currently used"
Dylan Baker
2025-05-07
interpreterbase: allow any return type for convertors
Paolo Bonzini
2024-10-01
interpreterbase/decorators: delete now unused stringArgs
Dylan Baker
2024-08-30
Feature checks: fall back to reporting insufficiently portable features
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-04
Remove unused code in interpreterbase
Tristan Partin
2023-08-11
remove useless type annotations
Eli Schwartz
2023-07-24
force interpreter functions to actually receive tuple from typed posargs
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-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-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-10-24
add option to typed_kwargs that allows unknown kwargs through
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-19
Reword message in warning
Zbigniew Jędrzejewski-Szmek
2022-05-19
Reword misleading warning
Zbigniew Jędrzejewski-Szmek
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-14
FeatureNew: add mypy type annotations for subproject arg
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
2021-11-20
add location support to feature checks
Eli Schwartz
2021-11-01
migrate python 3.5 compatible superclass variable annotations to 3.6
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-09
typed_kwargs: Fix when ContainerTypeInfo is used in a tuple
Xavier Claessens
2021-10-04
fix extra whitespace
Eli Schwartz
2021-09-30
interpreterbase/decorators: KwargIfno validator must take an relaxed type
Dylan Baker
2021-09-25
Remove helpers.check_stringlist()
Daniel Mensinger
[next]