Edit

kc3-lang/libxkbcommon/changes/api/644.feature.rst

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2025-02-04 20:45:38
    Hash : a3f1a9d3
    Message : xkbcomp/parser: enable Bison detailed syntax error It's not much, but instead of xkbcommon: ERROR: [XKB-769] (unknown file):5:25: syntax error we get xkbcommon: ERROR: [XKB-769] (unknown file):5:25: syntax error, unexpected +, expecting INTEGER which is at least a little helpful. Signed-off-by: Ran Benita <ran@unusedvar.com>

  • changes/api/644.feature.rst
  • Improved syntax errors in XKB files to include the expected/got tokens.