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

[Housekeeping] Upgrade toolchain and deps #1645

Merged
merged 3 commits into from
Jun 24, 2024
Merged

[Housekeeping] Upgrade toolchain and deps #1645

merged 3 commits into from
Jun 24, 2024

Conversation

AhmedSoliman
Copy link
Contributor

@AhmedSoliman AhmedSoliman commented Jun 19, 2024

[Housekeeping] Upgrade toolchain and deps

  • Upgrade rocksdb
  • Upgrade Rust toolchain to 1.79.0
  • Remove unused functions that new clippy complains about (including get_next_message in shuffle that we stopped using recently)

Stack created with Sapling. Best reviewed with ReviewStack.

Copy link

github-actions bot commented Jun 19, 2024

Test Results

102 files  ±0  102 suites  ±0   21m 5s ⏱️ +29s
 84 tests ±0   84 ✅ ±0  0 💤 ±0  0 ❌ ±0 
215 runs  ±0  215 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2f772e8. ± Comparison against base commit daa7950.

♻️ This comment has been updated with latest results.

@AhmedSoliman AhmedSoliman force-pushed the pr1645 branch 2 times, most recently from 1b5fba2 to 432de98 Compare June 20, 2024 09:03
@AhmedSoliman AhmedSoliman force-pushed the pr1645 branch 3 times, most recently from f11590b to 964b71e Compare June 20, 2024 10:27
@AhmedSoliman AhmedSoliman marked this pull request as ready for review June 20, 2024 11:34
@AhmedSoliman AhmedSoliman force-pushed the pr1645 branch 3 times, most recently from ebb9c00 to 2d91b67 Compare June 20, 2024 15:08
@AhmedSoliman AhmedSoliman force-pushed the pr1645 branch 3 times, most recently from 3964831 to 1bd5a78 Compare June 21, 2024 09:57
Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

Thanks for the housekeeping @AhmedSoliman! The one question I had is whether we also need to add version = 2 to [licenses] in order to enable the new default values. +1 for merging after sorting this out.

crates/codederror/derive/src/attr.rs Outdated Show resolved Hide resolved
@@ -209,6 +209,7 @@ fn validate_and_update_cluster_marker_inner(
// write the new cluster marker file
let new_cluster_marker_file = OpenOptions::new()
.create(true)
.truncate(true)
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for catching this bug!

deny.toml Show resolved Hide resolved
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.75.0"
channel = "1.79.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'll update our dev-tools docker image accordingly.

- Remove schema/schema-api (now in `restate_types::schema`)
- Remove cluster-controller and merge with restate-admin
- Use `prost-dto` for cluster-state
- Move networking types to `restate_types::net`
- Protobuf internal types reorg
- Merge `restate-network` into `restate-core`
- Merge NetworkError and NetworkSendError
- Upgrade rocksdb
- Upgrade Rust toolchain to 1.79.0
- Remove unused functions that new clippy complains about (including get_next_message in shuffle that we stopped using recently)
@AhmedSoliman AhmedSoliman merged commit 2f772e8 into main Jun 24, 2024
13 checks passed
@AhmedSoliman AhmedSoliman deleted the pr1645 branch June 24, 2024 15:49
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.

2 participants