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

Implemented data transformation logic #2547

Closed
wants to merge 1 commit into from

Conversation

integraledelebesgue
Copy link
Member

@integraledelebesgue integraledelebesgue commented Oct 1, 2024

crates/sncast/src/helpers/data_transformer/sierra_abi.rs Outdated Show resolved Hide resolved
crates/sncast/src/helpers/data_transformer/sierra_abi.rs Outdated Show resolved Hide resolved
crates/sncast/tests/integration/data_transformer.rs Outdated Show resolved Hide resolved
crates/sncast/tests/integration/data_transformer.rs Outdated Show resolved Hide resolved
crates/sncast/tests/integration/data_transformer.rs Outdated Show resolved Hide resolved
crates/sncast/tests/integration/data_transformer.rs Outdated Show resolved Hide resolved
@piotmag769
Copy link
Member

Wouldn't it be better to be a separate crate? It could be reused in different places then

@integraledelebesgue
Copy link
Member Author

Wouldn't it be better to be a separate crate? It could be reused in different places then

That sounds like a good idea. cc: @cptartur

{
value
.parse::<T>()
.context(neat_parsing_error_message(value, type_name::<T>(), None))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its not

crates/data-transformer/src/sierra_abi/mod.rs Outdated Show resolved Hide resolved
crates/data-transformer/src/transformer.rs Outdated Show resolved Hide resolved
@integraledelebesgue
Copy link
Member Author

✓ Commit merged in pull request #2555

github-merge-queue bot pushed a commit that referenced this pull request Oct 16, 2024
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.

4 participants