Problem/Motivation
FormattableMarkup issues a deprecation when a key without a placeholder prefix is found.
This code did not use the standard deprecation format so we did not find it until now.
Steps to reproduce
Proposed resolution
Convert the deprecation to a warning, which is the same behaviour as other invalid placeholders.
Remaining tasks
Consider if we should backport the deprecation notice to the standard format.
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3295625-2.patch | 2.45 KB | longwave |
Comments
Comment #2
longwaveComment #3
catchNice find, patch looks exactly right to me.
Comment #5
gábor hojtsySuperb, commited, thanks!
Comment #6
gábor hojtsyComment #7
catch@Gábor Hojtsy looks like the 10.1.x commit is missing.
Comment #8
andypostComment #9
alexpott