Skip to content

Rename open_serial_device to open_device - #29

Merged
glopesdev merged 1 commit into
mainfrom
rename-open-device
Aug 19, 2026
Merged

Rename open_serial_device to open_device#29
glopesdev merged 1 commit into
mainfrom
rename-open-device

Conversation

@glopesdev

Copy link
Copy Markdown
Contributor

The factory now reads serial.open_device at the call site, matching the convention the examples and READMEs already follow of importing the module and qualifying at the point of use. Under that convention the old spelling said serial twice, since the module qualifier already carries it.

No alias is kept for the old name. The packages are pre-release, so the rename is free now and would cost a deprecation cycle later.

This is a rename with no behaviour change. It covers the definition and its three overloads, the package export, the four conformance probes, the ::: harp.serial.open_device directive on the API page, and the call sites in the root README, both package READMEs and the four example scripts.

The factory reads serial.open_device at the call site, matching the
module-import convention the examples and READMEs already use.
@glopesdev
glopesdev requested a review from bruno-f-cruz August 19, 2026 00:57
@glopesdev
glopesdev merged commit c06cc02 into main Aug 19, 2026
13 checks passed
@glopesdev
glopesdev deleted the rename-open-device branch August 19, 2026 08:00
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