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
Add _assert_to_string indirection for Expr-evaluated @assert (#59298)
Not sure why this wasn't using this before since the code is effectively
identical, but this allows:
```julia
@Assert false "$("Hello,") assertion!"
```
to be `--trim`-"compatible" (unfortunately by deleting the assertion
message...)
0 commit comments