[GCI] Parse runtime output of assert() message, make it clickable
ClosedPublic

Authored by kfunk on Jan 6 2016, 6:03 PM.

Details

Summary

I'm strongly unsure about test part since I don't have exp. with it, therefore it can't be wrong.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
itatriev updated this revision to Diff 1762.Jan 6 2016, 6:03 PM
itatriev retitled this revision from to [GCI] Parse runtime output of assert() message, make it clickable.
itatriev updated this object.
itatriev edited the test plan for this revision. (Show Details)
itatriev added a reviewer: KDevelop.
itatriev set the repository for this revision to R33 KDevPlatform.
itatriev added a project: KDevelop.
itatriev changed the visibility from "Public (No Login Required)" to "KDevelop (Project)".
itatriev changed the edit policy from "All Users" to "KDevelop (Project)".
itatriev added a subscriber: KDevelop.
kfunk commandeered this revision.Jan 6 2016, 10:10 PM
kfunk added a reviewer: itatriev.
kfunk changed the visibility from "KDevelop (Project)" to "Public (No Login Required)".
kfunk changed the edit policy from "KDevelop (Project)" to "All Users".
kfunk added a subscriber: kdevelop-devel.
kfunk abandoned this revision.Jan 6 2016, 10:13 PM

Pushed:

commit 128cb1abc33b88e771741ba02a5f8f6ded31a5af
Author: Kevin Funk <kfunk@kde.org>
Date: Wed Jan 6 19:19:26 2016 +0100

[GCI] Parse runtime output of assert() message, make it clickable

Note: We can only handle absolute paths, I honestly think supporting
relative paths is out of scope. Too many (likely fragile) heuristics needed in
order to support this reliably.

Reviewers: #kdevelop

Subscribers: #kdevelop

Projects: #kdevelop

Differential Revision: https://phabricator.kde.org/D751

BUG: 354695
FIXED-IN: 5.0.0
This revision was automatically updated to reflect the committed changes.