-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simpler fallback behavior #189
Conversation
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
+ Coverage 82.01% 82.70% +0.69%
==========================================
Files 14 14
Lines 1173 1168 -5
==========================================
+ Hits 962 966 +4
+ Misses 147 141 -6
+ Partials 64 61 -3
Continue to review full report at Codecov.
|
What is the ETA on this? This issue blocks Hugo project from taking advantage of the v2 new features. |
I don't have an ETA for this. See #201. I think this PR is a good change, but I didn't have a chance to write as many unit tests as I wanted and I have lost all context on this. One option for Hugo, at least for development and testing, is to depend on this branch directly to see if everything works as you expect. |
f3faea2
to
a1ee29a
Compare
a1ee29a
to
873a92c
Compare
Behavior has changed with #189. Before that, an empty default message returned nil and an error, now it returns "" without error. This has been detected by mattermost test suit in mattermost/mattermost#21327 which tries to switch all code base to go-i18n v2, see [related discussion](https://github.com/mattermost/mattermost/pull/21327/files#r1365634307)
Fixes #182