Closed lievenhey closed 7 months ago
I encountered a similar problem when I tried debugging my changes. In that case it was impossible to build hotspot without KSyntaxHighlighter
. The ci update should catch that in the future.
Nice, the ci found the first bug already
Multi line comments are now highlighted correctly
dammit, it broke the disassembler
now it is working correctly
Nice work!
the PR's title may should be adjusted, or the changes split into two PRs (I don't think that's necessary as long as it is split in the commits)
I split the ci change off into its own pr
I do wonder if not resetting the highlighter has any performance impact
It has. Until this patch the Highlighter was called on demand. Now it is called once for the whole file.
I guess that's good to go after solving the merge conflict.
Just wondering: Is there anything blocking the pull here?
Milians high workload.
This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).