-
Notifications
You must be signed in to change notification settings - Fork 101
Add a renderTester method for expecting typed workers #92
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
Comments
Additive, not 1.0 blocker. |
zach-klippenstein
added a commit
that referenced
this issue
Jul 1, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 1, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 1, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 8, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 9, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 9, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 9, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 9, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 11, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 11, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 11, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
zach-klippenstein
added a commit
that referenced
this issue
Jul 11, 2020
Issues: - Fixes #82, which is the Kotlin half of square/workflow#1021. - Fixes #92. - Fixes square/workflow#1197.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eg
expectTypedWorker
. It's technically a bit weird because it's basically leaking an implementation detail of a private type, but it's been asked for internally, I think it's probably a super common use case, and the fact that that behavior is a private implementation detail is weird to begin with.I think it will also become less weird after we get implement GUWT.
The text was updated successfully, but these errors were encountered: