Eemeli Aro

Results 571 comments of Eemeli Aro

Reopening, as suggested in https://github.com/unicode-org/message-format-wg/issues/523#issuecomment-1881247040. Also added `exploration/archive/`, to differentiate the currently-in-flight design documents from past non-design-doc explorations.

> Putting the isolate between the pattern quotes would mean that there are two sequences for opening/closing. This is also the case with isolates outside the quotes. The current proposal...

In #854, we accepted having this lookahead in the syntax.

> I am currently working on implementing the mf2 spec in Python and I'm trying to understand why `FunctionExpression` and `UnsupportedExpression` are two separate entities in the data model. Could...

@alerque For data model errors you're right, there isn't necessarily any better fallback than the message id or our ultimate fallback �. However, for runtime errors we do define [fallback...

Refactored the PR to be a change/expansion of the expression-attributes design doc rather than a separate one.

Interesting. Thank you for sharing the file that's demonstrating this! Looks like the slowdown is during the document -> JS conversion. Probably due to the alias resolution? I'll see when...

@rejetto Do you mean parsing each line as a separate YAML document?

Sounds like a pretty good idea. I'd be happy to consider a PR for this. Note that the current compiled types are tested to work in TS 3.9 or later;...