Skip to content

expose fractionalSecondDigits as a property of resolvedOptions()#5414

Merged
jedel1043 merged 1 commit into
boa-dev:mainfrom
camilojd:feat/expose-fractionalSecondDigits-in-resolvedOptions
Jul 22, 2026
Merged

expose fractionalSecondDigits as a property of resolvedOptions()#5414
jedel1043 merged 1 commit into
boa-dev:mainfrom
camilojd:feat/expose-fractionalSecondDigits-in-resolvedOptions

Conversation

@camilojd

Copy link
Copy Markdown
Contributor

Hi boa-devs!

I have a small contribution for the "ECMA-402" effort. Please let me know if this looks good to you.
It changes the following:

  • Exposes fractionalSecondDigits as a property inside the object returned by resolvedOptions()

@github-actions github-actions Bot added the Waiting On Review Waiting on reviews from the maintainers label Jun 26, 2026
@github-actions github-actions Bot added this to the v1.0.0 milestone Jun 26, 2026
@github-actions github-actions Bot added C-Builtins PRs and Issues related to builtins/intrinsics C-Intl Changes related to the `Intl` implementation labels Jun 26, 2026

@jedel1043 jedel1043 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good! Though you might need to run clippy on this, but preemptively approving.

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

Test262 conformance changes

Test result main count PR count difference
Total 53,125 53,125 0
Passed 51,072 51,073 +1
Ignored 1,482 1,482 0
Failed 571 570 -1
Panics 0 0 0
Conformance 96.14% 96.14% +0.00%
Fixed tests (1):
test/intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-valid.js (previously Failed)

Tested main commit: 6ef5370c1cff770c51f3e4f8600590f11d66eeaf
Tested PR commit: b34729fe80aff586459dfdde46bdbad566d3bf37
Compare commits: 6ef5370...b34729f

@camilojd
camilojd force-pushed the feat/expose-fractionalSecondDigits-in-resolvedOptions branch from d158c9a to b34729f Compare July 18, 2026 18:12
@camilojd

Copy link
Copy Markdown
Contributor Author

@jedel1043 Thanks for the review! I rebased, as I saw that the clippy failures came from outside the change, and they seem to be addressed now

@jedel1043 jedel1043 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks! Looks great!

@jedel1043
jedel1043 enabled auto-merge July 21, 2026 23:36
@jedel1043
jedel1043 added this pull request to the merge queue Jul 22, 2026
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.74%. Comparing base (6ddc2b4) to head (b34729f).
⚠️ Report is 998 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5414       +/-   ##
===========================================
+ Coverage   47.24%   62.74%   +15.50%     
===========================================
  Files         476      534       +58     
  Lines       46892    59079    +12187     
===========================================
+ Hits        22154    37070    +14916     
+ Misses      24738    22009     -2729     

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Merged via the queue into boa-dev:main with commit d70835d Jul 22, 2026
22 checks passed
@github-actions github-actions Bot removed the Waiting On Review Waiting on reviews from the maintainers label Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Builtins PRs and Issues related to builtins/intrinsics C-Intl Changes related to the `Intl` implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants