Skip to content

feat: Add BibTeX/BibLaTeX parser and serializer#5

Merged
chmodas merged 1 commit into
trunkfrom
biblatex
Mar 23, 2026
Merged

feat: Add BibTeX/BibLaTeX parser and serializer#5
chmodas merged 1 commit into
trunkfrom
biblatex

Conversation

@chmodas

@chmodas chmodas commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Delegates parsing to the biblatex crate and maps entries to the unified Record type. Handles typed and permissive date extraction (ISO dates, year-only, chunks fallback), typed and verbatim page ranges, person name formatting as "Last, First", journaltitle/journal fallback, PermissiveType volume, and citation key in extras.

@codecov-commenter

codecov-commenter commented Mar 23, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.35%. Comparing base (8782c2d) to head (9d76ca8).
⚠️ Report is 1 commits behind head on trunk.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk       #5      +/-   ##
==========================================
+ Coverage   96.58%   99.35%   +2.77%     
==========================================
  Files           6        7       +1     
  Lines         615      776     +161     
==========================================
+ Hits          594      771     +177     
+ Misses         21        5      -16     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Delegates parsing to the biblatex crate and maps entries to the unified
Record type. Handles typed and permissive date extraction (ISO dates,
year-only, chunks fallback), typed and verbatim page ranges, person
name formatting as "Last, First", journaltitle/journal fallback,
PermissiveType volume, and citation key in extras.
@chmodas chmodas merged commit e12c4db into trunk Mar 23, 2026
2 checks passed
@chmodas chmodas deleted the biblatex branch March 23, 2026 15:31
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