From 4514e880a8690ba2dd78a70696b4c89db93697ba Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Mon, 29 Jul 2024 11:23:01 -0700 Subject: [PATCH] Fix up late additions Thanks @echeran -- Google Docs was slow updating to my copy! --- meetings/2024/notes-2024-07-29.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/meetings/2024/notes-2024-07-29.md b/meetings/2024/notes-2024-07-29.md index 21b7b616a..984d23d8a 100644 --- a/meetings/2024/notes-2024-07-29.md +++ b/meetings/2024/notes-2024-07-29.md @@ -116,21 +116,30 @@ APP: I will make a ballot with two options, then. ## Topic: Contextual Options vs. Expression Attributes (#780) https://github.com/unicode-org/message-format-wg/blob/main/exploration/expression-attributes.md -(notes missing; group resolved to accept the proposed design) +EAO: I would like us to accept this design document in its current state. + +MIH: I am in favor of accepting this design document as it is. I think it addresses an issue that we dropped the ball on a long time ago. However, if we accept this with the `@` is not enough because there are lot of message metadata that should be specified, and some of that should be outside of the message. So just having the `@` attributes inside a placeholder is not enough. + +EAO: I will make the PR that includes `dir`, `locale`, and ____ as the reserved attribute names. ACTION: EAO to file PR for expression attributes; EAO to file PR for contextual options ## Topic: Selection-declaration (#824) +APP: I am not in favor of the proposed option. + +EAO: I think that argument allows too many things to happen in the `.match`. I think a declaration can be made in a `.local` or such, and then using the variable would simplify what happens in the `.match`. -For next time. +MIH: I would prefer expressions that get reused over and over again to be defined explicitly. -Key discussions today should focus on: +APP: Let’s review this issue and be prepared to discuss at the beginning of next week’s meeting. -Selection declarations (#824) -Function composition (#823, #814, #728, #646) -Registry management (#634, #838) -Whitespace/bidi handling (#811, #673) -Contextual options or expression attributes (#780) +> Key discussions next week should focus on: +> +> - Selection declarations (#824) +> - Function composition (#823, #814, #728, #646) +> - Registry management (#634, #838) +> - Whitespace/bidi handling (#811, #673) +> - Contextual options or expression attributes (#780)