-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
EDIT: See simpler example in second comment.
julia> @eval Base import DotCall;
julia> @eval Base DotCall.@dotcallify AbstractVector (map=(v, f) -> map(f, v), );This crashes julia around here:
Line 87 in 11e2318
| error("$ts has no property or key \"$f\"") |
The error message has some kind of recurrence, (the bug breaks printing the error somehow) so that thousands of lines are printed when crashing.
Removing the interpolated
$ts results in a much shorter error message.Metadata
Metadata
Assignees
Labels
No labels