ELIXIR ON WINDOWS
Week 9 Review
GSoC 2014
FINISHED WORK
First, I focused on correcting the issue with `call` in bin\mix.bat, which was solved by using the same code as in bin\mix directly as arguments (see https://github.com/elixir-lang/elixir/pull/2541).
Then, I worked on documenting the installer; I went through the code and added comments, and added documentation on building the installer (see https://github.com/chyndman/elixir-windows-setup#build-instructions). The installer is now at version 0.59 (see https://github.com/chyndman/elixir-windows-setup/releases).
NEXT STEPS
Now that José's logger is in the works, I'll be assisting in testing it from a Windows perspective. I'll also be working on IEx with regards to offering more flexibility in using erl.exe on the console or the werl.exe console.
GENERAL NOTES
Unfortunately I won't be joining everyone at ElixirConf in Austin next weekend, but I hope everyone enjoys themselves and that the conference lives up to the excitement it's generated!
I've tried to install Elixir on WIndows with this installer and also with Chocolatey and I always got this error when I try to use elixir.bat or mix.bat - http://pastebin.com/MKW2viDz.Anyone who can help me?