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
Pass fd implicitly to System::File and System::Socket [fixup #16137] (#16183)
I missed a couple cases in #16137 in preparation of #16127 where we need a system indirection around the `fd`, so #16128 will be able to count a reference:
- `Crystal::System::File#system_chown`
- `Crystal::System::Socket#system_accept`
Note that by itself the change has no impact or interest.
0 commit comments