Skip to content

Commit

Permalink
fix toy example
Browse files Browse the repository at this point in the history
  • Loading branch information
bttmly committed Oct 7, 2018
1 parent d381586 commit 0cb7ba0
Show file tree
Hide file tree
Showing 34 changed files with 199 additions and 1,338 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ example-events: compile
rm -rf ./.perturb
node ./script/run.js events

example-toy: compile
rm -rf ./.perturb
node ./script/run.js toy

dogfood: compile
rm -rf ./.perturb
node ./lib/cli -s lib
Expand Down
5 changes: 1 addition & 4 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- get CLI e2e test working
- `--strict` mode with stuff to ensure no mutation happens in plugins (mutators in particular)
- bizarre "live ones" in dogfooding that look like
#ALIVE: reverse function parameters /built/mutators/tweak-switch.js@7,13
- should encourage running with the fork runner, it needs to be faster. probably need to implement worker pooling
1 change: 0 additions & 1 deletion examples/node-events/INFO

This file was deleted.

Loading

0 comments on commit 0cb7ba0

Please sign in to comment.