[llvm-dev] Phabricator bugs w/ the "repository" field when updating patches via web interface

Martin Storsjö via llvm-dev llvm-dev at lists.llvm.org
Thu Dec 17 06:01:57 PST 2020


Hi,

When updating existing patches via the web interface, the "repository" 
field is behaving spuriously. If the field already is set, when updating 
a patch, it still shows up as filled in at the last stage of the upload 
process (where it shows the full form for editing info about the review), 
but after submitting the updated patch, the field is cleared (which means 
no premerge checks runs on the update).

Readding the field doesn't retrigger the premerge checks runs (not at 
least for libcxx), so to get the checks to run, one either has to reupload 
the patch again, manually setting the repository field on the second 
upload, or manually editing the review to clear the repository field 
before uploading, so that one can re-set it on the next patch upload 
again.

Is anyone else experiencing the same? Is there a fix for Phabricator for 
keeping the field set while updating patches via the web UI, so that the 
premerge checks can run properly on updated patches?

// Martin



More information about the llvm-dev mailing list