Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pathlib.Path instead of plain string paths #77

Merged
merged 8 commits into from
Mar 28, 2022
Merged

Conversation

pavel-kirienko
Copy link
Member

This is not expected to break the API. Uniform path representation can be obtained using .as_posix():

image

This changeset also updates the test dependencies and drops Python 3.6 from the CI rig.

Fixes #76

Relates to OpenCyphal/nunavut#239 and OpenCyphal/nunavut#195

@pavel-kirienko pavel-kirienko enabled auto-merge (squash) February 25, 2022 11:28
@pavel-kirienko pavel-kirienko linked an issue Feb 25, 2022 that may be closed by this pull request
@pavel-kirienko
Copy link
Member Author

@thirtytwobits should we merge this or should we wait?

@pavel-kirienko pavel-kirienko merged commit ced95ef into master Mar 28, 2022
@pavel-kirienko pavel-kirienko deleted the pathlib branch March 28, 2022 08:03
pavel-kirienko added a commit to OpenCyphal/nunavut that referenced this pull request Mar 31, 2022
thirtytwobits pushed a commit to OpenCyphal/nunavut that referenced this pull request Apr 8, 2022
* Address regression introduced by OpenCyphal/pydsdl#77

* Python 3.6 is no longer supported

* MyPy

* Fix path usage in tests

* Drop Python 3.6

* Fix another test

* Drop Python 3.6 from GitHub Actions, too

* Restore Python 3.6 support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pathlib instead of string paths Symlinked namespace directories are mishandled
1 participant