emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40067: closed (clojure does not find namespace "clojure.set")


From: GNU bug Tracking System
Subject: bug#40067: closed (clojure does not find namespace "clojure.set")
Date: Fri, 05 May 2023 06:54:04 +0000

Your message dated Fri, 5 May 2023 00:21:53 +0300
with message-id <a1baacb7-4858-7f38-a39b-315c14b5c7fe@netdava.com>
and subject line clojure does not find namespace "clojure.set"
has caused the debbugs.gnu.org bug report #40067,
regarding clojure does not find namespace "clojure.set"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
40067: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40067
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: clojure does not find namespace "clojure.set" Date: Sat, 14 Mar 2020 22:04:07 -0600 User-agent: Evolution 3.32.4
A simple way to tell if clojure can find a namespace is to use the dir
macro on the repl. The following command should output items in the
clojure.string namespace followed by the items in the clojure.set
namespace:

java -jar `guix build clojure`/share/java/clojure.jar <<EOF
(dir clojure.string)
(dir clojure.set)
EOF

The first command is successful, but when it gets to the second command
it fails with the following error:

user=> Execution error at user/eval9637 (REPL:1).
No namespace: clojure.set found




I unzip'd the jar and found that the set$*.class files are indeed in
there. This is with openjdk, built with guix commit
ce226e9d8d52d2530f057f2000d36c0d55380ade. It also happens with openjdk.


-Jesse




--- End Message ---
--- Begin Message --- Subject: clojure does not find namespace "clojure.set" Date: Fri, 5 May 2023 00:21:53 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0
I can confirm solution from Alex ter Weele .

This issue can be closed.

--
Eugen Stan

+40770 941 271  / https://www.netdava.com

Attachment: eugen_stan.vcf
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]