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 isNil function to handle function pointers conservatively
The previous fix was too broad and broke other tests that expected different
nil behavior for interfaces, channels, maps, and slices. This change restricts
the fix to only handle the specific case of nil function pointers while
maintaining compatibility with existing tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Juan Bustamante <[email protected]>
0 commit comments