Skip to content

refactor: rename _ex() -> _ext() - #8548

Open
WofWca wants to merge 1 commit into
mainfrom
wofwca/rename-ex-ext
Open

refactor: rename _ex() -> _ext()#8548
WofWca wants to merge 1 commit into
mainfrom
wofwca/rename-ex-ext

Conversation

@WofWca

@WofWca WofWca commented Aug 6, 2026

Copy link
Copy Markdown
Member

"ex" means "used to be, but no longer is".
"ext" means "extended", which is the intended meaning.
"Ext" is more common not only in the Rust ecosystem but in general.
We already had several people (myself included) asking
what "ex" is supposed to mean.

To reproduce this commit, search and replace _ex(?!\w) -> _ext.
But don't change list_transports_ex because it's public API.

"ex" means "used to be, but no longer is".
"ext" means "extended", which is the intended meaning.
"Ext" is more common not only in the Rust ecosystem but in general.
We already had several people (myself included) asking
what "ex" is supposed to mean.

To reproduce this commit, search and replace `_ex(?!\w)` -> `_ext`.
But don't change `list_transports_ex` because it's public API.
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