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

[Merged by Bors] - Unify common dependencies #3408

Closed
wants to merge 2 commits into from

Conversation

c410-f3r
Copy link
Contributor

@c410-f3r c410-f3r commented Jul 20, 2023

There is a considerable amount of dependencies and I think it is possible to cut some transient slack in order to reduce compilation time.

Starting with the unification of common dependencies that aren't part of workspace declarations. cargo test --all-features didn't fail so everything should probably be OK.

Cargo.toml Show resolved Hide resolved
@EstebanBorai
Copy link
Contributor

Hi @c410-f3r! I think we have to bump patch on fluvio-protocol-derive, fluvio-socket and fluvio-smartmodule-derive

@c410-f3r
Copy link
Contributor Author

Thank you @EstebanBorai

Copy link
Contributor

@sehz sehz 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 your contribution. minor issue

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
fluvio = { git = "https://github.com/infinyon/fluvio", rev = "{{fluvio-cargo-dependency-hash}}" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", rev = "{{fluvio-cargo-dependency-hash}}", features = ["derive"]}
serde = { version = "1.0", default-features = false, features = ["derive"]}
serde = { default-features = false, features = ["derive"], workspace = true }
Copy link
Contributor

Choose a reason for hiding this comment

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

templates can't have workspace dependency since they will be deployed outside fluvio repo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oopss... Fixed!

@EstebanBorai
Copy link
Contributor

Hi @c410-f3r! Thanks for the time and effort invested in this PR!
Could you give an eye to the Git conflict on crates/fluvio-smartmodule/Cargo.toml so we can merge this?

@c410-f3r
Copy link
Contributor Author

c410-f3r commented Aug 1, 2023

Hi @c410-f3r! Thanks for the time and effort invested in this PR! Could you give an eye to the Git conflict on crates/fluvio-smartmodule/Cargo.toml so we can merge this?

Oh, thank you for the heads up! The conflicting file has been fixed.

Copy link
Contributor

@EstebanBorai EstebanBorai left a comment

Choose a reason for hiding this comment

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

LGTM!

@EstebanBorai
Copy link
Contributor

Hi @c410-f3r! Thanks for the time and effort invested in this PR! Could you give an eye to the Git conflict on crates/fluvio-smartmodule/Cargo.toml so we can merge this?

Oh, thank you for the heads up! The conflicting file has been fixed.

Thanks to you!!

@c410-f3r
Copy link
Contributor Author

c410-f3r commented Aug 1, 2023

Looks like fluvio-smartmodule also needs an update

Copy link
Contributor

@EstebanBorai EstebanBorai left a comment

Choose a reason for hiding this comment

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

Thanks @c410-f3r!

@EstebanBorai
Copy link
Contributor

bors r+

bors bot pushed a commit that referenced this pull request Aug 1, 2023
There is a considerable amount of dependencies and I think it is possible to cut some transient slack in order to reduce compilation time.

Starting with the unification of common dependencies that aren't part of workspace declarations. `cargo test --all-features` didn't fail so everything should probably be OK.
@bors
Copy link

bors bot commented Aug 1, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title Unify common dependencies [Merged by Bors] - Unify common dependencies Aug 1, 2023
@bors bors bot closed this Aug 1, 2023
bors bot pushed a commit that referenced this pull request Aug 14, 2023
Continuation of #3408

To the best of my knowledge, all common dependencies are now sharing the same workspace definition.
bors bot pushed a commit that referenced this pull request Aug 14, 2023
Continuation of #3408

To the best of my knowledge, all common dependencies are now sharing the same workspace definition.

Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>
bors bot pushed a commit that referenced this pull request Aug 14, 2023
Continuation of #3408

To the best of my knowledge, all common dependencies are now sharing the same workspace definition.

Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>
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