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

Automatic extension change & Cyphalization #127

Merged
merged 2 commits into from
May 5, 2022

Conversation

pavel-kirienko
Copy link
Member

See OpenCyphal/pydsdl#78

This is already supported in PyDSDL (as evidenced by the CI job being green). This will need to wait a little before merging though to avoid the breakage of projects dependent on old PyDSDL.

shopt -s globstar
for f in **/*.uavcan; do mv "$f" "${f%uavcan}dsdl"; done
@pavel-kirienko pavel-kirienko self-assigned this Apr 10, 2022
@pavel-kirienko pavel-kirienko changed the title Automatic extension change Automatic extension change & Cyphalization Apr 12, 2022
@pavel-kirienko pavel-kirienko merged commit 70573cb into master May 5, 2022
@pavel-kirienko pavel-kirienko deleted the extension-renaming branch May 5, 2022 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants