Skip to content

Update Workflow to 6.0 and account for ReactiveSwift removal#15

Merged
amorde merged 2 commits into
mainfrom
amorde/workflow-reactive-swift
Jul 17, 2026
Merged

Update Workflow to 6.0 and account for ReactiveSwift removal#15
amorde merged 2 commits into
mainfrom
amorde/workflow-reactive-swift

Conversation

@amorde

@amorde amorde commented Jul 17, 2026

Copy link
Copy Markdown
Member

Bump Workflow to 6.0 and address the ReactiveSwift removal from square/workflow-swift#392

@amorde
amorde requested a review from a team as a code owner July 17, 2026 18:06
@amorde
amorde force-pushed the amorde/workflow-reactive-swift branch from 692f9a0 to 1f84a69 Compare July 17, 2026 18:18
Comment on lines -43 to +44
workflowHost.output
.signal
.take(during: lifetime)
.observeValues(onOutput)
workflowHost.outputPublisher
.sink(receiveValue: onOutput)
.store(in: &cancellables)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first I thought we'd need to dropFirst() here, but outputPublisher is a PassthroughSubject, so we're all good!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep luckily for output we don't need it

@amorde
amorde merged commit a3c4555 into main Jul 17, 2026
7 checks passed
@amorde
amorde deleted the amorde/workflow-reactive-swift branch July 17, 2026 18:25
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.

2 participants