Skip to content

Translate relative paths of input files to absolute ones

Heinz Wiesinger requested to merge wiesinger/kdevelop:parserHelper into 5.3

IndexedString::toUrl() asserts on relative URLs. Since ParseSession for at least PHP and Python stores the current document as an IndexedString, this causes occasional issues.

Merge request reports