-
Notifications
You must be signed in to change notification settings - Fork 278
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
Bump syn to 2.0 #3682
Labels
Chore
This is a small task that can be done at any point in time and is easier than others
dependencies
Pull requests that update a dependency file
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
version bump
Comments
DCNick3
added
version bump
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Chore
This is a small task that can be done at any point in time and is easier than others
dependencies
Pull requests that update a dependency file
labels
Jul 5, 2023
This was referenced Sep 21, 2023
This was referenced Sep 28, 2023
Migrate
iroha_smart_contract_derive
, iroha_executor_derive
and iroha_trigger_derive
to syn 2.0
#3934
Closed
This was referenced Dec 7, 2023
DCNick3
added a commit
to DCNick3/iroha
that referenced
this issue
Mar 11, 2024
Signed-off-by: Nikita Strygin <[email protected]>
DCNick3
added a commit
to DCNick3/iroha
that referenced
this issue
Mar 11, 2024
… have two syn versions in our codebase Signed-off-by: Nikita Strygin <[email protected]>
DCNick3
added a commit
to DCNick3/iroha
that referenced
this issue
Mar 11, 2024
… have two syn versions in our codebase Signed-off-by: Nikita Strygin <[email protected]>
1 task
DCNick3
added a commit
that referenced
this issue
Mar 11, 2024
Signed-off-by: Nikita Strygin <[email protected]>
DCNick3
added a commit
that referenced
this issue
Mar 11, 2024
…sions in our codebase Signed-off-by: Nikita Strygin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Chore
This is a small task that can be done at any point in time and is easier than others
dependencies
Pull requests that update a dependency file
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
version bump
Recently syn has had a new major release, and proc macro ecosystem has largely migrated too.
It might be a good idea to update
Update progress:
iroha_data_model_derive
(Rewrite iroha_data_model_derive to use syn 2.0 #3882, [refactor] #3822, #3737, #2437: Refactor iroha_data_model_derive #3897)iroha_ffi_derive
(Rewrite iroha_ffi_derive to use syn 2.0 #3814, [refactor] #3814: Updateiroha_ffi_derive
to use syn 2.0 #3830)iroha_schema_derive
([refactor]: updateiroha_schema_derive
to use syn 2.0 #3759)iroha_primitives_derive
([refactor]: introduce syn 2.0, manyhow and darling for proc-macros #3727)iroha_version_derive
([refactor]: introduce syn 2.0, manyhow and darling for proc-macros #3727)iroha_derive
([refactor]: introduce syn 2.0, manyhow and darling for proc-macros #3727)iroha_telemetry_derive
(Migrate iroha_telemetry_derive to syn 2.0 #3909, [refactor]: update iroha_telemetry_derive to use syn2 #4168)iroha_futures_derive
(Migrate iroha_futures_derive to syn 2.0 #3911, [refactor] #3911: Migrateiroha_futures_derive
to syn 2.0 #3915)iroha_torii_derive
(Rewrite torii_derive to use syn 2.0 #4117, [refactor]: updateiroha_torii_macro
to use syn 2.0 #4118)will be removed as part of Minimal major configuration overhaul #4161iroha_config_base_derive
iroha_executor_derive
(Migrateiroha_smart_contract_derive
,iroha_executor_derive
andiroha_trigger_derive
to syn 2.0 #3934, [refactor] #3934: Migrateiroha_smart_contract_derive
,iroha_executor_derive
andiroha_trigger_derive
to syn 2.0 #3935)iroha_core_wasm_codec_derive
(Migrateiroha_core_wasm_codec_derive
to syn 2.0 #3943)The text was updated successfully, but these errors were encountered: