You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/13 00:06:42 UTC

[GitHub] wohali opened a new pull request #1731: [win32] Fix dev/run and Makefile for test suite

wohali opened a new pull request #1731: [win32] Fix dev/run and Makefile for test suite
URL: https://github.com/apache/couchdb/pull/1731
 
 
   ## Overview
   
   * Fixes #1633 by:
     * updating the `boot_node.erl` script with a PPid test that actually works (`dev/run` never worked on Windows!)
     * not relying on OS shell glob to specify all of the directories for `erl`'s `-pa` flag, and doing so explicitly in  Python instead
   * Adds convenience `dev\run.cmd` command so you don't have to `python dev\run`
   * First pass at Elixir support, not complete, see #1730 
   
   ## Testing recommendations
   You'll have to trust me on this one.
   
   ## Related Issues or Pull Requests
   
   #1633 #1730 
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [X] Changes are covered by tests;
   - [ ] Documentation reflects the changes;

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services