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

Feature flag updates #116

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Feature flag updates #116

merged 2 commits into from
Jan 3, 2024

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Jan 3, 2024

No description provided.

Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

One minor change requested.

@@ -1065,7 +1065,7 @@ impl<V> Bundle<InProgress<Proven, PartiallyAuthorized>, V> {
}

#[cfg(any(test, feature = "test-dependencies"))]
pub mod testing {
pub(crate) mod testing {
Copy link
Contributor

Choose a reason for hiding this comment

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

The intent of the test-dependencies feature is that by enabling it, the testing module is made available to downstream crates. So I don't think this is the right change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is nothing public in this module. In fact, there's an #[allow(dead_code)] on the strategy in this module. If that is made public at some point, then this can be reverted, but as-is this is an empty module.

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd argue that maybe it's better to make arb_bundle public, and remove the allow, but I guess this is fine.

Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

utACK

@str4d str4d merged commit 4ec6a48 into main Jan 3, 2024
23 checks passed
@str4d str4d deleted the feature-flag-updates branch January 3, 2024 19:40
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