oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 126 forks source link

MS Windows "Run with REPL" window not usable #156

Closed jconti closed 8 years ago

jconti commented 8 years ago

Apologies if the title is overly vague. Please update it if something better occurs to you. The system is Windows 10. The code is tip of trunk b07d26fd211a49df7adde797dd7d565fe0be5261. The symptoms are:

uru.core=>

1

c i

       ()n

uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> 1 uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> CompilerException java.lang.RuntimeException: Unable to resolve symbol: c in this context, compiling:(C:\Users\jconti\AppData\Local\Temp\form-init2823552686370310318.clj:1:1269) uru.core=> uru.core=> CompilerException java.lang.RuntimeException: Unable to resolve symbol: i in this context, compiling:(C:\Users\jconti\AppData\Local\Temp\form-init2823552686370310318.clj:1:1269) uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> uru.core=> ()

CompilerException java.lang.RuntimeException: Unable to resolve symbol: n in this context, compiling:(C:\Users\jconti\AppData\Local\Temp\form-init2823552686370310318.clj:1:1269) uru.core=> uru.core=>

oakes commented 8 years ago

Yep I was informed of this issue recently. Apologies for introducing the bug -- I'm working on tracking it down at the moment.

oakes commented 8 years ago

This should now be fixed in master. If you are able to, I would love to hear if it works for you. I tested it in a Windows 10 VM.

jcrumpton commented 8 years ago

I just tried the new code from master and "Run with REPL" now works for me (in Windows 7). Thank you!

jconti commented 8 years ago

Windows 10 looks good on real hardware too. Thank you!