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

Fix issue caused by incorrectly only growing fields once #1127

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

CraftSpider
Copy link
Contributor

Sometimes, the fields may need to be grown multiple times, if there are more citations and entries than fit in one growth. This fixes the issue.

This took annoyingly long to track down, for what is effectively a one-word fix.

Fixes #1105

…ing fields once when they may need to be grown multiple times.
Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (da38c79) 46.20% compared to head (ee32ce3) 46.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1127      +/-   ##
==========================================
+ Coverage   46.20%   46.28%   +0.07%     
==========================================
  Files         171      171              
  Lines       65099    65099              
==========================================
+ Hits        30078    30129      +51     
+ Misses      35021    34970      -51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pkgw
Copy link
Collaborator

pkgw commented Dec 2, 2023

Thanks for chasing this down!

@pkgw pkgw merged commit 82e78d4 into tectonic-typesetting:master Dec 2, 2023
@CraftSpider CraftSpider deleted the fix-bibtex-1105 branch February 21, 2024 04:46
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.

White space in argument
2 participants