lean-dojo / LeanDojo

Tool for data extraction and interacting with Lean programmatically.
https://leandojo.org
MIT License
536 stars 80 forks source link

Trouble shooting: dep_path not relative to repo head in annotated tactics #35

Closed Peiyang-Song closed 1 year ago

Peiyang-Song commented 1 year ago

This pull request fixes the bug that some dep_path outputs from annotated tactics were not relative to the repo folder.

Peiyang-Song commented 1 year ago

PR updated

Switched to an alternative approach: getting desired dep_path outputs from processing the dependency graph.

yangky11 commented 1 year ago

merge to dev