Unify common.Path
and pathlib.Path
#599
Labels
⛓️💥 breaking change
This issue may require a change to OpenLane's API
✨ enhancement
New feature or request
Milestone
Description
We deployed a bespoke Path class for reasons I cannot entirely recall. It is less ergonomic than the official Path class and is confusing for developers.
Proposal
For OpenLane 3.0+, we should use pathlib.Path or a subclass of it.
The text was updated successfully, but these errors were encountered: