* [PR PATCH] fish-shell: update to 3.5.0.
@ 2022-06-23 13:56 mhmdanas
2022-06-24 19:41 ` paper42
0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2022-06-23 13:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]
There is a new pull request by mhmdanas against master on the void-packages repository
https://github.com/mhmdanas/void-packages fish-3.5.0
https://github.com/void-linux/void-packages/pull/37656
fish-shell: update to 3.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/37656.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fish-3.5.0-37656.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]
From a496c351623c8761053e9a68576783687492b066 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Jun 2022 16:58:40 +0300
Subject: [PATCH] fish-shell: update to 3.5.0.
---
srcpkgs/fish-shell/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index 0fc86db7e7b0..f6b332a1c2a0 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,6 +1,6 @@
# Template file for 'fish-shell'
pkgname=fish-shell
-version=3.4.1
+version=3.5.0
revision=1
wrksrc="fish-${version}"
build_style=cmake
@@ -14,7 +14,7 @@ license="GPL-2.0-only"
homepage="https://fishshell.com/"
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea
+checksum=291e4ec7c6c3fea54dc1aed057ce3d42b356fa6f70865627b2c7dfcecaefd210
register_shell="/bin/fish /usr/bin/fish"
# tests don't work as root
make_check=ci-skip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fish-shell: update to 3.5.0.
2022-06-23 13:56 [PR PATCH] fish-shell: update to 3.5.0 mhmdanas
@ 2022-06-24 19:41 ` paper42
0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-06-24 19:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/37656#issuecomment-1165882790
Comment:
history_races test fails on x86_64-musl:
```
61/236 Test #64: history_races ............................***Failed 1.27 sec
Proceeding with target execution
Testing low-level functionality
Testing history race conditions
Error: Expected 1025 items, but instead got 1005 items
Error: Line '0 0' still left in the array
Error: Line '0 1' still left in the array
Error: Line '0 2' still left in the array
Error: Line '0 3' still left in the array
Error: Line '0 4' still left in the array
Error: Line '0 5' still left in the array
Error: Line '0 6' still left in the array
Error: Line '0 7' still left in the array
Error: Line '0 8' still left in the array
Error: Line '0 9' still left in the array
Error: Line '0 10' still left in the array
Error: Line '0 11' still left in the array
Error: Line '0 12' still left in the array
Error: Line '0 13' still left in the array
Error: Line '0 14' still left in the array
Error: Line '0 15' still left in the array
Error: Line '0 16' still left in the array
Error: Line '0 17' still left in the array
Error: Line '0 18' still left in the array
Error: Line '1 0' still left in the array
Encountered 21 errors in low-level tests
```
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-24 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 13:56 [PR PATCH] fish-shell: update to 3.5.0 mhmdanas
2022-06-24 19:41 ` paper42
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).