julia
87f4d3a3 - `Base`: `macro b_str`: restrict argument to `String` (#57863)

Commit
1 year ago
`Base`: `macro b_str`: restrict argument to `String` (#57863) Should make the sysimage less vulnerable to invalidation. As far as I understand this change can't break any code, because: * the macro definition requires `AbstractString` * the way Julia macros work, the argument is either a literal or an `Expr` * `String` is the only `AbstractString` with literals
Author
Parents
Loading