Open bragefuglseth opened 2 months ago
oh so they broke API in a bug fix release?
I'm confused by this as well. Given the age of the commit, it seems like this change was supposed to ship a while ago, and they've only "accidentally" kept it until now.
I can't find a proper announcement of this, though.
As of today, when updating
gettext-rs
to0.7.1
in my app, it won't build anymore.Seems like this commit in gettext-rs removed the macros from the library, and the commit was only shipped in the 0.7.1 release a couple of weeks ago.
Is it technically possible to change
i18n_fmt
to work without depending on thegettext-rs
macros? I can look into it, but I have no idea if it would be worth it or not. For now I've downgraded to the 0.7.0 release.