Your message dated Thu, 4 Mar 2010 13:55:39 +0000
with message-id <[email protected]>
and subject line Re: Bug#572343: clojure-repl: clojure.lang.Repl is deprecated
has caused the Debian Bug report #572343,
regarding clojure-repl: clojure.lang.Repl is deprecated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
572343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572343
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clojure
Version: 1.1.0+dfsg-1
Severity: normal
Tags: patch

When I start clojure-repl, it displays a deprecation warning:

sy...@lear:~$ clojure-repl
WARNING: clojure.lang.Repl is deprecated.
Instead, use clojure.main like this:
java -cp clojure.jar clojure.main -i init.clj -r args...
Clojure 1.1.0
user=>   

By following the advice in the warning, the warning can be eliminated:

sy...@lear:~$ ~/bin/clojure-repl
Clojure 1.1.0
user=> 

sy...@lear:~$ diff -u /usr/bin/clojure-repl ~/bin/clojure-repl 
--- /usr/bin/clojure-repl       2010-02-01 22:11:55.000000000 -0400
+++ /u12/home/synrg/bin/clojure-repl    2010-03-03 10:34:19.000000000 -0400
@@ -19,4 +19,4 @@
        esac
 done
 
-exec java -cp /usr/share/java/clojure.jar"$extra_classpath" clojure.lang.Repl 
"$@"
+exec java -cp /usr/share/java/clojure.jar"$extra_classpath" clojure.main "$@"


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages clojure depends on:
ii  libasm3-java                  3.2-3      Java bytecode manipulation framewo
ii  openjdk-6-jre [java2-runtime] 6b17-1.7-1 OpenJDK Java runtime, using Hotspo

clojure recommends no packages.

clojure suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
tag 572343 wontfix
thanks

On Wed, Mar 03, 2010 at 10:38:18AM -0400, Ben Armstrong wrote:
> Package: clojure
> Version: 1.1.0+dfsg-1
> Severity: normal
> Tags: patch
> 
> When I start clojure-repl, it displays a deprecation warning:
> 
> sy...@lear:~$ clojure-repl
> WARNING: clojure.lang.Repl is deprecated.
> Instead, use clojure.main like this:
> java -cp clojure.jar clojure.main -i init.clj -r args...
> Clojure 1.1.0
> user=>   
> 
> By following the advice in the warning, the warning can be eliminated:

Thank you for your bug report.  As stated in the clojure-repl manpage,
the clojure-repl command is itself deprecated.  The replacement is
the clojure command which calls clojure.main.  I intend to remove
clojure-repl with the next version of clojure.

Thanks,
-- 
Peter


--- End Message ---

Reply via email to