alerque / fluent-lua

Lua implementation of Project Fluent https://projectfluent.org
MIT License
20 stars 4 forks source link

Fix message merging when adding more messages to existing resources #30

Closed alerque closed 2 years ago

alerque commented 2 years ago

Eventually hoping to fix #15

alerque commented 2 years ago

The current status of this PR is that it fixes the exact bug, but it is also a regression of the API design. I'm moving ahead with this because it's becoming difficult to deal with the multitude of issues in one set of commits. Notably this fixes the test suite to properly identify what works and what doesn't.