D19438: Add syntax definition for Elm language to syntax-highlighting
Nibaldo González
noreply at phabricator.kde.org
Fri Apr 5 21:20:26 BST 2019
nibags added a comment.
- Running `make test`, after adding a new file to `autotests/input`, will throw an error in "testhighlighter_test", "htmlhighlighter_test" and "folding_test", since references haven't been updated. It's normal to show you that error.
- You have to execute the `autotest/update-reference-data.sh` script to update the references (new files will be copied to folding, html & reference). When running again `make test` everything will work fine.
- Having the outdated base shouldn't be a problem, although you can update it to the last master with:
git fetch
git rebase --onto origin/master master
- Also: in the log you used `cmake ./`, I recommend using another folder to avoid problems when updating the diff (because I wrote that you compiled with "cmake ./"): `cd ./syntax-highlighting/build && cmake ../`
REPOSITORY
R216 Syntax Highlighting
REVISION DETAIL
https://phabricator.kde.org/D19438
To: bonghyunkim
Cc: nibags, dhaumann, kwrite-devel, kde-frameworks-devel, gennad, domson, michaelh, ngraham, bruns, demsking, cullmann, sars
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190405/bc3b560a/attachment.html>
More information about the Kde-frameworks-devel
mailing list