* [bug#59836] [PATCH 0/1] Fix julia-documenter and so many Julia packages
@ 2022-12-05 15:37 zimoun
2022-12-05 15:38 ` [bug#59836] [PATCH 1/1] gnu: julia-documenter: Fix test suite regression zimoun
0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2022-12-05 15:37 UTC (permalink / raw)
To: 59836; +Cc: zimoun, ludo, efraim
Hi,
Commit 83ede5a02e1fc531d912eb92eb0a22a4b897997c updating Git from 2.38.0 to
2.38.1 fixes several securtity issues. But it changes the default behaviour
of "git submodule", hence breaking the test suite of julia-documenter.
This patch backports the fix from upstream. This fix has not been released
yet. An update to lastest Julia Documenter implies other updates. I am
working on it but it is ~160 patches (from new packages to updates) and it is
not ready yet.
Therefore, this patch allows to have again all the Julia packages instead of
the current: 77.4% substitutes available (243 out of 314).
Cheers,
simon
zimoun (1):
gnu: julia-documenter: Fix test suite regression.
gnu/packages/julia-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
base-commit: 48329575c87bbee7166eedf10b1699599e67c49d
--
2.38.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#59836] [PATCH 1/1] gnu: julia-documenter: Fix test suite regression.
2022-12-05 15:37 [bug#59836] [PATCH 0/1] Fix julia-documenter and so many Julia packages zimoun
@ 2022-12-05 15:38 ` zimoun
2022-12-05 15:58 ` bug#59836: [PATCH 0/1] Fix julia-documenter and so many Julia packages Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2022-12-05 15:38 UTC (permalink / raw)
To: 59836; +Cc: zimoun
* gnu/packages/julia-xyz.scm (julia-documenter)[arguments]<#:phases>:
Substitute a work around to fix the change of 'git submodule' default
behaviour introduced by Git v2.38.1.
---
gnu/packages/julia-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 28c759a5c0..ac6584825b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1472,6 +1472,15 @@ (define-public julia-documenter
(("pip install")
(string-append (search-input-file inputs "bin/pip")
" install")))))
+ (add-after 'link-depot 'fix-test-git-submodule
+ ;; Git v2.38.1 fixes security issues and changes the default
+ ;; behaviour of `git submodule`. This substitution is a backport
+ ;; of the upstream patch, not yet released, fixing the test suite.
+ ;; https://github.com/JuliaDocs/Documenter.jl/commit/b5a5c65d02d136743e7c18ffebf8baba900484fc
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "test/utilities.jl"
+ (("submodule add")
+ "-c protocol.file.allow=always submodule add"))))
(add-after 'link-depot 'remove-javascript-downloads
(lambda _
(substitute* "src/Writers/HTMLWriter.jl"
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#59836: [PATCH 0/1] Fix julia-documenter and so many Julia packages
2022-12-05 15:38 ` [bug#59836] [PATCH 1/1] gnu: julia-documenter: Fix test suite regression zimoun
@ 2022-12-05 15:58 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-12-05 15:58 UTC (permalink / raw)
To: zimoun; +Cc: 59836-done
Hi,
zimoun <zimon.toutoune@gmail.com> skribis:
> * gnu/packages/julia-xyz.scm (julia-documenter)[arguments]<#:phases>:
> Substitute a work around to fix the change of 'git submodule' default
> behaviour introduced by Git v2.38.1.
Well done; applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-05 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 15:37 [bug#59836] [PATCH 0/1] Fix julia-documenter and so many Julia packages zimoun
2022-12-05 15:38 ` [bug#59836] [PATCH 1/1] gnu: julia-documenter: Fix test suite regression zimoun
2022-12-05 15:58 ` bug#59836: [PATCH 0/1] Fix julia-documenter and so many Julia packages Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.