Skip to content
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

1.0: High-level blockers #662

Closed
2 of 4 tasks
zach-klippenstein opened this issue Oct 11, 2019 · 3 comments
Closed
2 of 4 tasks

1.0: High-level blockers #662

zach-klippenstein opened this issue Oct 11, 2019 · 3 comments
Labels
kotlin Affects the Kotlin library. swift Affects the Swift library.
Milestone

Comments

@zach-klippenstein
Copy link
Collaborator

zach-klippenstein commented Oct 11, 2019

We are talking more and more about 1.0 blockers informally, and I want to have a central place to track them across both platforms.

@zach-klippenstein zach-klippenstein added this to the kotlin v1.0.0 milestone Oct 11, 2019
@SalvatoreT
Copy link
Contributor

SalvatoreT commented Oct 11, 2019

WorkflowAction boilerplate reduction (aka do we bring back emitOutput?)

I mostly use WorkflowAction as a lambda, so it looks like this everywhere.

sink.send(WorkflowAction {
  this.state = EnteringName(state.firstName, state.lastName)
  null
})

@zach-klippenstein
Copy link
Collaborator Author

zach-klippenstein commented Oct 11, 2019

@SalvatoreT Let's discuss in #644 instead. This issue is for tracking the group of issues, not the actual issues themselves.

@zach-klippenstein zach-klippenstein added the swift Affects the Swift library. label Feb 28, 2020
@JustinDSN JustinDSN added the kotlin Affects the Kotlin library. label Mar 3, 2020
@JustinDSN
Copy link
Contributor

Obsolete now that we have discrete tickets and milestones and labels oh my!

@JustinDSN JustinDSN modified the milestone: v1.0.0 Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kotlin Affects the Kotlin library. swift Affects the Swift library.
Projects
None yet
Development

No branches or pull requests

3 participants