Skip to content

refactor(mrml-python): inline the single-caller warning converter - #689

Merged
jdrouet merged 1 commit into
mainfrom
refactor/python-inline-warnings
Sep 13, 2026
Merged

jdrouet merged 1 commit into
mainfrom
refactor/python-inline-warnings

Conversation

@jdrouet

@jdrouet jdrouet commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Warning::from_vec is three lines wrapping into_iter().map(Self::from).collect() for exactly one caller. The From impl it delegates to is right below it and stays.

The mrml-wasm crate has a twin with two callers; that one earns its keep and is untouched.

Signed-off-by: Jeremie Drouet <jeremie.drouet@gmail.com>
@jdrouet
jdrouet merged commit 7d4365d into main Sep 13, 2026
12 checks passed
@jdrouet
jdrouet deleted the refactor/python-inline-warnings branch September 13, 2026 10:19
@github-actions github-actions Bot mentioned this pull request Sep 13, 2026
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.

1 participant