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
Fix inference issues of StructArray constructor on Julia 1.7+ (#209)
* Add fully inferred implementation of _map_params
* Add new inference test
* Add consistency test for _map_params
* Add similar inference fix for map_params
* Add map_params test
* `_map_params_recursive` -> `_map_params_fallback`
Co-authored-by: Pietro Vertechi <pietro.vertechi@protonmail.com>
* `map_params_recursive` -> `map_params_fallback`
Co-authored-by: Pietro Vertechi <pietro.vertechi@protonmail.com>
* Use `fieldtypes` and remove `types_to_tuple`
Co-authored-by: Pietro Vertechi <pietro.vertechi@protonmail.com>
0 commit comments