10958 Commits (1fb14fd3ecb535d7173ef041b8c8ef07c9968589)
 

Author SHA1 Message Date
Dylan Baker 1fb14fd3ec dependencies: Add a System Dependency 3 years ago
Dylan Baker 2eabcae9b5 run_mypy: lower required version to 0.812 3 years ago
Eli Schwartz 0c7cdb1862
minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c# 3 years ago
andy5995 15fb6a407f README: update IRC info to denote OFTC and Matrix 3 years ago
Xavier Claessens 97bedd015f run_mypy: Check mypy version to avoid spurious errors 3 years ago
Xavier Claessens d5917c1b87 coredata: Invalidate deps cache when changing wrap_mode option 3 years ago
Jon Turney 636bf91586 CI: Split out file format test as a separate GitHub workflow 3 years ago
Daniel Mensinger 25f2d8826e ci: Fix CI image builder 3 years ago
Jon Turney 1ab0694556 CI: Don't try to update website in a forked repository 3 years ago
Jon Turney 89f2f78972 CI: Don't try to push docker image in a forked repository 3 years ago
Daniel Mensinger e686545fce interpreter: Split decorators from interpreterbase.py 3 years ago
Daniel Mensinger fc0397b309 interpreter: Split Disabler from interpreterbase.py 3 years ago
Daniel Mensinger 687eebee29 interpreter: Split base objects and helpers from interpreterbase.py 3 years ago
Daniel Mensinger 2e3550db14 interpreter: Split exception calsses from interpreterbase.py 3 years ago
Daniel Mensinger ad584f022d interpreter: Move interpreterbase.py into a new package 3 years ago
andy5995 07e6e0ca8c markdown/Dependencies:remove tabs 3 years ago
Andy Alt 53e4ca2456 add example for defining curses preprocessor symbols 3 years ago
Jon Turney 0accc3b72d
Move Cygwin tests to a GitHub workflow (#8829) 3 years ago
Xavier Claessens 5a5ab79078 interpreter: Add missing FeatureNewKwarg for allow_fallback 3 years ago
Xavier Claessens 8255100485
doc: Add direct link to matrix channel (#8859) [skip ci] 3 years ago
Eli Schwartz c3f5c2e745 cuda module: fully buy into new modules API 3 years ago
Daniel Mensinger e987a88c19 tests: Force colorize CI output 3 years ago
Daniel Mensinger 7fac515acf tests: Don't even start running skipped tests 3 years ago
Daniel Mensinger 30ff36dc91 tests: Fix global state issue 3 years ago
Daniel Mensinger 0aa8843fb2 tests: Add option to limit the number of workers 3 years ago
Daniel Mensinger 098e3f9994 tests: Optional progress bar with tqdm 3 years ago
Daniel Mensinger 25df6e7d16 tests: Refactored test runner 3 years ago
Daniel Mensinger e1708d3de9 tests: Reduce complexity of the run_tests signature 3 years ago
Daniel Mensinger 99d3897caf tests: reduce global variables 3 years ago
Daniel Mensinger 7fc755b334 typing: Fully annotate run_project_tests.py 3 years ago
Daniel Mensinger 9c40b33cf6 compilers: Fix missing functions in Compiler base class 3 years ago
Daniel Mensinger 2263a84d07 typing: Rename some variables 3 years ago
Daniel Mensinger a8cd45d3ab typing: remove unused DependencyType 3 years ago
Daniel Mensinger 15b69d0421 typing: Fully annotate dependencies 3 years ago
Dylan Baker a7357887c7 docs: fix issues with the cython docs 3 years ago
Eli Schwartz ed19eb2443
document the enhancement to the Fs module permitting File arguments 3 years ago
Xavier Claessens f2b678ef68
doc: Fix link to Commands.md 3 years ago
Jussi Pakkanen a4a61b6bf8
Merge pull request #8512 from bonzini/feature-methods 3 years ago
Dylan Baker 98efec5c2b interpreter: make helper methods protected 3 years ago
Dylan Baker bf656ce0ec interpreter: Add type annotations for the add_*_arguments helpers 3 years ago
Dylan Baker 6eff0c3f8c build: fix type annotations fo project_*_args 3 years ago
Dylan Baker 3f9a81e7f1 interpreter: use typed_kwargs for the add_*_arguments family 3 years ago
Dylan Baker 3e998527a3 interpreter: use typed_pos_args for add_*_args 3 years ago
Dylan Baker 6ab78b5979 intperperterbase: Add a convertor keyword argument 3 years ago
Dylan Baker fb385728df interpreterbase: Add validator keyword argument to typed_kwargs 3 years ago
Dylan Baker 5d81392c67 make all arguments to KwargInfo except name and type keyword only 3 years ago
Dylan Baker 4dc3f2af63 run_unittests.py: Use mock for monkey patching 3 years ago
Paolo Bonzini 6497e52035 run_unittests.sh: fix Python DeprecationWarning 3 years ago
Paolo Bonzini a87e32d181 interpreter: add feature.disable_auto_if() 3 years ago
Paolo Bonzini 2f2d99e1d8 interpreter: add feature.require() 3 years ago