mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Bug: update_lib quick ast was not committing _ast_unparse.py because git_commit() only added lib_path and test_paths, but not hard_deps. Fixed by: - Add hard_deps parameter to git_commit() - Collect hard_deps from DEPENDENCIES in main() - Add hard_deps to paths_to_add in git_commit()