Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-analyzer: update to 2022.09.12.
@ 2022-09-16 17:53 icp1994
  2022-09-16 18:58 ` icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2022-09-16 17:53 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/39319

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

#### 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/39319.patch is attached

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

From 1c360e918d1695380c68c4c27cb958f29d05d303 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 16 Sep 2022 23:22:23 +0530
Subject: [PATCH] rust-analyzer: update to 2022.09.12.

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

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 19f1d77d619c..3c5acb656f08 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,19 +1,20 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2022.07.25
+version=2022.09.12
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
 build_style=cargo
 make_install_args="--path=crates/${pkgname}"
+make_check_args="-- --skip cli::load_cargo::tests::test_loading_rust_analyzer
+ --skip tests::regression::gat_crash_3 --skip tests::sourcegen_ast::sourcegen_ast
+ --skip tidy::check_code_formatting --skip tests::sourcegen::sourcegen_assists_docs"
 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/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
-checksum=2506054eff0ab2405a5dcc27fa9d8d748416179931b87b16972d2261364cdc36
-# tests require Rust source code
-make_check=no
+checksum=57937f90e7609cf5cfba1e1747c1552a9320693a1afed35cb50fecba97ca22d2
 
 export CFG_RELEASE=${_ver}
 

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

* Re: rust-analyzer: update to 2022.09.12.
  2022-09-16 17:53 [PR PATCH] rust-analyzer: update to 2022.09.12 icp1994
@ 2022-09-16 18:58 ` icp1994
  2022-09-16 19:02 ` [PR PATCH] [Updated] " icp1994
  2022-09-17 20:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-09-16 18:58 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39319#issuecomment-1249704442

Comment:
Only a handful of tests were failing for me locally in x86_64 so I decided to list them as skips. Those were also failing in the official CI which as can be seen [here](https://github.com/rust-lang/rust-analyzer/actions/runs/3030838990/jobs/4877285430#step:6:60), for example. But looks like more tests are failing in our i686 CI so I guess I will go back to `make_check=no` for now.

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

* Re: [PR PATCH] [Updated] rust-analyzer: update to 2022.09.12.
  2022-09-16 17:53 [PR PATCH] rust-analyzer: update to 2022.09.12 icp1994
  2022-09-16 18:58 ` icp1994
@ 2022-09-16 19:02 ` icp1994
  2022-09-17 20:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-09-16 19:02 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/39319

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

#### 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/39319.patch is attached

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

From c30d04f703405c284947129302ed869ec4949705 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 16 Sep 2022 23:22:23 +0530
Subject: [PATCH] rust-analyzer: update to 2022.09.12.

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

diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template
index 19f1d77d619c..c2f7f479b6af 100644
--- a/srcpkgs/rust-analyzer/template
+++ b/srcpkgs/rust-analyzer/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-analyzer'
 pkgname=rust-analyzer
-version=2022.07.25
+version=2022.09.12
 revision=1
 _ver=${version//./-}
 wrksrc="${pkgname}-${_ver}"
@@ -11,7 +11,7 @@ maintainer="Gabriel Sanches <gabriel@gsr.dev>"
 license="Apache-2.0, MIT"
 homepage="https://rust-analyzer.github.io/"
 distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
-checksum=2506054eff0ab2405a5dcc27fa9d8d748416179931b87b16972d2261364cdc36
+checksum=57937f90e7609cf5cfba1e1747c1552a9320693a1afed35cb50fecba97ca22d2
 # tests require Rust source code
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: rust-analyzer: update to 2022.09.12.
  2022-09-16 17:53 [PR PATCH] rust-analyzer: update to 2022.09.12 icp1994
  2022-09-16 18:58 ` icp1994
  2022-09-16 19:02 ` [PR PATCH] [Updated] " icp1994
@ 2022-09-17 20:22 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-17 20:22 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 2022.09.12.
https://github.com/void-linux/void-packages/pull/39319

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

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

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

end of thread, other threads:[~2022-09-17 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 17:53 [PR PATCH] rust-analyzer: update to 2022.09.12 icp1994
2022-09-16 18:58 ` icp1994
2022-09-16 19:02 ` [PR PATCH] [Updated] " icp1994
2022-09-17 20:22 ` [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).