-
Notifications
You must be signed in to change notification settings - Fork 277
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
[refactor] #3934: Migrate iroha_smart_contract_derive
, iroha_executor_derive
and iroha_trigger_derive
to syn 2.0
#3935
Conversation
Pull Request Test Coverage Report for Build 7179041936
💛 - Coveralls |
66fec94
to
bf90a7d
Compare
@DCNick3 , any plans to update this? Sorry for pressure, just having a lot of openned PRs makes me feel frustrated. Also seems like something is wrong, because there are too many lines changed... |
Yes, I am planning to get back to this after I finish the ursa replacement. The "lots of line changed" probably comes from the history rewrite that happened not so long ago. Ig I'll have to do some git-fu to make it point to the new commits |
it's because we rewrote history to fix DCO |
aaa0ad9
to
aeed517
Compare
iroha_wasm_derive
and iroha_validator_derive
to syn 2.0iroha_smart_contract_derive
, iroha_executor_derive
and iroha_trigger_derive
to syn 2.0
aeed517
to
58486e9
Compare
58486e9
to
ad64ddb
Compare
ad64ddb
to
2a9d439
Compare
Read The Docs check should be fixed by #4056 |
2a9d439
to
92669fc
Compare
92669fc
to
89fdc03
Compare
89fdc03
to
ca4c765
Compare
ca4c765
to
1902665
Compare
1902665
to
48e3426
Compare
48e3426
to
1c9d379
Compare
1c9d379
to
6b6e715
Compare
6b6e715
to
850167d
Compare
…roha_validator_derive` to syn 2.0 Signed-off-by: Nikita Strygin <[email protected]>
850167d
to
dd35f70
Compare
Description
Use syn 2.0, manyhow and darling to enhance the error messages
Linked issue
Closes #3934
Checklist