GNU bug report logs - #52211
[PATCH] gnu: Add julia-softglobalscope.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 1 Dec 2021 01:23:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#52211: closed (Re: [bug#52211] [PATCH v2] gnu: Add
 julia-softglobalscope.)
Date: Wed, 01 Dec 2021 12:11:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52211: [PATCH] gnu: Add julia-softglobalscope.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52211 <at> debbugs.gnu.org.

-- 
52211: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52211
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: jgart <jgart <at> dismail.de>
Cc: 52211-done <at> debbugs.gnu.org
Subject: Re: [bug#52211] [PATCH v2] gnu: Add julia-softglobalscope.
Date: Wed, 1 Dec 2021 14:09:46 +0200
[Message part 3 (text/plain, inline)]
I resorted this one alphabetically and pushed it. Thanks!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add julia-softglobalscope.
Date: Tue, 30 Nov 2021 20:22:04 -0500
* gnu/packages/julay-xyz.scm (julia-softglobalscope): New variable.
---
 gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 547d2bf81e..4b48440e45 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4972,6 +4972,29 @@ (define-public julia-zygoterules
 Zygote, without depending on Zygote itself.")
     (license license:expat)))
 
+(define-public julia-softglobalscope
+  (package
+    (name "julia-softglobalscope")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stevengj/SoftGlobalScope.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1n3l0al1vw5jpb4k9a29a71666cdb617nmiqg34wcmyfzrxpvv39"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/stevengj/SoftGlobalScope.jl")
+    (synopsis "Utilities for soft global scope in interactive Julia environments")
+    (description
+"SoftGlobalScope is a package for the Julia language that simplifies
+the variable scoping rules for code in global scope.  It is intended for
+interactive shells to make it easier to work interactively with Julia,
+especially for beginners.")
+    (license license:expat)))
+
 (define-public julia-zygote
   (package
     (name "julia-zygote")
-- 
2.34.0




This bug report was last modified 3 years and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.