brownsys/paralegal

Should `Context` actions be on a trait?

JustusAdam opened this issue · 0 comments

Some method calls on Context emit diagnostics. They may be better placed on a trait which would be overwritten by PolicyContext and ControllerContext so that the diagnostics correctly incorporate the policy or controller.