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

Misc fixes #1172

Merged
merged 7 commits into from
Nov 11, 2020
Merged

Misc fixes #1172

merged 7 commits into from
Nov 11, 2020

Conversation

ptomato
Copy link
Collaborator

@ptomato ptomato commented Nov 11, 2020

Spotted while working on #1171

This was a straggler from the time calendar support (#522)
Suggested by Justin in code review, this makes sure the day header is
printed even if midnight is skipped in a DST transition.
Now that relativeTo for DurationAdd has landed, we can use the simpler
DurationAdd abstract operation here, instead of AdjustDayRelativeTo.
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #1172 (61ca220) into main (5930868) will decrease coverage by 2.87%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1172      +/-   ##
==========================================
- Coverage   93.55%   90.67%   -2.88%     
==========================================
  Files          19       17       -2     
  Lines        7961     8796     +835     
  Branches     1264     1251      -13     
==========================================
+ Hits         7448     7976     +528     
- Misses        506      808     +302     
- Partials        7       12       +5     
Flag Coverage Δ
test262 ?
tests 90.67% <ø> (+1.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
polyfill/lib/shim.mjs
polyfill/lib/legacydate.mjs
polyfill/lib/intrinsicclass.mjs
polyfill/lib/slots.mjs
lib/temporal.mjs 100.00% <0.00%> (ø)
lib/intrinsicclass.mjs 56.81% <0.00%> (ø)
lib/slots.mjs 100.00% <0.00%> (ø)
lib/ecmascript.mjs 94.25% <0.00%> (ø)
lib/plainyearmonth.mjs 89.80% <0.00%> (ø)
lib/instant.mjs 86.91% <0.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf1b944...013194c. Read the comment docs.

@Ms2ger Ms2ger merged commit a0e0a75 into main Nov 11, 2020
@Ms2ger Ms2ger deleted the misc branch November 11, 2020 08:51
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