Skip to content

refactor: replace deprecated create_old function with byte_reader pat… #35

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

Merged
merged 1 commit into from
Jun 30, 2025

Conversation

fpelliccioni
Copy link
Contributor

…tern

Replace all usages of deprecated create_old function throughout codebase. Migrate from create_old(data) to byte_reader(data) + T::from_data(reader). Remove deprecated create_old function from common.hpp. Improve error handling with proper expected pattern.

…tern

Replace all usages of deprecated create_old function throughout codebase.
Migrate from create_old<T>(data) to byte_reader(data) + T::from_data(reader).
Remove deprecated create_old function from common.hpp.
Improve error handling with proper expected<T> pattern.
@fpelliccioni fpelliccioni merged commit 4e94021 into master Jun 30, 2025
7 checks passed
@fpelliccioni fpelliccioni deleted the refactor/remove-deprecated-create-old-function branch June 30, 2025 15:52
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