radicle/profile: Control socket path for Windows
The winpipe crate which is our current best bet for support on Windows
requires that named pipes are at the magical location \\.pipe\.
Provide a default on Windows that matches this, and use our freshly assigned IANA service name for it.
This is a breaking change, as we remove a pub const, it should be
reasonably easy to fix by dependents, and probably it was a mistake to
make the default pub const as dependents should call Home::socket
anyway.
3 files changed
+50
-5
fd34b680
→
ce11f03f
added crates/radicle/CHANGELOG.md
@@ -0,0 +1,24 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle/src/node.rs
@@ -53,8 +53,6 @@ pub use timestamp::Timestamp;
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/src/profile.rs
@@ -578,9 +578,32 @@ impl Home {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|