Compile helper into standalone application
AbandonedPublic

Authored by shubham on Jul 20 2019, 6:48 PM.

Details

Summary

Depends upon D22438

Diff Detail

Repository
R16 KPMCore
Branch
main
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14185
Build 14203: arc lint + arc unit
shubham requested review of this revision.Jul 20 2019, 6:48 PM
shubham created this revision.
shubham updated this revision to Diff 62141.Jul 20 2019, 6:49 PM

Diff relative to Polkit backend patch

stikonas accepted this revision.Jul 21 2019, 9:45 AM
stikonas added inline comments.
src/util/externalcommandhelper.cpp
55

I think it would be simpler to just rename helperMain main() and get rid of the macro

This revision is now accepted and ready to land.Jul 21 2019, 9:45 AM
shubham added inline comments.Jul 21 2019, 3:13 PM
src/util/externalcommandhelper.cpp
55

I find using macro much neat then placing main() as a member function.(Even though they both do the same thing). Also doing so, undefined reference to main() is seen.

shubham abandoned this revision.Jul 28 2019, 6:24 AM

Merged this with the main patch ie. authorization backend