ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows
@ 2022-11-17 20:09 ioquatix (Samuel Williams)
  2022-11-17 20:10 ` [ruby-core:110802] " ioquatix (Samuel Williams)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ioquatix (Samuel Williams) @ 2022-11-17 20:09 UTC (permalink / raw)
  To: ruby-core

Issue #19135 has been reported by ioquatix (Samuel Williams).

----------------------------------------
Feature #19135: Support `UNIXSocket` on Windows
https://bugs.ruby-lang.org/issues/19135

* Author: ioquatix (Samuel Williams)
* Status: Open
* Priority: Normal
----------------------------------------
In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical.

Because these constants are now available, more tests are run on Windows.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:110802] [Ruby master Feature#19135] Support `UNIXSocket` on Windows
  2022-11-17 20:09 [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows ioquatix (Samuel Williams)
@ 2022-11-17 20:10 ` ioquatix (Samuel Williams)
  2022-11-18  6:02 ` [ruby-core:110805] " ioquatix (Samuel Williams)
  2022-12-14  2:29 ` [ruby-core:111278] " ioquatix (Samuel Williams)
  2 siblings, 0 replies; 4+ messages in thread
From: ioquatix (Samuel Williams) @ 2022-11-17 20:10 UTC (permalink / raw)
  To: ruby-core

Issue #19135 has been updated by ioquatix (Samuel Williams).


PR: https://github.com/ruby/ruby/pull/6513

----------------------------------------
Feature #19135: Support `UNIXSocket` on Windows
https://bugs.ruby-lang.org/issues/19135#change-100157

* Author: ioquatix (Samuel Williams)
* Status: Open
* Priority: Normal
----------------------------------------
In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical.

Because these constants are now available, more tests are run on Windows.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:110805] [Ruby master Feature#19135] Support `UNIXSocket` on Windows
  2022-11-17 20:09 [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows ioquatix (Samuel Williams)
  2022-11-17 20:10 ` [ruby-core:110802] " ioquatix (Samuel Williams)
@ 2022-11-18  6:02 ` ioquatix (Samuel Williams)
  2022-12-14  2:29 ` [ruby-core:111278] " ioquatix (Samuel Williams)
  2 siblings, 0 replies; 4+ messages in thread
From: ioquatix (Samuel Williams) @ 2022-11-18  6:02 UTC (permalink / raw)
  To: ruby-core

Issue #19135 has been updated by ioquatix (Samuel Williams).

Status changed from Open to Closed

It was merged.

----------------------------------------
Feature #19135: Support `UNIXSocket` on Windows
https://bugs.ruby-lang.org/issues/19135#change-100160

* Author: ioquatix (Samuel Williams)
* Status: Closed
* Priority: Normal
----------------------------------------
In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical.

Because these constants are now available, more tests are run on Windows.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:111278] [Ruby master Feature#19135] Support `UNIXSocket` on Windows
  2022-11-17 20:09 [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows ioquatix (Samuel Williams)
  2022-11-17 20:10 ` [ruby-core:110802] " ioquatix (Samuel Williams)
  2022-11-18  6:02 ` [ruby-core:110805] " ioquatix (Samuel Williams)
@ 2022-12-14  2:29 ` ioquatix (Samuel Williams)
  2 siblings, 0 replies; 4+ messages in thread
From: ioquatix (Samuel Williams) @ 2022-12-14  2:29 UTC (permalink / raw)
  To: ruby-core

Issue #19135 has been updated by ioquatix (Samuel Williams).


I would like to share this credit with @larskanis who was instrumental to getting this PR over the finish line. It was a true team effort with hard compatibility challenges.

----------------------------------------
Feature #19135: Support `UNIXSocket` on Windows
https://bugs.ruby-lang.org/issues/19135#change-100629

* Author: ioquatix (Samuel Williams)
* Status: Closed
* Priority: Normal
----------------------------------------
In recent versions of Windows, the required parts are now supported: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

This enables UNIXSocket, UNIXServer and UNIXSocket.pair on Windows. The anonymous socket is emulated on Windows using a temporary file, but it's good enough and the best we can do. The semantics is not completely identical.

Because these constants are now available, more tests are run on Windows.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-14  2:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 20:09 [ruby-core:110800] [Ruby master Feature#19135] Support `UNIXSocket` on Windows ioquatix (Samuel Williams)
2022-11-17 20:10 ` [ruby-core:110802] " ioquatix (Samuel Williams)
2022-11-18  6:02 ` [ruby-core:110805] " ioquatix (Samuel Williams)
2022-12-14  2:29 ` [ruby-core:111278] " ioquatix (Samuel Williams)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).