250 Commits (18408f82d1ed2f04ef069e8e5836449a9cc5c355)

Author SHA1 Message Date
Dylan Baker d87b3c7b3f interpreter/type_checking: Add convertor to env keyword argument 3 years ago
Dylan Baker 75d2ec9a40 interpreter/type_checking: add a validator to env 3 years ago
Dylan Baker ec59cbdf61 interpreter: move 'env' to type_checking 3 years ago
Xavier Claessens ab773ff9e8 Simplify condition in can_run_host_binaries() 3 years ago
Dylan Baker b4bc8464e6
Try to fix NoneType 3 years ago
Dylan Baker 11fbaf29d8 interpreter: fix cases of `KwargInfo(..., T, default=None)` 3 years ago
Dylan Baker 3f5d80b8bb interpreter: fix name of typed_kwargs for `test()` 3 years ago
Dylan Baker aa895b383c interpreter: Add a helper for checking constrained inputs 3 years ago
Rihards Skuja 4523e9d288 interpreter: fix IndexError when specifying dependency 'include_type' 3 years ago
Tristan Partin 959e1bb2e3 Add typed_kwargs to add_languages() 3 years ago
Xavier Claessens e646130ef1 interpreter: Fix dependency(..., static: true) fallback 3 years ago
Eli Schwartz db04a3f5f2 Fix incomplete guidance on solving sandbox violations 3 years ago
Dylan Baker abababfb93 interpreterobjects: fix Test annotations 3 years ago
Dylan Baker 35dbf7e6d4 interpreter: fix overload for `source_strings_to_files` 3 years ago
Xavier Claessens 8c5aa031b5 Add install tags 3 years ago
Dylan Baker 272674e792 interpreter/compiler: make helper methods protected 3 years ago
Dylan Baker b30dddd4e5 interpreter/compiler: Add type checking for the Compiler object 3 years ago
Dylan Baker bcb5400e34 interpreter/compiler: Add type annotations to TryRunResultHolder 3 years ago
Dylan Baker 7dda90f1bf interpreter/compiler: remove unittest_args method 3 years ago
Dylan Baker 32d3b5c9e2 interpreter/compiler: Replace permittedKwargs({}) with noKwargs 3 years ago
Dylan Baker a1fb3199c8 interpreterobjects: Add TypedDict annoations for `extract_search_dirs` 3 years ago
Dylan Baker aca2192471 interpreter: fix `source_strings_to_files` annotations 3 years ago
Tristan Partin 1dc13e9951 Add unset_variable() 3 years ago
Xavier Claessens a2f110ff77 interpreter: Fix holder_map not being updated when subproject fails 3 years ago
Jussi Pakkanen 3340d373fb Revert "interpreter: Fix holder_map not being updated when subproject fails" 3 years ago
Xavier Claessens 27b319526c interpreter: Fix spurious warning in configure_data() 3 years ago
Xavier Claessens 5462ea921f interpreter: Fix missing subsubproject summary when subproject fails 3 years ago
Xavier Claessens 566383c727 interpreter: Fix holder_map not being updated when subproject fails 3 years ago
Xavier Claessens 943596abbb Fix --force-fallack-for with --wrap-mode=nofallback 3 years ago
Felix Schwarz 53ce1610a6 fix spelling error in user output ("depencency" -> "dependency") 3 years ago
Dylan Baker f4a1da0145 interpreterbase/decorators: use a named function for lowering strings 3 years ago
Dylan Baker 2307cbd2ac interpreter/typing: Add some type annotations 3 years ago
Dylan Baker d1b52b913f interpreter: split keyword definitions out of the interpreter 3 years ago
Xavier Claessens 0183954ea1 Fix meson.version().version_compare() regression in subproject 3 years ago
Dylan Baker a881e849b5 modules/python: simplify a number of interfaces 3 years ago
Dylan Baker f459c0e918 interpreter: remove stringArgs uses 3 years ago
Dylan Baker 52c68ca6fe interpreter: use typed_pos_args for files 3 years ago
Dylan Baker 011f13bcdc interpreter: use typed_pos_args for add_langauges 3 years ago
Dylan Baker 011b58d75f interpreter: use typed_pos_args for project 3 years ago
Dylan Baker 015e44014a interpreter: use typed_pos_args for subdir 3 years ago
Dylan Baker 3f6afa2693 interpreter: use typed_pos_args for assert 3 years ago
Dylan Baker 2486938011 interpreter: use typed_pos_args for subproject 3 years ago
Dylan Baker 9f07a1ad41 interpreter: use typed_pos_args for get_option 3 years ago
Dylan Baker 6f6db0f2e3 interpreter: use typed_pos_args configuration_data 3 years ago
Dylan Baker 982973f303 interpreter: use typed_pos_args for alias_target 3 years ago
Dylan Baker 09d7da19c1 interpreter: use typed_kwargs for include_directories 3 years ago
Dylan Baker 3135b130b8 interpreter: use typed_pos_args for include_directories 3 years ago
Dylan Baker 5aed9dd939 interpreter: use typed_pos_args for add_test_setup 3 years ago
Dylan Baker e71a6544c5 interpreter: use typed_pos_args for join_paths 3 years ago
Dylan Baker 9ecd578167 interpreter: use typed_pos_args for set_variable 3 years ago