ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: "ioquatix (Samuel Williams)" <noreply@ruby-lang.org>
To: ruby-core@neon.ruby-lang.org
Subject: [ruby-core:110802] [Ruby master Feature#19135] Support `UNIXSocket` on Windows
Date: Thu, 17 Nov 2022 20:10:30 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-100157.20221117201030.3344@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-19135.20221117200927.3344@ruby-lang.org

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/

  reply	other threads:[~2022-11-17 20:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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) [this message]
2022-11-18  6:02 ` [ruby-core:110805] " ioquatix (Samuel Williams)
2022-12-14  2:29 ` [ruby-core:111278] " ioquatix (Samuel Williams)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-100157.20221117201030.3344@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    --cc=ruby-core@neon.ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).