sbt/main-settings
BrianHotopp d1468f414a
[2.x] Fix misleading error message when .evaluated is used outside macro context (#8951)
Fixes #1144

The compileTimeOnly message on wrapInitInputTask said "`value` can
only be called on an input task..." when the user called `.evaluated`,
not `.value`. Changed to say `evaluated` and suggest `.toTask(" <args>").value`
as an alternative.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 19:27:53 -04:00
..
src [2.x] Fix misleading error message when .evaluated is used outside macro context (#8951) 2026-03-21 19:27:53 -04:00