Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
- verify the rename icon is not rendered for empty contact lists
- rename a contact and ensure the change persists even if the browser is restarted
- rename a contact multiple times and ensure the latest change is persisted
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- renameContact
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18763 Build 37317: Build Diff cashtab-tests Build 37316: arc lint + arc unit
Event Timeline
Comment Actions
Looks good but I'm not able to pull it down for review. Try adding the text "depends on d11266" in the summary of the diff
Comment Actions
Adding depends on helped (I'm able to run arc patch 11323) but now I get a conflict, git cherrypick failed error
COMMITTED Successfully committed patch. Cherry Pick Failed! Exception Command failed with error #1! COMMAND git cherry-pick -- arcpatch-D11266_1 STDOUT Auto-merging web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap CONFLICT (content): Merge conflict in web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap Auto-merging web/cashtab/src/components/Receive/__tests__/__snapshots__/Receive.test.js.snap CONFLICT (content): Merge conflict in web/cashtab/src/components/Receive/__tests__/__snapshots__/Receive.test.js.snap STDERR error: could not apply 36ba32bb8... [Cashtab] Contact List hint: After resolving the conflicts, mark them with hint: "git add/rm <pathspec>", then run hint: "git cherry-pick --continue". hint: You can instead skip this commit with "git cherry-pick --skip". hint: To abort and get back to the state before "git cherry-pick", hint: run "git cherry-pick --abort". (Run with `--trace` for a full exception trace.)
Looks like a merge conflict between snapshots on this diff vs the original. I'm not sure best approach to troubleshoot this through phab, may need to wait until rev 1 is landed and then rebase this.
Comment Actions
Unfortunately I still get the same merge error if I try to arc patch this, even after pulling the latest master. Please abandon and create a new diff.