Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Make Optional an Option wrapper. #31

Merged
merged 1 commit into from
Apr 24, 2015
Merged

Make Optional an Option wrapper. #31

merged 1 commit into from
Apr 24, 2015

Conversation

jovilius
Copy link
Contributor

Hi @dlwh, @reactormonk,
in this PR I'm proposing a solution to remove util.Optional code that re-implements most of scala.Option logic.

What do you think?

G.

@dlwh
Copy link
Owner

dlwh commented Apr 22, 2015

can you make Optional top level again, and make sure the import epic.util.Optional._ isn't necessary. I generally prefer not to have magic imports to make things work.

@jovilius
Copy link
Contributor Author

@dlwh I've made Optional top level again and left implicit conversions in the companion object.

@jovilius
Copy link
Contributor Author

Hi @dlwh, any other comments on this PR?

dlwh added a commit that referenced this pull request Apr 24, 2015
Make `Optional` an `Option` wrapper.
@dlwh dlwh merged commit f14cc2f into dlwh:master Apr 24, 2015
@dlwh
Copy link
Owner

dlwh commented Apr 24, 2015

thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants