From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>,66008@debbugs.gnu.org
Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com
Subject: [bug#66008] [PATCH gnome-team v2 2/3] gnu: editorconfig-core-c: Update to 0.12.6.
Date: Fri, 15 Sep 2023 19:50:54 +0200 [thread overview]
Message-ID: <da2f664f6dd6422194555a308f5beac9e3ab4be9.1694813113.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.1694813113.git.vivien@planete-kraus.eu>
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.6.
[#:phases]: Add 'disable-failing-tests', to disable the config parser "max
property name and values" test.
---
gnu/packages/text-editors.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 44c5754d6d..56554373be 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -826,7 +826,7 @@ (define-public manuskript
(define-public editorconfig-core-c
(package
(name "editorconfig-core-c")
- (version "0.12.5")
+ (version "0.12.6")
(source
(origin
(method git-fetch)
@@ -835,7 +835,7 @@ (define-public editorconfig-core-c
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "073sh18y0v8wm10iphaia54pkdmwylalccpn1k5i9dwyfjzgj7yg"))))
+ (base32 "05qllpls3r95nfl14gqq3cv4lisf07fgn85n52w8blc5pfl1h93g"))))
(build-system cmake-build-system)
(arguments
'(#:phases
@@ -845,6 +845,13 @@ (define-public editorconfig-core-c
(let ((tests (assoc-ref inputs "tests")))
(copy-recursively tests "tests"))
#t))
+ (add-after 'insert-tests 'disable-failing-tests
+ (lambda _
+ (substitute* "tests/parser/CMakeLists.txt"
+ (("# Test max property name and values")
+ "# Disabled: test max property name and values\nif(FALSE)\n")
+ (("# Test max section names")
+ "endif()\n\n# Test max section names"))))
(add-after 'install 'delete-static-library
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
--
2.41.0
next prev parent reply other threads:[~2023-09-15 21:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-15 18:17 [bug#66008] [PATCH gnome-team 0/4] Fix and update gnome-text-editor Vivien Kraus via Guix-patches via
2023-09-15 16:57 ` [bug#66008] [PATCH gnome-team 1/4] gnu: gnome-text-editor: Add missing input Vivien Kraus via Guix-patches via
2023-09-15 20:33 ` Liliana Marie Prikler
2023-09-15 17:36 ` [bug#66008] [PATCH gnome-team 2/4] gnu: editorconfig-core-c: Move to (gnu packages gnome) Vivien Kraus via Guix-patches via
2023-09-15 20:22 ` Liliana Marie Prikler
2023-09-15 21:25 ` [bug#66008] [PATCH gnome-team v2 0/3] Update gnome-text-editor without moving editorconfig-core-c Vivien Kraus via Guix-patches via
2023-09-15 16:57 ` [bug#66008] [PATCH gnome-team v2 1/3] gnu: gnome-text-editor: Add missing input Vivien Kraus via Guix-patches via
2023-09-15 17:50 ` Vivien Kraus via Guix-patches via [this message]
2023-09-15 17:52 ` [bug#66008] [PATCH gnome-team v2 3/3] gnu: gnome-text-editor: Update to 44.0 Vivien Kraus via Guix-patches via
2023-09-24 10:04 ` bug#66008: " Liliana Marie Prikler
2023-09-16 3:59 ` [bug#66008] [PATCH gnome-team v2 0/3] Update gnome-text-editor without moving editorconfig-core-c Liliana Marie Prikler
2023-09-15 17:50 ` [bug#66008] [PATCH gnome-team 3/4] gnu: editorconfig-core-c: Update to 0.12.6 Vivien Kraus via Guix-patches via
2023-09-15 20:20 ` Liliana Marie Prikler
2023-09-15 17:52 ` [bug#66008] [PATCH gnome-team 4/4] gnu: gnome-text-editor: Update to 44.0 Vivien Kraus via Guix-patches via
2023-09-15 20:18 ` Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=da2f664f6dd6422194555a308f5beac9e3ab4be9.1694813113.git.vivien@planete-kraus.eu \
--to=guix-patches@gnu.org \
--cc=66008@debbugs.gnu.org \
--cc=liliana.prikler@gmail.com \
--cc=maxim.cournoyer@gmail.com \
--cc=rg@raghavgururajan.name \
--cc=vivien@planete-kraus.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).