Shane Smiskol
43ebf367ef
fix hypothesis warning ( #32678 )
...
fix
11 months ago
Dean Lee
3a43f5d784
fuzzy_generation.py: improve performance ( #32591 )
...
* improve performance
* remove DEPRECATED
* formatting
* catch kjException
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
11 months ago
Cameron Clough
80da3aee14
mypy: use implicit-optional ( #31590 )
...
* mypy: set implicit-optional = true
* find and replace '| None = None' -> '= None' in function args
1 year ago
Cameron Clough
995250ae49
use pyupgrade to update to new typing syntax ( #31580 )
...
* add pyupgrade hook
* run pyupgrade (pre-commit run -a)
* ruff --fix
* Revert "add pyupgrade hook"
This reverts commit 56ec18bb6b
.
* revert changes to third_party/
* manual type fixes
* explicit Optional wrapping capnp objects
1 year ago
Justin Newberry
4a9afd7554
Ruff: comprehensions conventions ( #29317 )
...
ignore c408
2 years ago
Shane Smiskol
f495c21805
FuzzyGenerator: typing ( #28934 )
...
* bump
* should be bytes
* draft fuzzy car params
* stash
* bump
* bump
* this is explored!
* some clean up
* more clean up
* clean up
* do we need draw??
* draft
* this was confusing
* revert
* draft
* Revert "draft"
This reverts commit c593a03474
.
* draft
* more typing!
* complete typing
* fix that
* cleanup
* better
2 years ago
Shane Smiskol
77339af1c0
FuzzyGenerator: return bytes for data ( #28932 )
...
generate bytes
2 years ago
Maxime Desroches
0ebec253d0
simple fuzzing test for all processes ( #28661 )
...
* Revert "Revert "simple fuzzing test for all processes (#28584 )""
This reverts commit 7783dc602c
.
* determinism
* fingerprint
2 years ago
Adeeb Shihadeh
7783dc602c
Revert "simple fuzzing test for all processes ( #28584 )"
...
This reverts commit bac193bdd5
.
2 years ago
Maxime Desroches
bac193bdd5
simple fuzzing test for all processes ( #28584 )
...
* working test
* classmethod
* review
* add to ci
2 years ago
Maxime Desroches
3fc104fb6d
test: car interface fuzzy testing + generating capnp structs ( #28530 )
...
* random car control
* format
* struct generation
* math
* staying real
* really staying real
* move
* split this
* format
* Revert "format"
This reverts commit a70a73952e
.
* Revert "split this"
This reverts commit ae96be63cb
.
* space
2 years ago