• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

clojure koans won't return to command prompt after executing

 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Last week I downloaded and ran Lein and Clojure koans on Windows 7 with no troubles.

Today, I tried the same thing on Windows XP and ran into problems:

when I script\run in the clojure-koans directory, I get a message:


followed by the FAIL for the test of whichever koan I'm currently working on, and then it does not return me to the command prompt. I have to CTRL-C to get back. So, I'm thinking I set something up wrong?
 
Tim McGuire
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok. looks like it is refreshing and re-running the tests every time I save my work, which saves a step (on XP). now the question is why isn't it refreshing like this on Windows 7?

and now that I have worked through several clojure koans files, why does it freeze in the "refreshing" phase ?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Right, I added the auto-runner in late April - any chance the Windows 7 install is running an old release?

I'd be happy to help out, but don't have Windows installs handy to test with. Could you file an issue with the project? https://github.com/functional-koans/clojure-koans/issues

Sorry for the trouble!

- Colin
 
Tim McGuire
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your response. The windows 7 install is brand new. I'll do some more testing and then file a ticket .
 
reply
    Bookmark Topic Watch Topic
  • New Topic