Page MenuHomePhorge

add --verbose argument to ArcanistLiberateWorkflow
AbandonedPublic

Authored by roguelazer on Sep 6 2021, 19:46.
Tags
None
Referenced Files
F4042334: D25020.1746725367.diff
Wed, May 7, 17:29
F3965301: D25020.1746514519.diff
Mon, May 5, 06:55
F3956168: D25020.1746482051.diff
Sun, May 4, 21:54
F3945569: D25020.1746444926.diff
Sun, May 4, 11:35
F3847067: D25020.1746105836.diff
Wed, Apr 30, 13:23
F3801887: D25020.1745969006.diff
Mon, Apr 28, 23:23
F3797585: D25020.1745929896.diff
Mon, Apr 28, 12:31
F3777247: D25020.1745878750.diff
Sun, Apr 27, 22:19

Details

Reviewers
speck
avivey
Group Reviewers
O1: Blessed Committers
Summary

Suppresses verbose logging from PhutilLibraryMapBuilder; see D25017 for context

Test Plan

Ran locally and verified that debug messages are only emitted if --verbose is passed

Diff Detail

Repository
rARC Arcanist
Branch
change-log (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 43
Build 43: arc lint + arc unit

Event Timeline

Thanks for looking into this. I ended up submitting the initial simple change to fix fwrite vs. fprintf to upstream and discussing with epriestley he recommended to instead just remove the use of logging. I ended up making a larger change that also corrects the error-handling when running arc liberate. We can probably hold off on changes here and merge in changes from upstream -- https://secure.phabricator.com/D21718

avivey requested changes to this revision.Sep 27 2022, 15:52
avivey subscribed.

Looks like https://secure.phabricator.com/D21718 explicitly changed to always remove --quiet, so unless there's a new argument for it, this change is redundant.

This revision now requires changes to proceed.Sep 27 2022, 15:52