Skip to content

Fix: remove numpy<1.21 dep; Dev: add Makefile, coverage, nodemon#106

Open
bionicles wants to merge 1 commit intoGraphegon:mainfrom
bionicles:add-makefile-coverage-nodemon
Open

Fix: remove numpy<1.21 dep; Dev: add Makefile, coverage, nodemon#106
bionicles wants to merge 1 commit intoGraphegon:mainfrom
bionicles:add-makefile-coverage-nodemon

Conversation

@bionicles
Copy link
Copy Markdown

  1. The numpy pin caused pip install to fail
  2. Makefile will just run tests in parallel and collect coverage
  3. make debug will run nodemon to watch for changes and rerun tests automatically (test runner) npm install --global nodemon (can add this to Makefile)
  4. nodemon.json configures the nodemon test runner to watch and ignore various things, and tells it to rerun the make debug-command

if you alias md="make debug" then you can start development test runner watching for changes in 2 letters on your dev rig.

NOTE: this doesn't fix the issue with suitesparse_graphblas having breaking changes. Still need a maintainer to debug. However, making the tests re-run automatically is a good step to make that easier to execute.

It would be fine to add more make commands.

install-nodemon:
    sudo npm install --global nodemon

For windows, try scoop install make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant