Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-analyzer: update to 2022.06.13.
@ 2022-06-15  0:54 gbrlsnchs
  2022-06-15  0:55 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gbrlsnchs @ 2022-06-15  0:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/37566

rust-analyzer: update to 2022.06.13.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64, x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)


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

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

From 4b8dc76ae7fa14f7670c33265be1a360c5d85a1f Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Tue, 14 Jun 2022 21:50:49 -0300
Subject: [PATCH] rust-analyzer: update to 2022.06.13.

---
 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 b41a84aab5ea..683af0ea80b4 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2021.08.30
+version=2022.06.13
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
@@ -11,11 +11,11 @@ maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
-checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde
+checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
 # tests require Rust source code
 make_check=no
 
-export RUST_ANALYZER_REV=${_ver}
+export CFG_RELEASE=${version}
 
 post_install() {
 	vlicense LICENSE-APACHE

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
@ 2022-06-15  0:55 ` gbrlsnchs
  2022-06-15  1:59 ` [PR REVIEW] " classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gbrlsnchs @ 2022-06-15  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/37566

rust-analyzer: update to 2022.06.13.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64, x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)


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

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

From 6fa7dcc296db9ac2014fde76ec6d7baaa32fe7f5 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Tue, 14 Jun 2022 21:50:49 -0300
Subject: [PATCH] rust-analyzer: update to 2022.06.13.

---
 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 b41a84aab5ea..3ce26bbc194a 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2021.08.30
+version=2022.06.13
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
@@ -11,11 +11,11 @@ maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
-checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde
+checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
 # tests require Rust source code
 make_check=no
 
-export RUST_ANALYZER_REV=${_ver}
+export CFG_RELEASE=${_ver}
 
 post_install() {
 	vlicense LICENSE-APACHE

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

* Re: [PR REVIEW] rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
  2022-06-15  0:55 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2022-06-15  1:59 ` classabbyamp
  2022-06-15  5:53 ` 0x5c
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-06-15  1:59 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37566#discussion_r897456108

Comment:
```suggestion
distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
```
rust-analyzer is part of the rust-lang namespace now

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

* Re: rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
  2022-06-15  0:55 ` [PR PATCH] [Updated] " gbrlsnchs
  2022-06-15  1:59 ` [PR REVIEW] " classabbyamp
@ 2022-06-15  5:53 ` 0x5c
  2022-06-15 18:07 ` [PR REVIEW] " gbrlsnchs
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 0x5c @ 2022-06-15  5:53 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/37566#issuecomment-1156018096

Comment:
Supersedes https://github.com/void-linux/void-packages/pull/37423

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

* Re: [PR REVIEW] rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
                   ` (2 preceding siblings ...)
  2022-06-15  5:53 ` 0x5c
@ 2022-06-15 18:07 ` gbrlsnchs
  2022-06-15 18:07 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gbrlsnchs @ 2022-06-15 18:07 UTC (permalink / raw)
  To: ml

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

New review comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/37566#discussion_r898273529

Comment:
Thanks!

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
                   ` (3 preceding siblings ...)
  2022-06-15 18:07 ` [PR REVIEW] " gbrlsnchs
@ 2022-06-15 18:07 ` gbrlsnchs
  2022-06-15 18:09 ` gbrlsnchs
  2022-06-15 21:17 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: gbrlsnchs @ 2022-06-15 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/37566

rust-analyzer: update to 2022.06.13.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64, x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)


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

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

From 6fa7dcc296db9ac2014fde76ec6d7baaa32fe7f5 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Tue, 14 Jun 2022 21:50:49 -0300
Subject: [PATCH 1/2] rust-analyzer: update to 2022.06.13.

---
 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 b41a84aab5ea..3ce26bbc194a 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2021.08.30
+version=2022.06.13
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
@@ -11,11 +11,11 @@ maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
-checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde
+checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
 # tests require Rust source code
 make_check=no
 
-export RUST_ANALYZER_REV=${_ver}
+export CFG_RELEASE=${_ver}
 
 post_install() {
 	vlicense LICENSE-APACHE

From e1872529158e1b76d8fce862e2d3299f8402679e Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Wed, 15 Jun 2022 15:07:42 -0300
Subject: [PATCH 2/2] Update repository URL

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/rust-analyzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 3ce26bbc194a..f59223bc5740 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -10,7 +10,7 @@ short_desc="Rust compiler front-end for IDEs"
 maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
-distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
+distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
 checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
 # tests require Rust source code
 make_check=no

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
                   ` (4 preceding siblings ...)
  2022-06-15 18:07 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2022-06-15 18:09 ` gbrlsnchs
  2022-06-15 21:17 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: gbrlsnchs @ 2022-06-15 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages rust-analyzer
https://github.com/void-linux/void-packages/pull/37566

rust-analyzer: update to 2022.06.13.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64, x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)


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

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

From 2ddd5a57b114fd298975fbf36a10901bc0f89ac2 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Tue, 14 Jun 2022 21:50:49 -0300
Subject: [PATCH] rust-analyzer: update to 2022.06.13.

---
 srcpkgs/rust-analyzer/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index b41a84aab5ea..f59223bc5740 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2021.08.30
+version=2022.06.13
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
@@ -10,12 +10,12 @@ short_desc="Rust compiler front-end for IDEs"
 maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
-distfiles="https://github.com/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
-checksum=a5c791cd660b46e8fc20c1b268cb25c33658fcd593d81b278c34c97efccddbde
+distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
+checksum=7cc67e054330a63d3c8ca7c2cd8d0a8067f5ab0a45f5297df64bec1ce91ab072
 # tests require Rust source code
 make_check=no
 
-export RUST_ANALYZER_REV=${_ver}
+export CFG_RELEASE=${_ver}
 
 post_install() {
 	vlicense LICENSE-APACHE

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

* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2022.06.13.
  2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
                   ` (5 preceding siblings ...)
  2022-06-15 18:09 ` gbrlsnchs
@ 2022-06-15 21:17 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-06-15 21:17 UTC (permalink / raw)
  To: ml

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

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

rust-analyzer: update to 2022.06.13.
https://github.com/void-linux/void-packages/pull/37566

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64, x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): (none)


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

end of thread, other threads:[~2022-06-15 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15  0:54 [PR PATCH] rust-analyzer: update to 2022.06.13 gbrlsnchs
2022-06-15  0:55 ` [PR PATCH] [Updated] " gbrlsnchs
2022-06-15  1:59 ` [PR REVIEW] " classabbyamp
2022-06-15  5:53 ` 0x5c
2022-06-15 18:07 ` [PR REVIEW] " gbrlsnchs
2022-06-15 18:07 ` [PR PATCH] [Updated] " gbrlsnchs
2022-06-15 18:09 ` gbrlsnchs
2022-06-15 21:17 ` [PR PATCH] [Merged]: " 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).