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

Implicit convert TaskKey with the macro! #119

Merged
merged 4 commits into from
Mar 1, 2018

Conversation

dwijnand
Copy link
Member

When discussing the design of new in task graph execution, in #114, we
completely didn't think of backing the existing TaskKey[A] to
BuildInfoKey.Entry[A] implicit conversion with the macro!

Fixes #117

When discussing the design of new in task graph execution, in sbt#114, we
completely didn't think of backing the existing TaskKey[A] to
BuildInfoKey.Entry[A] implicit conversion with the macro!

Fixes sbt#117
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

So now the default semantics is shifted to in-graph?
If so I'd bump the second segment of the version.

@dwijnand
Copy link
Member Author

sgtm. bumped the various versions.

@eed3si9n eed3si9n merged commit 3028abc into sbt:master Mar 1, 2018
@dwijnand dwijnand deleted the macro-implicit-conv branch March 1, 2018 23:05
eed3si9n added a commit that referenced this pull request Aug 8, 2020
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