-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rlwrap: warning: rlwrap appears to do nothing for clojure #335
Comments
+1 for this problem using cli-new |
Still have this problem. Any way to at least suppress the warning? |
me2 |
me 2 |
Still have this problem using clj-new. Is there any resolution in sight? |
So this seems like an error from @lesormonde can you give me some more details about what caused this. https://github.com/clojure/brew-install/blob/1.12.0/src/main/resources/clojure/install/clj |
I'd really like to know the platform and the version of rlwrap. As I'm not seeing this. I'd also like to know if using |
Hi Bruce,
My setup
Macbook Pro (M3) SONOMA 14.4.1
Terminal is iterm2 3.5.11
Script to create the project: clojure -Tclj-new create :template figwheel-main :name learn-cljs/contacts :args '["+deps"]'
Build script that sets up the error: clj -M:fig:build
When build is complete, in the clojurescript REPL I get the following:
cljs.user=> (+ 1 1)
rlwrap: warning: rlwrap appears to do nothing for clojure, which asks for
single keypresses all the time. Don't you need --always-readline
and possibly --no-children? (cf. the rlwrap manpage)
warnings can be silenced by the --no-warnings (-n) option
2
==============
Hope that helps, If I can provide more information, just let me know.
Sorry for the delay in replying, I have been a bit busy of late.
regards,
Les Ormonde
Phone: 01865 408027
Mobile: 07976 920186
… On 20 Jan 2025, at 19:46, Bruce Hauman ***@***.***> wrote:
I'd really like to know the platform and the version of rlwrap. As I'm not seeing this. I'd also like to know if using clojure and not clj makes this problem go away.
—
Reply to this email directly, view it on GitHub <#335 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD5WSWF32T5LS73MXFFYMZL2LVG7RAVCNFSM6AAAAABKOVS5ROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBTGEZTONRXGM>.
You are receiving this because you were mentioned.
|
OK you can't use You have to use If you aren't using |
Followed the nodejs tutorial in the documentation and this is printed in the repl:
The problem also occurs for new projects generated with the clj-new utility.
The text was updated successfully, but these errors were encountered: