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
Original commit introducing FieldError exception is 7e5d9a3. Since
existing packages were using `ErrorException` to capture `no field`
errors, we need to have a shim to avoid test breaks for external
packages with such uses until they update to `FieldError`.
addressing `need shim for FieldError` #54807
---------
Co-authored-by: Lilith Orion Hafner <[email protected]>
Similar to our shim for
@test_throws
with LoadError, we may need a shim for FieldError. Some examples:https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-06/13/UnPack.primary.log
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-06/13/Parameters.primary.log
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-06/13/FunctionOperators.primary.log
The text was updated successfully, but these errors were encountered: