- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 12 2023
lint + a typofix
Aug 11 2023
There are, in total, 3 call-sites to setErrorListener - in for the daemons, one for dark-console, and one (PhutilErrorLog) that lives in arcanist but is only used by the SSHD scripts.
Minimal fix to the issue as discussed...
That works...
I've replaced it with DifferentialRevertPlanCommitMessageField, anyway - that one already has all the required stuff.
Simply adding a FIELDKEY adds Test: to the title of a new diff, but the full fix of making DifferentialTestCommitMessageField a DifferentialCommitMessageCustomField doesn't
Unfortunately, that fix adds the word "Test:" to the title of any new diff. I'm trying to find an existing field that can make the test work, or else find another creative solution.
The test-field gets picked up automatically because we pick all fields. It's missing FIELDKEY, so arc-diff doesn't work at all, and if we add FIELDKEY it shows up as the first field in the arc-diff form.
I have a fix, but can't create it. Will need manually applying to the server:
Please also manually run this
Yeah bob, feel free to add your nice screenshots in the Task description for more visibility. You are a good minion!
LGTM
LGTM
In workboard, empty column's drop zone is a little bit 'agressive' isn't it ?
Updating D25383: Removing useless fallback string definition when calling idx
Gotcha. So
- isset() is safer when pulling things out of arrays.
- phutil_non_empty_string() provides for stricter parameter checking as it demands the array value is set, even if set to null.
Thanks! Interestingly you fixed an incomplete fix since D25128
tl;dr: I like phutil_nonempty_string($map['query']) better if we know $map['query'] is defined, and phutil_nonempty_string(idx($map, 'query')) otherwise.
Aug 10 2023
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...
Gentle reminder that this has been waiting review for a while now...