Page MenuHomeDevCentral

Switch dprint_r and dieprint_r to Keruald\OmniTools\Debugger
ClosedPublic

Authored by dereckson on Apr 20 2018, 18:46.
Tags
None
Referenced Files
F44442144: D1622.diff
Mon, Aug 17, 02:18
F44388318: D1622.diff
Sun, Aug 16, 20:10
F44304521: D1622.id4142.diff
Sun, Aug 16, 11:05
F44301276: D1622.id4141.diff
Sun, Aug 16, 10:48
Unknown Object (File)
Sat, Aug 15, 22:45
Unknown Object (File)
Sun, Aug 9, 08:33
Unknown Object (File)
Sat, Aug 8, 21:21
Unknown Object (File)
Sat, Aug 8, 19:55
Subscribers
None

Details

Summary

This is a follow-up for change c7e86b370905.

This change uses the general method, and not the registration
feature offered by omnitools to populate global space.

Ref T1395.

Test Plan
use function Keruald\dprint_r;
use function Keruald\dieprint_r;

dprint_r($someVariable);
dieprint_r($someVvariable);

Diff Detail

Repository
rKGF Keruald global functions
Lint
No Lint Coverage
Unit
Tests Passed
Branch
transition-to-omnitools
Build Status
Buildable 2545
Build 2793: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 20 2018, 18:47
This revision was automatically updated to reflect the committed changes.