benwbooth / quick-clojure

Run clojure scripts and lein commands quickly using a persistent nREPL session
Eclipse Public License 1.0
47 stars 4 forks source link

running hello world example doesn't work #8

Open timeyyy opened 6 years ago

timeyyy commented 6 years ago
Traceback (most recent call last):
  File "/home/tim/.local/bin/quick", line 287, in <module>
    elif len(sys.argv) > 1 and sys.argv[1] == 'lein': exit_code = lein(*sys.argv[2:])
  File "/home/tim/.local/bin/quick", line 276, in lein
    result = evaluate(code, ns='leiningen.core.main', toplevel=True)
  File "/home/tim/.local/bin/quick", line 183, in evaluate
    raise Exception('Eval returned bad exit status: %s' % (message['status'][0]))
Exception: Eval returned bad exit status: namespace-not-found

Leiningen 2.7.1 on Java 1.8.0_171 OpenJDK 64-Bit Server VM

benwbooth commented 6 years ago

Hi @timeyyy I haven't worked on this code in years. Actually, I had forgotten what it does until I reviewed the readme file! If you want to submit a pull request, I will merge it in. Thanks!