issues
search
pydantic
/
bump-pydantic
Convert Pydantic from V1 to V2 ♻
MIT License
317
stars
24
forks
source link
🐛 Make file processing with `ClassDefVisitor` deterministic
#118
Closed
slafs
closed
1 year ago
slafs
commented
1 year ago
Related to #117 (non-determinism part)
Change
queue
creation and element addition while processing
Sort files before processing (Path.glob doesn't guarantee any order)
Kludex
commented
1 year ago
Thanks @slafs ❤️
Related to #117 (non-determinism part)
queue
creation and element addition while processing