-
Notifications
You must be signed in to change notification settings - Fork 22
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
Patches for 4.24.15676 #78
Comments
As I expected. Also, I seem to have fat fingers today...I kept typing 15679 instead of 15676. |
No symbol differences, no resource differences, no relevant string differences. |
No rootfs differences other than nickel/libnickel/revinfo, no kernel/uboot differences. |
Done in v68 and MR:thread-333428. |
|
Update: @davidfor (thanks!) pointed out that this release was solely to improve the handling of the v3 dictionary prefix_exceptions. Based on a quick glance, the most important part is at 0x5a61ac in 15672 and 0x5a643c in 15676. I'll look at this more later this week. |
Fixed symbol diff: 11322c11322
< _ZN17MarisaTrieAdapter15lookupExceptionERK7QString, MarisaTrieAdapter::lookupException(QString const&)
---
> _ZN17MarisaTrieAdapter16lookupExceptionsERK7QString, MarisaTrieAdapter::lookupExceptions(QString const&)
38884,38885c38884,38885
< _ZNK16DictionaryParser19htmlForWordJapaneseERK7QString, DictionaryParser::htmlForWordJapanese(QString const&) const
< _ZNK16DictionaryParser22htmlForWordNonJapaneseERK7QString, DictionaryParser::htmlForWordNonJapanese(QString const&) const
---
> _ZNK16DictionaryParser19htmlForWordJapaneseERK7QStringS0_, DictionaryParser::htmlForWordJapanese(QString const&, QString) const
> _ZNK16DictionaryParser22htmlForWordNonJapaneseERK7QStringS0_, DictionaryParser::htmlForWordNonJapanese(QString const&, QString) const |
@pgaskin I've committed a slightly improved No need for a new release (unless someone reports problems with the previous version) because I still think more changes might be necessary once we've seen the new dictionaries. |
again. Avoid clipping of left edge of headword due to latest CSS which increases headword font-size (#78)
This checklist is shorter than usual since I doubt much changed in this release. I'll put the other items in if it turns out to be larger than I think it'll be.
The text was updated successfully, but these errors were encountered: