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

Docs: added resource flag to bibtool command #4457

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

YueRen
Copy link
Member

@YueRen YueRen commented Jan 13, 2025

I believe there is a bug in bibtool v2.68. It is supposed to prioritize the .bibtoolrsc in the folder it is run in, however on my system it prioritizes the .bibtoolrsc in my home folder. You can verify it as follows:

  1. Save this as ~/.bibtoolrsc
  2. Run bibtool docs/oscar_references.bib -o docs/oscar_references.bib as per the current instructions
  3. Notice it messing up docs/oscar_references.bib

The change in the pull request should force bibtool to use the .bibtoolsrc in the main folder of Oscar.

edit, small correction: bibtool prioritizing .bibtoolrsc in the home folder over the .bibtoolrsc in the current folder is actually intended behavior. I think we should change the command in the docu nonetheless just to be safe.

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.41%. Comparing base (a60b0d8) to head (3630878).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4457      +/-   ##
==========================================
- Coverage   84.42%   84.41%   -0.01%     
==========================================
  Files         668      668              
  Lines       88363    88439      +76     
==========================================
+ Hits        74600    74656      +56     
- Misses      13763    13783      +20     

see 7 files with indirect coverage changes

@fingolfin fingolfin enabled auto-merge (squash) January 13, 2025 14:42
@YueRen YueRen added the documentation Improvements or additions to documentation label Jan 13, 2025
@fingolfin fingolfin merged commit d43ecaa into master Jan 13, 2025
29 of 32 checks passed
@fingolfin fingolfin deleted the yr/docsBibtool branch January 13, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants