Skip to content

Commit 3bb70e4

Browse files
committed
Add Ben Allen's summaries
1 parent e47ae6e commit 3bb70e4

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

meetings/2025-09/september-22.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ BAN: Fantastic. All right. And next up is the other one, the other normative cha
439439

440440
### Speaker's Summary of Key Points
441441

442-
This PR allows implementations to take into account potential differences between the short compact form ("5K") and long form ("5 thousand") when determining the correct plural form to use.
442+
* Proposed change will allow use of differing plural rules for short vs long compact notation when CLDR adds support for them
443+
* No change to current behaviour of any engine
443444

444445
### Conclusion
445446

@@ -628,7 +629,9 @@ CDA: Thank you. I mean I know there was at least one constraint on this item, bu
628629

629630
### Speaker's Summary of Key Points
630631

631-
(see final continuation)
632+
* Functionality involving arithmetic removed from proposal, rounding only performed on way in
633+
* Support for non-mathematical values in domain of Number added, i.e. -0, ±Infinity, NaN
634+
* Concerns expressed by WH re: handling of significant digits, particularly for zero values
632635

633636
### Conclusion
634637

meetings/2025-09/september-23.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ BAN: Thanks so much.
100100

101101
### Speaker's Summary of Key Points
102102

103-
* Intl month code supports many calendars defined in CLDR + ICU4C/ICU4X
104-
* We cannot specify arithmetic for every calendar, but we do want guardrails around implementation to avoid divergence between implementations
103+
* Description of normative PR to revert the change to handling of leap months from last plenary, returning to rejecting operations that would yield a nonexistent date because of the absence of a leap month. Previous behavior pushed forward to the next non-leap month, proposed behaviour results in a RangeError when using the option {overflow: "reject"}
104+
* Description of normative PR for Temporal that allows for reference dates in the near future, in order to account for the rare leap month that will appear in the Chinese calendar in 2033.
105105

106106
### Conclusion
107107

meetings/2025-09/september-24.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ RCH: All right. Let’s see. `Object.entry` and `Object.fromEntires` is a case w
196196

197197
### Speaker's Summary of Key Points
198198

199-
* Discussed and proposed solutions for V8 concerns and WH concerns re: sig digits
199+
* Discussion of changes made to handling of significant digits based on feedback from Day 1 presentation
200+
* Extensive discussion of name of proposal
201+
* Extensive discussion on whether or not to include numerical conversion methods
202+
* Discussion of whether interchange is understood to be a motivation for Amount proposal
203+
* KG expresses concerns re: motivation of proposal
200204

201205
### Conclusion
202206

@@ -472,6 +476,12 @@ BAN: Okay.
472476

473477
CDA: I did mention in the point of order but I captured the queue from Monday, and then completely forgot to paste them in here. Some of them may have been covered as NRO pointed out, but I will add them in. Please remind me in case I forget again. I will add them in later this afternoon and if we skip over them because we covered it sufficiently, it’s fine. They’re all from SFC. Shall we break for lunch?
474478

479+
### Speaker's summary of key points
480+
481+
* Functionality involving arithmetic removed from proposal, rounding only performed on way in
482+
* Support for non-mathematical values in domain of Number added, i.e. -0, ±Infinity, NaN
483+
* Concerns expressed by WH re: handling of significant digits, particularly for zero values
484+
475485
## Continuation: Update on proposal-module-global
476486

477487
Presenter: Kris Kowal (KKL)

0 commit comments

Comments
 (0)