We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
insta
As @frol suggested in #1036 (comment) we should refactor bindgen snapshot unit tests to use the insta crate.
Unit tests that could benefit from this:
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/item_impl_info.rs
Line 30 in c39fba3
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/item_trait_info.rs
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/ext.rs
Line 146 in c39fba3
near-sdk-rs/near-sdk-macros/src/core_impl/abi/abi_generator.rs
Line 295 in 6887b41
The text was updated successfully, but these errors were encountered:
TokenStream
borsh*derive-internal
Hi @agostbiro, are you working on this issue? If not, I would like to try it out.
Sorry, something went wrong.
@agostbiro @jaswinder6991 @frol Do we have any progress? Can I take this task?
@iho Please, go ahead! Take inspiration from borsh-rs setup.
iho
Successfully merging a pull request may close this issue.
As @frol suggested in #1036 (comment) we should refactor bindgen snapshot unit tests to use the insta crate.
Unit tests that could benefit from this:
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/item_impl_info.rs
Line 30 in c39fba3
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/item_trait_info.rs
Line 30 in c39fba3
near-sdk-rs/near-sdk-macros/src/core_impl/code_generator/ext.rs
Line 146 in c39fba3
near-sdk-rs/near-sdk-macros/src/core_impl/abi/abi_generator.rs
Line 295 in 6887b41
The text was updated successfully, but these errors were encountered: