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 unsupported_field! macro to properly handle recursive cases
- Fixed macro to return Result::<(), GenericError>::Ok(()) correctly
- Recursive case now properly propagates return value
- Changed behavior from hard error to graceful warning
- Unsupported fields like alt_stat_name are now ignored with warnings
This resolves issue #41 where alt_stat_name caused config parsing to fail.
The macro now logs a warning and continues parsing instead of crashing.
Signed-off-by: Eeshu-Yadav <[email protected]>
0 commit comments