Skip to content

Bump Fmt to 0.11.0#1537

Merged
WardBrian merged 5 commits intomasterfrom
update-fmt-0.11
Sep 17, 2025
Merged

Bump Fmt to 0.11.0#1537
WardBrian merged 5 commits intomasterfrom
update-fmt-0.11

Conversation

@WardBrian
Copy link
Copy Markdown
Member

@WardBrian WardBrian commented Jul 29, 2025

This lets us delete some copy-pasted code from #1521

Submission Checklist

  • Run unit tests
  • Documentation
    • If a user-facing facing change was made, the documentation PR is here:
    • OR, no user-facing changes were made

Release notes

Updated Fmt to 0.11.0

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

@WardBrian WardBrian added the cleanup Code simplification or clean-up label Jul 29, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 29, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.25%. Comparing base (a0ecb22) to head (a7a89a3).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/frontend/Semantic_error.ml 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1537      +/-   ##
==========================================
+ Coverage   90.20%   90.25%   +0.05%     
==========================================
  Files          64       64              
  Lines        9944     9926      -18     
==========================================
- Hits         8970     8959      -11     
+ Misses        974      967       -7     
Files with missing lines Coverage Δ
src/frontend/SignatureMismatch.ml 86.56% <100.00%> (ø)
src/frontend/Semantic_error.ml 95.33% <50.00%> (+2.23%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nhuurre
Copy link
Copy Markdown
Collaborator

nhuurre commented Sep 16, 2025

Fmt.ordinal

Neat! Let's use it here too:

| 4 -> "fourth"
| n -> Fmt.str "%dth" n

@WardBrian WardBrian merged commit 837912e into master Sep 17, 2025
3 checks passed
@WardBrian WardBrian deleted the update-fmt-0.11 branch September 17, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code simplification or clean-up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants