-
Notifications
You must be signed in to change notification settings - Fork 180
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
Conversation
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
crates/sncast/src/helpers/data_transformer/calldata_representation.rs
Outdated
Show resolved
Hide resolved
d239471
to
ea09480
Compare
6a0a9d2
to
dd60ddb
Compare
c5d5e25
to
26f846e
Compare
7c6406d
to
4331279
Compare
26f846e
to
9ad9a56
Compare
f2e1ad8
to
0791178
Compare
9ad9a56
to
54a328a
Compare
0791178
to
b97d517
Compare
54a328a
to
ed43229
Compare
b97d517
to
4944b4e
Compare
0f0ee96
to
dcd604e
Compare
4944b4e
to
ee87fc4
Compare
5cb9686
to
94a29da
Compare
3f7e33b
to
c672d3a
Compare
94a29da
to
b2ef942
Compare
c672d3a
to
a8b29ef
Compare
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 |
a8b29ef
to
6463d9b
Compare
b2ef942
to
9026cb8
Compare
6463d9b
to
bb9e65a
Compare
9026cb8
to
c02c9c1
Compare
bb9e65a
to
899a19f
Compare
c02c9c1
to
4717204
Compare
d25b4a5
to
da7c243
Compare
4717204
to
99a9d3c
Compare
da7c243
to
c693949
Compare
99a9d3c
to
d419abb
Compare
{ | ||
value | ||
.parse::<T>() | ||
.context(neat_parsing_error_message(value, type_name::<T>(), None)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is using type_name safe? https://doc.rust-lang.org/std/any/fn.type_name.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not
d419abb
to
f65ba8a
Compare
9d004a6
to
6c5b6c8
Compare
commit-id:8d990066
6c5b6c8
to
1c7d955
Compare
✓ Commit merged in pull request #2555 |
Stack:
sncast
commands #2548call
,deploy
andinvoke
command handlers #2546