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
The `testset` kwarg was renamed to `include`.
In `load`, pass `nothing` (for `include`) instead of `false`
(for `testset`). This was a silent bug.
In `hijack_base`, don't pass `testset` kwarg to `populate_mod!`
(but it's not relevant there). This bug was not silent, but
`hijack_base` is not tested.
0 commit comments