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

Fix triggeredBy/storeAs/etc using := #2908

Merged
merged 6 commits into from
Jan 13, 2017
Merged

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Jan 13, 2017

Fixes #1444

Fixes .triggeredBy/.storeAs/etc not working when using 0.13 style := and .value DSL:

taskC := (taskC triggeredBy taskD).value

For when := is used over <<= for 'triggeredBy', 'runBefore', etc..
Seems following the deprecation warning info and the website
documentation and avoiding the BuildCommon inputTask method avoids
whatever problem was causing it to fail... Strange.. but ok?
@eed3si9n eed3si9n merged commit 33e7cbc into sbt:0.13 Jan 13, 2017
@dwijnand dwijnand deleted the fix-triggeredBy branch January 13, 2017 18:57
@eed3si9n
Copy link
Member

oh. Release notes plz, and forward port.

@dwijnand
Copy link
Member Author

dwijnand commented Feb 6, 2017

Notes in #2952

@eed3si9n eed3si9n mentioned this pull request Apr 4, 2017
7 tasks
@eed3si9n eed3si9n changed the title Fix triggeredBy/storeAs/etc using :=. Fixes #1444 Fix triggeredBy/storeAs/etc using := Apr 10, 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.

None yet

2 participants