Skip to content

Tune extensions for streams with variance annotation (out). (#13)#14

Merged
artem-zinnatullin merged 1 commit intogojuno:masterfrom
nostra13:master
Sep 20, 2017
Merged

Tune extensions for streams with variance annotation (out). (#13)#14
artem-zinnatullin merged 1 commit intogojuno:masterfrom
nostra13:master

Conversation

@nostra13
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@artem-zinnatullin artem-zinnatullin left a comment

Choose a reason for hiding this comment

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

LGTM, but we need to remove cast

context("Stream with Some") {
val stream by memoized {
val stream: Maybe<out Optional<String>> by memoized {
Maybe.just(Some("a") as Optional<String>)
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.

So we should remove as Optional<String> then here and in similar places in tests

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

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.

suk

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

sidr

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.

lox

Copy link
Copy Markdown
Contributor

@artem-zinnatullin artem-zinnatullin left a comment

Choose a reason for hiding this comment

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

👍 Please ship release after merge

@artem-zinnatullin
Copy link
Copy Markdown
Contributor

@dmitry-novikov @ming13 what are we waiting for in this PR?

@artem-zinnatullin artem-zinnatullin merged commit f58738b into gojuno:master Sep 20, 2017
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.

3 participants