Skip to content

Topic/2.10 support #4

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

Merged
merged 2 commits into from
Mar 14, 2014
Merged

Topic/2.10 support #4

merged 2 commits into from
Mar 14, 2014

Conversation

retronym
Copy link
Member

No description provided.

... by adding the specialized variants of `andThen`, `compose`,
`curried`, and `tupled`.

In Scala 2.11, these variants no longer exists, as the
`@unspecialized` facility has been fixed and now suppresses
specialization for those methods. But having these in the
functional interface cross-compatible with 2.10 and 2.11.
retronym added a commit that referenced this pull request Mar 14, 2014
@retronym retronym merged commit cec8baf into scala:master Mar 14, 2014
@gkossakowski
Copy link

In the comments to this PR I see that the same artifact can be used against both 2.10 and 2.11 scala libraries. Is this a plan?

@retronym
Copy link
Member Author

It is just a possibility.

@gkossakowski
Copy link

Ok, I was thinking we might want to depend on scala-library with "provided" scope but then I realized that scala-library is not cross-versioned itself so regular resolution for version numbers will work. Sorry for the noise.

@retronym retronym added this to the 0.1.0 milestone Mar 26, 2014
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