-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
79 implement abandonstagedchanges dance #92
Conversation
crates/coordinator/dances/tests/shared_test/test_abandon_staged_changes.rs
Show resolved
Hide resolved
I've completed the rewrite and am running tests... ran into an interesting problem that will require more thought: So on the second commit pass (committing relationships), H1 gets an error trying to commit its relationship to H2. |
In response to problem noted above, I re-designed the commit processing for relationships... to skip trying to create smartlinks for target references for which a HolonId is not available (e.g., because a StagedReference was |
No description provided.