mirror of https://github.com/sbt/sbt.git
Def.setting and Def.task macro expansion looks for internal wrapper call generated for .value. It visits all function calls in the macro. If the block contains functions call whose type parameter is HKT, macro expansion crashed. Macro expansion tries to match IO against '[a], and failed with MatchError. This commit adds wildcard pattern, and leave unmatched type arguments unchanged. |
||
|---|---|---|
| .. | ||
| src | ||