Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-analyzer: update to 2023.07.24.
@ 2023-07-25 19:30 icp1994
  2023-07-28  4:50 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-07-25 19:30 UTC (permalink / raw)
  To: ml

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

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/45255

rust-analyzer: update to 2023.07.24.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/45255.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-analyzer-45255.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]

From 9c996306423c617d1727381db662cd2b74f9d367 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Jul 2023 00:29:35 +0530
Subject: [PATCH] rust-analyzer: update to 2023.07.24.

Adopt.
---
 srcpkgs/rust-analyzer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index c52c6982a5186..227a8214c3576 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,16 +1,16 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2023.07.17
+version=2023.07.24
 revision=1
 _ver=${version//./-}
 build_style=cargo
 make_install_args="--path=crates/rust-analyzer"
 short_desc="Rust compiler front-end for IDEs"
-maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
-checksum=30bfcc27b00da057c3aa743d5480b5a9fb920b595d647c8e2145803abf7efa57
+checksum=d7d26b6728b6e0e59b65675ce6c581d317e407c6d4e224141d48c37f990fe8ba
 # tests require Rust source code
 make_check=no
 

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

* Re: rust-analyzer: update to 2023.07.24.
  2023-07-25 19:30 [PR PATCH] rust-analyzer: update to 2023.07.24 icp1994
@ 2023-07-28  4:50 ` classabbyamp
  2023-07-28  7:08 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-28  4:50 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45255#issuecomment-1655000273

Comment:
we should probably be building this in the rust template as a component (maybe rustfmt too) at some point, to ensure compat with the packaged rust

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

* Re: rust-analyzer: update to 2023.07.24.
  2023-07-25 19:30 [PR PATCH] rust-analyzer: update to 2023.07.24 icp1994
  2023-07-28  4:50 ` classabbyamp
@ 2023-07-28  7:08 ` icp1994
  2023-08-02 19:20 ` [PR PATCH] [Updated] " icp1994
  2023-08-06  3:42 ` [PR PATCH] [Merged]: rust-analyzer: update to 2023.07.31 classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-07-28  7:08 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45255#issuecomment-1655149398

Comment:
My understanding from the [official release blog post](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#rust-analyzer-is-now-available-via-rustup) is that we should continue updating it separately.

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

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2023.07.24.
  2023-07-25 19:30 [PR PATCH] rust-analyzer: update to 2023.07.24 icp1994
  2023-07-28  4:50 ` classabbyamp
  2023-07-28  7:08 ` icp1994
@ 2023-08-02 19:20 ` icp1994
  2023-08-06  3:42 ` [PR PATCH] [Merged]: rust-analyzer: update to 2023.07.31 classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-08-02 19:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/45255

rust-analyzer: update to 2023.07.24.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/45255.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-analyzer-45255.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]

From e012b6dae8c5e28b9bd61be5ee74b2102698c3fa Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Jul 2023 00:29:35 +0530
Subject: [PATCH] rust-analyzer: update to 2023.07.31.

Adopt.
---
 srcpkgs/rust-analyzer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index c52c6982a5186..075a92672ca87 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,16 +1,16 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2023.07.17
+version=2023.07.31
 revision=1
 _ver=${version//./-}
 build_style=cargo
 make_install_args="--path=crates/rust-analyzer"
 short_desc="Rust compiler front-end for IDEs"
-maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
-checksum=30bfcc27b00da057c3aa743d5480b5a9fb920b595d647c8e2145803abf7efa57
+checksum=56d33a953ad7e55f769851a5fbb4354ce68baf1f059be7f47a8e74b4937049cd
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2023.07.31.
  2023-07-25 19:30 [PR PATCH] rust-analyzer: update to 2023.07.24 icp1994
                   ` (2 preceding siblings ...)
  2023-08-02 19:20 ` [PR PATCH] [Updated] " icp1994
@ 2023-08-06  3:42 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  3:42 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

rust-analyzer: update to 2023.07.31.
https://github.com/void-linux/void-packages/pull/45255

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-08-06  3:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 19:30 [PR PATCH] rust-analyzer: update to 2023.07.24 icp1994
2023-07-28  4:50 ` classabbyamp
2023-07-28  7:08 ` icp1994
2023-08-02 19:20 ` [PR PATCH] [Updated] " icp1994
2023-08-06  3:42 ` [PR PATCH] [Merged]: rust-analyzer: update to 2023.07.31 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).