Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0
@ 2022-11-27 16:57 jcgruenhage
  2022-11-27 18:46 ` icp1994
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: jcgruenhage @ 2022-11-27 16:57 UTC (permalink / raw)
  To: ml

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

New issue by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/issues/40805

Description:
We can't update to Rust 1.65.0 yet, because that requires LLVM >= 13, which in turn is waiting for a GCC update (see #34902, #39809, #39960).

### Updates blocked on Rust 1.65.0
- cargo-about 0.5.2


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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
@ 2022-11-27 18:46 ` icp1994
  2022-11-27 18:50 ` jcgruenhage
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2022-11-27 18:46 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1328315200

Comment:
rust-analyzer and qsv are two that I know of

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
  2022-11-27 18:46 ` icp1994
@ 2022-11-27 18:50 ` jcgruenhage
  2022-11-27 19:04 ` icp1994
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: jcgruenhage @ 2022-11-27 18:50 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1328315909

Comment:
Isn't rust-analyzer shipped by rustup though? Not sure whether it makes sense to ship that separately. We removed rustfmt back when it started being shipped by rustup, although that had additional reasons related to requiring nightly iirc.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
  2022-11-27 18:46 ` icp1994
  2022-11-27 18:50 ` jcgruenhage
@ 2022-11-27 19:04 ` icp1994
  2022-11-27 19:08 ` jcgruenhage
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2022-11-27 19:04 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1328318246

Comment:
From the 1.64 [release blog](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#rust-analyzer-is-now-available-via-rustup)

> At this time, to run the rustup-installed version, you need to invoke it this way: `rustup run stable rust-analyzer`
The next release of rustup will provide a built-in proxy so that running the executable `rust-analyzer` will launch the appropriate version.

> Most users should continue to use the releases provided by the rust-analyzer team (available on the [rust-analyzer releases page](https://github.com/rust-lang/rust-analyzer/releases)), which are published more frequently

Not exactly sure what should be done regarding the RA package after the next rustup update but okay maybe it can left from the list for now.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-11-27 19:04 ` icp1994
@ 2022-11-27 19:08 ` jcgruenhage
  2022-11-27 19:11 ` 0x5c
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: jcgruenhage @ 2022-11-27 19:08 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1328318908

Comment:
Ah, okay, so we still need rust-analyzer until we get a new rustup release at least.. In that case, I think we should add it to the list here.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-11-27 19:08 ` jcgruenhage
@ 2022-11-27 19:11 ` 0x5c
  2022-11-30  5:44 ` icp1994
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: 0x5c @ 2022-11-27 19:11 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1328319540

Comment:
Unless we mark the rust toolchain packages as "for package building only", there will be people using the rust toolchain bits we ship instead of whatever they'd otherwise download through rustup.

The current setup allows all the toolchain to be installed through xbps without rustup involvement, no mix needed. People using packaged rust with rustup-downloaded r-a won't even get the same version unless they specifically ensure they keep the packaged rust and rustup r-a in version sync.

I don't personally use packaged rust outside of when packaging other things, and I'm not sure using packaged rust is good for development purposes, but such is the current state of what we ship.


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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-11-27 19:11 ` 0x5c
@ 2022-11-30  5:44 ` icp1994
  2022-12-13  6:16 ` icp1994
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2022-11-30  5:44 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1331672657

Comment:
[nushell](https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html#minimum-rust-version-has-bumped-to-1-65)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-11-30  5:44 ` icp1994
@ 2022-12-13  6:16 ` icp1994
  2023-01-02  4:13 ` cinerea0
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2022-12-13  6:16 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1347802344

Comment:
[pueue >= 3.0.0](https://github.com/Nukesor/pueue/commit/e576126b187cee2543a2097634917887182a583c)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-12-13  6:16 ` icp1994
@ 2023-01-02  4:13 ` cinerea0
  2023-01-02 15:55 ` leahneukirchen
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cinerea0 @ 2023-01-02  4:13 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1368644845

Comment:
bottom >= 0.7.0 [requires let-else statements](https://github.com/ClementTsang/bottom/blob/master/src/app/data_harvester/processes/linux.rs#L262) which were stabilized in 1.65.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (7 preceding siblings ...)
  2023-01-02  4:13 ` cinerea0
@ 2023-01-02 15:55 ` leahneukirchen
  2023-01-04  0:12 ` cinerea0
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: leahneukirchen @ 2023-01-02 15:55 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1369052733

Comment:
I want to package [prose](https://github.com/jgdavey/prose/) but a depenency needs 1.65.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (8 preceding siblings ...)
  2023-01-02 15:55 ` leahneukirchen
@ 2023-01-04  0:12 ` cinerea0
  2023-01-08  0:06 ` tranzystorek-io
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cinerea0 @ 2023-01-04  0:12 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1370350619

Comment:
broot >= 1.19.0 requires 1.65.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (9 preceding siblings ...)
  2023-01-04  0:12 ` cinerea0
@ 2023-01-08  0:06 ` tranzystorek-io
  2023-01-15  3:28 ` cinerea0
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-01-08  0:06 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1374662321

Comment:
[`zoxide` >= 0.9.0](https://github.com/ajeetdsouza/zoxide/commit/d99e9b7d8671946dafe53662c519045f84d1d334)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (10 preceding siblings ...)
  2023-01-08  0:06 ` tranzystorek-io
@ 2023-01-15  3:28 ` cinerea0
  2023-01-15 15:55 ` tranzystorek-io
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cinerea0 @ 2023-01-15  3:28 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1383045928

Comment:
ouch >= 0.4.1 [requires let-else statements](https://github.com/ouch-org/ouch/blob/main/src/extension.rs#L147).

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (11 preceding siblings ...)
  2023-01-15  3:28 ` cinerea0
@ 2023-01-15 15:55 ` tranzystorek-io
  2023-02-15 19:27 ` tranzystorek-io
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-01-15 15:55 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1383186085

Comment:
Preliminary test on llvm15/rust 1.66.1/x86_64-glibc:

- [x] cargo-about `0.5.2`
- [x] qsv `0.84.0`
- [x] rust-analyzer `2023.01.09`
- [ ] nushell `0.74.0` (haven't yet updated system libs patch)
- [ ] pueue `3.0.1` (fails to build due to darwin-libproc: http://ix.io/4lkO)
- [x] bottom `0.7.1`
- [x] broot `1.19.0`
- [x] zoxide `0.9.0`
- [x] cargo-deny `0.13.7`
- [x] ouch `0.4.1`
- [x] prose `0.4.0`

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (12 preceding siblings ...)
  2023-01-15 15:55 ` tranzystorek-io
@ 2023-02-15 19:27 ` tranzystorek-io
  2023-02-15 19:27 ` tranzystorek-io
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-02-15 19:27 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1383186085

Comment:
Preliminary test on llvm15/rust 1.66.1/x86_64-glibc:

- [x] cargo-about `0.5.2`
- [x] qsv `0.84.0`
- [x] rust-analyzer `2023.01.09`
- [ ] nushell `0.74.0` (haven't yet updated system libs patch)
- [x] pueue `3.0.1` (fails to build due to darwin-libproc: http://ix.io/4lkO)
- [x] bottom `0.7.1`
- [x] broot `1.19.0`
- [x] zoxide `0.9.0`
- [x] cargo-deny `0.13.7`
- [x] ouch `0.4.1`
- [x] prose `0.4.0`

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (13 preceding siblings ...)
  2023-02-15 19:27 ` tranzystorek-io
@ 2023-02-15 19:27 ` tranzystorek-io
  2023-02-17 17:41 ` classabbyamp
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-02-15 19:27 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1383186085

Comment:
Preliminary test on llvm15/rust 1.66.1/x86_64-glibc:

- [x] cargo-about `0.5.2`
- [x] qsv `0.84.0`
- [x] rust-analyzer `2023.01.09`
- [ ] nushell `0.74.0` (haven't yet updated system libs patch)
- [x] pueue `3.1.1` ~~(fails to build due to darwin-libproc: http://ix.io/4lkO)~~
- [x] bottom `0.7.1`
- [x] broot `1.19.0`
- [x] zoxide `0.9.0`
- [x] cargo-deny `0.13.7`
- [x] ouch `0.4.1`
- [x] prose `0.4.0`

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (14 preceding siblings ...)
  2023-02-15 19:27 ` tranzystorek-io
@ 2023-02-17 17:41 ` classabbyamp
  2023-02-24 19:25 ` cinerea0
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-02-17 17:41 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1435010664

Comment:
helvum >= 0.4.0 (let-else statements) (https://github.com/classabbyamp/void-packages/commit/4d1222b63cf38c248b4536a4278caf6be5d9d5fa)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (15 preceding siblings ...)
  2023-02-17 17:41 ` classabbyamp
@ 2023-02-24 19:25 ` cinerea0
  2023-02-26 21:46 ` tranzystorek-io
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cinerea0 @ 2023-02-24 19:25 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1444312654

Comment:
Kooha >= 2.2.3 uses let-else statements [all](https://github.com/SeaDve/Kooha/blob/main/src/area_selector/view_port.rs#L213) [over](https://github.com/SeaDve/Kooha/blob/main/src/audio_device.rs#L62) [the](https://github.com/SeaDve/Kooha/blob/main/src/screencast_session/variant_dict.rs#L46) [place](https://github.com/SeaDve/Kooha/blob/main/src/settings.rs#L65).

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (16 preceding siblings ...)
  2023-02-24 19:25 ` cinerea0
@ 2023-02-26 21:46 ` tranzystorek-io
  2023-02-26 21:50 ` tranzystorek-io
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-02-26 21:46 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1445475756

Comment:
atuin >= 13.0.0, let-else statements

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (17 preceding siblings ...)
  2023-02-26 21:46 ` tranzystorek-io
@ 2023-02-26 21:50 ` tranzystorek-io
  2023-02-26 21:50 ` tranzystorek-io
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-02-26 21:50 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1445475756

Comment:
#40600 >= 13.0.0, let-else statements

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (18 preceding siblings ...)
  2023-02-26 21:50 ` tranzystorek-io
@ 2023-02-26 21:50 ` tranzystorek-io
  2023-02-28 15:06 ` cinerea0
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-02-26 21:50 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1445475756

Comment:
#40600 atuin >= 13.0.0, let-else statements

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (19 preceding siblings ...)
  2023-02-26 21:50 ` tranzystorek-io
@ 2023-02-28 15:06 ` cinerea0
  2023-03-12  3:07 ` classabbyamp
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cinerea0 @ 2023-02-28 15:06 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1448348221

Comment:
mdcat >= 1.1.0 requires GATs, which were stabilized in rust 1.65.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (20 preceding siblings ...)
  2023-02-28 15:06 ` cinerea0
@ 2023-03-12  3:07 ` classabbyamp
  2023-03-14 14:31 ` tranzystorek-io
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-12  3:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1465079737

Comment:
rbw 1.6.0, let else statements

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (21 preceding siblings ...)
  2023-03-12  3:07 ` classabbyamp
@ 2023-03-14 14:31 ` tranzystorek-io
  2023-03-15 16:10 ` icp1994
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-03-14 14:31 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1468209687

Comment:
new package fend >= 1.1.5, let-else statements

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (22 preceding siblings ...)
  2023-03-14 14:31 ` tranzystorek-io
@ 2023-03-15 16:10 ` icp1994
  2023-03-22 13:36 ` leahneukirchen
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2023-03-15 16:10 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1470326879

Comment:
procs >= 0.14.0 [msrv 1.67]

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (23 preceding siblings ...)
  2023-03-15 16:10 ` icp1994
@ 2023-03-22 13:36 ` leahneukirchen
  2023-03-26 20:11 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: leahneukirchen @ 2023-03-22 13:36 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1479580622

Comment:
I want to package [typst](https://github.com/typst/typst) but a dependency uses let..else.

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (24 preceding siblings ...)
  2023-03-22 13:36 ` leahneukirchen
@ 2023-03-26 20:11 ` TinfoilSubmarine
  2023-03-30 14:25 ` lukas-jo
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: TinfoilSubmarine @ 2023-03-26 20:11 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1484209744

Comment:
`vaultwarden-1.28.0` needs `argon2 v0.5.0` which requires rustc >= 1.65:
```
error: package `argon2 v0.5.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0
```

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (25 preceding siblings ...)
  2023-03-26 20:11 ` TinfoilSubmarine
@ 2023-03-30 14:25 ` lukas-jo
  2023-03-30 14:26 ` lukas-jo
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: lukas-jo @ 2023-03-30 14:25 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1490402164

Comment:
ncspot >= 0.12.0 uses the [backstrace api](https://github.com/hrkfdn/ncspot/pull/988) which was [stabilized in rust 1.65](https://github.com/rust-lang/rust/pull/99573)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (26 preceding siblings ...)
  2023-03-30 14:25 ` lukas-jo
@ 2023-03-30 14:26 ` lukas-jo
  2023-03-31  9:14 ` tranzystorek-io
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: lukas-jo @ 2023-03-30 14:26 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1490402164

Comment:
ncspot >= 0.12.0 uses the [backtrace api](https://github.com/hrkfdn/ncspot/pull/988) which was [stabilized in rust 1.65](https://github.com/rust-lang/rust/pull/99573)

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (27 preceding siblings ...)
  2023-03-30 14:26 ` lukas-jo
@ 2023-03-31  9:14 ` tranzystorek-io
  2023-04-02  8:39 ` classabbyamp
  2023-04-16 16:42 ` [ISSUE] [CLOSED] " classabbyamp
  30 siblings, 0 replies; 32+ messages in thread
From: tranzystorek-io @ 2023-03-31  9:14 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1491605768

Comment:
helix >= 23.03, MSRV set to 1.65

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

* Re: [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (28 preceding siblings ...)
  2023-03-31  9:14 ` tranzystorek-io
@ 2023-04-02  8:39 ` classabbyamp
  2023-04-16 16:42 ` [ISSUE] [CLOSED] " classabbyamp
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-04-02  8:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40805#issuecomment-1493266993

Comment:
new rust merged, get em while they're fresh!

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

* Re: [ISSUE] [CLOSED] [TRACKING] Updates blocked on Rust 1.65.0
  2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
                   ` (29 preceding siblings ...)
  2023-04-02  8:39 ` classabbyamp
@ 2023-04-16 16:42 ` classabbyamp
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-04-16 16:42 UTC (permalink / raw)
  To: ml

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

Closed issue by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/issues/40805

Description:
~~We can't update to Rust 1.65.0 yet, because that requires LLVM >= 13 (see #40821), which in turn is waiting for a GCC update (see #34902, #39809, #39960)~~.

### Updates blocked on Rust 1.65.0
- [x] #43179
- [x] https://github.com/void-linux/void-packages/pull/43244
- [x] #43219
- [x] #43188
- [x] #43217
- [x] #43212
- [ ] #43223
- [x] #43175
- [x] #43181
- [x] #43200 
- [x] #43173
- [x] #43218
- [x] #43177
- [x] #43213
- [x] https://github.com/void-linux/void-packages/pull/43240

### New packages blocked on Rust 1.65.0
- [x] prose (https://github.com/void-linux/void-packages/commit/27a54bff68bf410430305984b44d62f14ca1517b)
- [x] #40787 
- [x] #43203
- [x] #43185
- [x] #40600

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

end of thread, other threads:[~2023-04-16 16:42 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27 16:57 [ISSUE] [TRACKING] Updates blocked on Rust 1.65.0 jcgruenhage
2022-11-27 18:46 ` icp1994
2022-11-27 18:50 ` jcgruenhage
2022-11-27 19:04 ` icp1994
2022-11-27 19:08 ` jcgruenhage
2022-11-27 19:11 ` 0x5c
2022-11-30  5:44 ` icp1994
2022-12-13  6:16 ` icp1994
2023-01-02  4:13 ` cinerea0
2023-01-02 15:55 ` leahneukirchen
2023-01-04  0:12 ` cinerea0
2023-01-08  0:06 ` tranzystorek-io
2023-01-15  3:28 ` cinerea0
2023-01-15 15:55 ` tranzystorek-io
2023-02-15 19:27 ` tranzystorek-io
2023-02-15 19:27 ` tranzystorek-io
2023-02-17 17:41 ` classabbyamp
2023-02-24 19:25 ` cinerea0
2023-02-26 21:46 ` tranzystorek-io
2023-02-26 21:50 ` tranzystorek-io
2023-02-26 21:50 ` tranzystorek-io
2023-02-28 15:06 ` cinerea0
2023-03-12  3:07 ` classabbyamp
2023-03-14 14:31 ` tranzystorek-io
2023-03-15 16:10 ` icp1994
2023-03-22 13:36 ` leahneukirchen
2023-03-26 20:11 ` TinfoilSubmarine
2023-03-30 14:25 ` lukas-jo
2023-03-30 14:26 ` lukas-jo
2023-03-31  9:14 ` tranzystorek-io
2023-04-02  8:39 ` classabbyamp
2023-04-16 16:42 ` [ISSUE] [CLOSED] " classabbyamp

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).