Greg Spurrier
Greg Spurrier
Oh. Interesting. So my initial suspicion about it being the behavior of `(hd [])` was correct after all. Thanks for debugging this and reporting it to Mark. For now I...
Again from the group: ``` I was testing in Win7 32bit with CYGWIN_NT-6.1 ```
I have reproduced this under Windows XP Home Edition and ruby 1.9.3p327 installed via cygwin. According to `ulimit -s`, the system stack is much smaller on Windows (2026k) than on...
The stack overflow is occurring in Kl::Reader#read_list while attempting to read the definition of `shen_alpha?` in sys.kl. The fix for this will be to keep a local stack of the...
This is going to be more challenging than I thought. I reimplemented `Kl::Reader#read_list` to not use recursion, but then the compiler caused a stack overflow when parsing the form. So,...
It turns out that the Ruby environment installed via [RubyInstaller](http://rubyinstaller.org) will successfully load the Shen REPL. I still hope to be able to reduce the stack requirements for ShenRuby before...
Try installing an older version of the `code-push-cli` package. Version 2.1.9 appears to be working for me.
+1 to this request.
+1 for downward movements. I miss these from emacs paredit.
I can imagine some benefits of maintaining a mirror of a non-git project (as opposed to non-GitHub). However, I don't see any advantage to maintaining a fork of a GitHub-hosted...