View Source Ash.Resource.Verifiers.VerifyActionsAtomic (ash v2.19.3)

Raises an error on update or destroy actions with require_atomic? set to true when it is known at compile time that they will not be atomic.

Note: this currently does nothing. There is an issue w/ the way we prevent compile time dependencies from actions on the changes that they call.

We can't do this check until we have a way to express that changes & validations should be export dependencies only, not regular compile time and/or non-depended on modules

Summary

Functions

Callback implementation for Spark.Dsl.Verifier.verify/1.

Functions