Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: wstunnel: update to 8.5.0
Date: Wed, 03 Jan 2024 03:01:22 +0100	[thread overview]
Message-ID: <20240103020122.YidKuOeiseWjNyZq_Q9oCXU_CLCmqWBQJnJ9e4uzYHY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47948@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/47948#issuecomment-1874765825

Comment:
This is the error I get when compiling the new latest version (8.5.4):
```
error[E0658]: use of unstable library feature 'file_set_times'
  --> src/tunnel/tls_reloader.rs:89:26
   |
89 |             let _ = file.set_modified(SystemTime::now()).map_err(|err| {
   |                          ^^^^^^^^^^^^
   |
   = note: see issue #98245 <https://github.com/rust-lang/rust/issues/98245> for more information
```

That feature was stabilized in Rust 1.75. However, it can be made to compile by commenting out one small block that supports an edge case (see https://github.com/erebe/wstunnel/issues/209#issuecomment-1873437744). What do you think?

  parent reply	other threads:[~2024-01-03  2:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 18:04 [PR PATCH] " cinerea0
2023-12-29 19:20 ` cinerea0
2023-12-31 15:04 ` leahneukirchen
2024-01-03  2:01 ` cinerea0 [this message]
2024-01-03 15:43 ` leahneukirchen
2024-01-03 18:14 ` [PR PATCH] [Updated] " cinerea0
2024-01-03 21:33 ` [PR PATCH] [Merged]: wstunnel: update to 8.5.4 leahneukirchen

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-all from there: mbox

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

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

  git send-email \
    --in-reply-to=20240103020122.YidKuOeiseWjNyZq_Q9oCXU_CLCmqWBQJnJ9e4uzYHY@z \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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 NNTP newsgroup(s).