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: Switch core workspace to using workspace deps #1485

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

popzxc
Copy link
Member

@popzxc popzxc commented Mar 22, 2024

What ❔

Switches core workspace to using workspace deps.

⚠️ No-nitpick-territory ⚠️
During review, please focus on the fact that this should be an incremental improvement. This PR was painful to prepare, and I would like to merge it ASAP, since it's also likely to get merge conflicts. If there are non-critical comments, I'll try to address them in follow-up PRs. I've touched a lot of code that was in imperfect state before, and now it's in the diff (for example, incorrectly set features for crates), and maybe some things I've done aren't as pretty as they can be -- but IMHO the switch to using workspace deps has enough value to merge it without addressing all and every minor thing beforehand.

Feel free to leave as many comments as you have to, but it'd be great if they will still come with a ✅ unless I really broke something here.

Why ❔

  • Soft prerequisite for publishing on crates.io.
  • More convenient.
  • More modern.
  • No need to worry that some dependency has multiple versions across different crates.

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 zk fmt and zk lint.
  • Spellcheck has been run via zk spellcheck.
  • Linkcheck has been run via zk linkcheck.

@popzxc popzxc force-pushed the popzxc-workspace-deps branch from d78dcb9 to f9ae782 Compare March 25, 2024 05:26
@popzxc popzxc marked this pull request as ready for review March 25, 2024 06:21
@popzxc popzxc added this pull request to the merge queue Mar 25, 2024
Merged via the queue into main with commit 1245005 Mar 25, 2024
39 checks passed
@popzxc popzxc deleted the popzxc-workspace-deps branch March 25, 2024 07:29
@pompon0 pompon0 requested review from pompon0 and removed request for pompon0 March 25, 2024 11:22
github-merge-queue bot pushed a commit that referenced this pull request Mar 25, 2024
## What ❔

Prover follow-up to #1485

## Why ❔

Same reasons

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] 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 `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
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.

4 participants