[Libreoffice-bugs] [Bug 126311] SPELL: af_ZA.aff quietly broken

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 22 13:57:06 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=126311

--- Comment #2 from elmar.braun at sh-p.de ---
The relevant section of the documentation reads: "Condition is a simplified,
regular expression-like pattern, which must be met before the affix can be
applied. (Dot signs an arbitrary character. Characters in braces sign an
arbitrary character from the character subset. Dash hasn't got special meaning,
but circumflex (^) next the first brace sets the complementer character set.)"

So, no mention of a leading circumflex in an expressly "simplified" pattern.
Nor is there mention of the following regex-like patterns that are currently
used in SFX statements in af_ZA.aff: ".{1,3}"; ".+"; "(d|t)"

Furthermore I've grepped my way through all .aff files currently in the
repository, and found no other that uses any of these for SFX/PFX conditions.

Not sure if this helps, or catches this instance, but for libstdc++ there
appears to be a define "_GLIBCXX_DEBUG", which enables some kind of iterator
debugging. Likewise for libc++:
http://releases.llvm.org/8.0.0/projects/libcxx/docs/DesignDocs/DebugMode.html#iterator-debugging-checks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190722/53fc96fb/attachment.html>


More information about the Libreoffice-bugs mailing list