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

[klippa] subset BASE table #1325

Merged
merged 1 commit into from
Jan 28, 2025
Merged

[klippa] subset BASE table #1325

merged 1 commit into from
Jan 28, 2025

Conversation

qxliu76
Copy link
Contributor

@qxliu76 qxliu76 commented Jan 22, 2025

No description provided.

Copy link
Member

@cmyr cmyr left a comment

Choose a reason for hiding this comment

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

I have a few questions inline about whether we need so many traits, but overall this seems reasonable :)

klippa/src/inc_bimap.rs Outdated Show resolved Hide resolved
klippa/src/inc_bimap.rs Show resolved Hide resolved
klippa/src/inc_bimap.rs Outdated Show resolved Hide resolved
klippa/src/inc_bimap.rs Show resolved Hide resolved
pub use parsing_util::{
parse_drop_tables, parse_name_ids, parse_name_languages, parse_unicodes, populate_gids,
parse_name_ids, parse_name_languages, parse_tag_list, parse_unicodes, populate_gids,
Copy link
Member

Choose a reason for hiding this comment

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

just noticing now, but are these methods genuinely part of the public API?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh this is because I need to use these methods in integration_test, do you know how can I export them to integration_test without making them public? I tried pub(crate) use but that doesn't work.

Copy link
Member

Choose a reason for hiding this comment

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

yea integration test only works on public API.

klippa/src/lib.rs Outdated Show resolved Hide resolved
klippa/src/lib.rs Outdated Show resolved Hide resolved
klippa/src/lib.rs Outdated Show resolved Hide resolved
klippa/src/variations.rs Show resolved Hide resolved
klippa/src/variations.rs Outdated Show resolved Hide resolved
@qxliu76 qxliu76 force-pushed the subset_base branch 2 times, most recently from d372ef5 to f85c1d3 Compare January 23, 2025 20:03
Copy link
Member

@cmyr cmyr left a comment

Choose a reason for hiding this comment

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

Looks good, it's kind of annoying to have to pass the empty args in but I think it's an improvement on balance. :)

@qxliu76
Copy link
Contributor Author

qxliu76 commented Jan 23, 2025

Looks good, it's kind of annoying to have to pass the empty args in but I think it's an improvement on balance. :)

thanks very much for your valuable review comments!

@qxliu76 qxliu76 merged commit bb9fd93 into main Jan 28, 2025
10 checks passed
@qxliu76 qxliu76 deleted the subset_base branch January 28, 2025 17:41
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