Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5cd00949bf723aafbd7a398d48921476e4a48446
      
https://github.com/WebKit/WebKit/commit/5cd00949bf723aafbd7a398d48921476e4a48446
  Author: Tim Chevalier <[email protected]>
  Date:   2025-10-09 (Thu, 09 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/ISO8601.cpp
    M Source/JavaScriptCore/runtime/ISO8601.h
    M Source/JavaScriptCore/runtime/TemporalCalendar.cpp

  Log Message:
  -----------
  [Temporal] Change m_year field in PlainDate and PlainYearMonth to int32_t
https://bugs.webkit.org/show_bug.cgi?id=300458

Reviewed by Yusuke Suzuki.

Change the representation back to what it was before, and use
a sentinel value (one less than minYear) to represent out-of-range
years.

* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::parseDate):
* Source/JavaScriptCore/runtime/ISO8601.h:
* Source/JavaScriptCore/runtime/TemporalCalendar.cpp:
(JSC::TemporalCalendar::balanceISODate):
(JSC::TemporalCalendar::balanceISOYearMonth):

Canonical link: https://commits.webkit.org/301292@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to