You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm somewhat surprised to find there are no fixtures anywhere that cover this. Has there been any discussion of that outside of the JS implementation? Does the reference implementation allow this as well as the production fluent.js one?
Also here is an MWE version slightly simplified from your example that just sets a message and a term in one go (and panics):
For js implementation it is possible: context_test.js#L46
But for rs implementation it throws error:
Will this be implemented in fluent-rs?
The text was updated successfully, but these errors were encountered: