You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Baccata has mentioned we can use Scala 3 macros to get rid need of generateServiceProduct trait (and hence an explicit TasksServiceGen.serviceProduct argument).
My only concern here is that I'm bit afraid of using macros against codegenerated code as a macro will expect code of very specific structure and it should be easy to break it by tiny upstream Smithy4s changes.
The text was updated successfully, but these errors were encountered:
@Baccata has mentioned we can use Scala 3 macros to get rid need of
generateServiceProduct
trait (and hence an explicitTasksServiceGen.serviceProduct
argument).My only concern here is that I'm bit afraid of using macros against codegenerated code as a macro will expect code of very specific structure and it should be easy to break it by tiny upstream Smithy4s changes.
The text was updated successfully, but these errors were encountered: