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

refactor: move Cargo.toml from root to core workspace #3456

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

antonbaliasnikov
Copy link
Contributor

@antonbaliasnikov antonbaliasnikov commented Jan 10, 2025

What ❔

Move Cargo.toml from repository root to core workspace.

Why ❔

It is mandatory for proper separation of workspaces and setting up a release-please CI that requires all files of a component to be inside the component directory.

CI failures

Currently, the following tests are failing:

  • protobuf_compatibility - the workflow is using base version and will be fixed with the next PRs after merge to main.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zkstack dev fmt and zkstack dev lint.

@antonbaliasnikov antonbaliasnikov force-pushed the aba-move-cargo-to-core branch 3 times, most recently from 97ee4b6 to a5161b3 Compare January 14, 2025 14:23
@antonbaliasnikov antonbaliasnikov marked this pull request as ready for review January 14, 2025 15:07
@antonbaliasnikov antonbaliasnikov requested a review from a team as a code owner January 14, 2025 15:07
@antonbaliasnikov antonbaliasnikov force-pushed the aba-move-cargo-to-core branch 2 times, most recently from 2ab2a68 to b4926e6 Compare January 14, 2025 15:30
popzxc
popzxc previously approved these changes Jan 15, 2025
Copy link
Member

@popzxc popzxc left a comment

Choose a reason for hiding this comment

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

LGTM

@antonbaliasnikov
Copy link
Contributor Author

@popzxc , can you, please, merge when it's ok? It looks like I'm not authorized to merge here.

@popzxc
Copy link
Member

popzxc commented Jan 15, 2025

@antonbaliasnikov looks like there is a merge conflict now 🥲

@antonbaliasnikov
Copy link
Contributor Author

@antonbaliasnikov looks like there is a merge conflict now 🥲

@popzxc , rebased my changes and fixed a bug in Compare VM performance workflow too. It is expected to fail until we merge, because it's also testing the base version.

@popzxc popzxc enabled auto-merge January 16, 2025 04:50
@popzxc popzxc added this pull request to the merge queue Jan 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 16, 2025
@popzxc popzxc added this pull request to the merge queue Jan 16, 2025
Merged via the queue into main with commit 293617a Jan 16, 2025
43 of 45 checks passed
@popzxc popzxc deleted the aba-move-cargo-to-core branch January 16, 2025 12:29
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.

3 participants