Skip to content

to main - #255

Merged
JoshuaVSherman merged 3 commits into
mainfrom
dev
Jul 25, 2026
Merged

to main#255
JoshuaVSherman merged 3 commits into
mainfrom
dev

Conversation

@JoshuaVSherman

Copy link
Copy Markdown
Contributor

No description provided.

JoshuaVSherman and others added 3 commits July 25, 2026 05:54
updateGig caught its own errors and returned the message as a string,
so it resolved normally and editDoc's catch (which transmits
socketError) never saw the failure. A failed gig update emitted
neither socketError nor gigUpdated. Rethrow so editDoc's existing
catch is the single place the error is handled and transmitted,
matching the pattern already used by handleGig/handleImage.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Covers validation-failure, database-failure, and success paths for
updateGig directly, plus editDoc-level integration tests asserting
socketError transmission (or none, on success) and that editTour
behaves identically to editGig.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Failed gig update reports nothing: updateGig swallows its error, so neither socketError nor gigUpdated is emitted
@JoshuaVSherman
JoshuaVSherman merged commit 5e08cc8 into main Jul 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant