Zibi Braniecki

Results 597 comments of Zibi Braniecki

One other item to consider is that identifiers in fluent have somewhat special role compared to any other DSL - they play a role in error recovery (as the last...

Hi! Thanks for the writeup! Before we dive in - are you familiar with DOM Overlays? Here's documentation of the first version - https://github.com/projectfluent/fluent.js/wiki/DOM-Overlays and today we released v2 in...

yep, semantic comments are meant to help with that!

References: - https://github.com/rust-lang/rfcs/pull/2457 - https://tc39.github.io/ecma262/#prod-UnicodeIDStart Seems like there's a good precedence.

Threats - https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160912/027112.html

One way to think about it is that if we were to allow localizers to *add* attributes, and *null* attributes, then the following would work: ``` // en-US foo-windows =...

Additionally, for shortcuts in paticular, having a way to specify a narrow list of options for another attribute - `modifiers`, would allow the localizer to fully adjust the shortcut *and*...

Another use case added by @msujaws today. A semantic comment on a file level could set some sort of dependencies or requirements on other resources or message ids. That would...

> We shouldn't change the textual representation of a Fluent message or term in support of zero-copy parsing, I think. I'm not sure if I agree. In my view parsing...

> How common is case 2? That's a great question. Being able to answer it would help us evaluate the value of this proposal. > So, we're probably not going...