Skip to content

Fix visibility of get_limbs_representations #139

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
merged 4 commits into from
Mar 21, 2025

Conversation

skaunov
Copy link
Contributor

@skaunov skaunov commented Feb 8, 2024

(Also additional tiny style fix.)

(Also additional tiny style fix.)
@skaunov skaunov requested a review from a team as a code owner February 8, 2024 01:55
@skaunov skaunov requested review from z-tech, mmagician and weikengchen and removed request for a team February 8, 2024 01:55
/// functions
pub fn get_limbs_representations(
/// functions.
pub(super) fn get_limbs_representations(
Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to leave this public, as possibly downstream code might need to use it. Maybe we can mark it as #[doc(hidden)] instead?

Copy link
Contributor

Choose a reason for hiding this comment

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

I have code that uses it, don't see why it has to be hidden even.

@skaunov
Copy link
Contributor Author

skaunov commented Feb 8, 2024 via email

@Pratyush
Copy link
Member

Pratyush commented Feb 9, 2024

Sure, let's keep it pub and change the doc. @skaunov if you want to update the PR to do that, that would be great

@skaunov
Copy link
Contributor Author

skaunov commented Feb 9, 2024 via email

@Pratyush Pratyush enabled auto-merge March 21, 2025 00:40
@Pratyush Pratyush added this pull request to the merge queue Mar 21, 2025
Merged via the queue into arkworks-rs:master with commit 9d8f1d9 Mar 21, 2025
11 checks passed
@skaunov skaunov deleted the master branch June 23, 2025 22:52
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