Skip to content

Commit 4c66a2d

Browse files
echeranromulocintra
authored andcommitted
Update #130-2021-01-11.md
1 parent f7bbb93 commit 4c66a2d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

meetings/task-force/#130-2021-01-11.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Executive summary
33

44
Participants:
5-
RCA: Romulo Cintra
6-
NIC: Nicolas Bouvrette - Expedia
7-
EAO: Eemeli Aro - OpenJSF
8-
DLM: Daniel Minor - Mozilla
9-
STA: Staś Małolepszy - Google
10-
ZBI: Zibi Braniecki - Mozilla
11-
DAF: David Filip - Huawei, OASIS XLIFF TC
12-
ECH: Elango Cheran - Google
13-
GWR: George Rhoten - Apple
14-
MIH: Mihai Nita
5+
- RCA: Romulo Cintra
6+
- NIC: Nicolas Bouvrette - Expedia
7+
- EAO: Eemeli Aro - OpenJSF
8+
- DLM: Daniel Minor - Mozilla
9+
- STA: Staś Małolepszy - Google
10+
- ZBI: Zibi Braniecki - Mozilla
11+
- DAF: David Filip - Huawei, OASIS XLIFF TC
12+
- ECH: Elango Cheran - Google
13+
- GWR: George Rhoten - Apple
14+
- MIH: Mihai Nita
1515

1616

1717
There is a general consensus around supporting dynamic references. There are some valid use cases to support, we probably can't prevent people from working around dynamic references, and by supporting them we “gain back” some control (conformance levels, lint, etc.). This can simplify messages that could otherwise have thousands of related static messages, but it brings along the risk of extra complexity and indirection. There are concerns about testing & validation -- ex: what happens at word boundaries, agreement between selector name, context completeness checking. Conformance levels with regards to this feature depend on the capability to switch off dynamic- and static message referencing.
@@ -20,7 +20,8 @@ We agree to pause meetings of this particular task force for issue #130 until we
2020

2121

2222

23-
Approval Stamps for Executive Summary
23+
> Approval Stamps for Executive Summary
24+
2425
ECH
2526
RCA
2627
STA
@@ -29,7 +30,7 @@ DAF
2930
NIC
3031

3132

32-
Minutes
33+
## Minutes
3334

3435
ZBI: Summary of dynamic selectors. Previously, we wanted to provide a design for developers to communicate to translators. Challenges at Mozilla happen at build time, developers don't know what messages they want to reference from another -- it is a runtime decision. Workarounds are messy, proposal is dynamic references -- have references to another message within a message that are only resolved at runtime. Avoids previous errors from workarounds of string concatenation and different fallback (locale?) of 2 different message patterns.
3536

0 commit comments

Comments
 (0)