Adrien

Results 16 comments of Adrien

Thanks for the detailed implementation plan! A few more thoughts and remarks in general: - [VLAs may prove difficult to implement in general](http://stackoverflow.com/questions/27859822/alloca-variable-length-arrays-in-rust) in a "pure" semantics preserving way as...

Awesome, I will get to it very soon then!

Just leaving a comment to say that I'm actually working on it as of this week. Hoping to push an imperfect PR in the next days :-). I am interleaving...

Hi @seanjensengrey! Did you start working on this? As per an email that I sent previously to Jamey, I started thinking about what shape an automated test suite for Corrode...

I'm gonna be on vacation soon and will get on it!

The code is there and is run (verified by running through the debugger). The console shows: ``` .devd.livereload.js:131 DevdReconnectingWebSocket attempt-connect ws://devd.io/.devd.livereload .devd.livereload.js:147 DevdReconnectingWebSocket onopen ws://devd.io/.devd.livereload ```

Erm... has the separate modd calling devd w/livereload setup ever worked for anyone on Windows? [daemon.go](https://github.com/cortesi/modd/blob/master/daemon.go#L110) calls `Process.Signal` On windows this function is implemented in [exec_windows.go](https://github.com/golang/go/blob/master/src/os/exec_windows.go#L57) ``` func (p *Process)...

> I wonder if hacking up a custom signalling system for Windows is somewhat obsoleted by WSL now? WSL works very well, and modd + devd can run there with...

``` C:\Software\roswell  λ ros -v run opt:verbose:1 dispatch:run,name=top proc_cmd: get_opt(program,0)=(null) cmd_run:argc=1 argv[0]=run dispatch:run,name=top proc_cmd: get_opt(program,0)=(null) cmd_run:argc=2 argv[0]=run dispatch:--,name=run proc_options:--:run cmd_run_star:1:-- ,argv[0]get_opt(lisp,1)=(null) get_opt(image,0)=(null) get_opt(roswellenv,0)=(null) set_env_opt:.roswellenv get_opt(roswellenv,1)=(null) set_env_opt:C:\\Users\\Adrien\\.roswell\\env\\ get_opt(*lisp,0)=(null) determin_impl:(null) get_opt(default.lisp,1)=(null)...