Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
invokelatest
barrier to string(...)
in @assert
This change protects `@assert` from invalidations to `Base.string(...)` which are fairly easy to trigger. Perhaps the worst offender right now is `using StyledStrings` which invalidates `string(::Expr)`, which unfortunately leads to invalidation of almost `@assert`s (without an explicit message)
- Loading branch information