summaryrefslogtreecommitdiff
path: root/test/compose/catch-error-desc
AgeCommit message (Collapse)Author
2021-06-24Only compute command coordinates when necessaryMaxime Coste
Tracking the line/column of each token takes a surprising big part of the command parsing logic runtime and is only necessary when we hit an error.
2019-03-05Make error description available as "%val{error}" during catch blocksMaxime Coste
Fixes #2761