|
30 | 30 |
|
31 | 31 | * could run into memory issues if all numeric tests are run for all functions, etc. |
32 | 32 | * one possibility is to loop through all files and run each individually (browserify, testling, and repeat) |
33 | | - * may have to punt browser testing to individual repos (!) |
| 33 | + * may have to punt browser testing to individual repos (!) => that is too late, as module would already be deployed |
34 | 34 |
|
35 | 35 | 6. std polyfills? |
36 | 36 |
|
@@ -291,10 +291,9 @@ TODO |
291 | 291 |
|
292 | 292 | * could be useful for, say, Boost bindings |
293 | 293 |
|
294 | | -42. check if `codecov` will accept multiple coverage reports |
| 294 | +42. Travis CI, AppVeyor, and other 3rd party integrations with Slack |
295 | 295 |
|
296 | | - * would like the ability to distinguish Linux, Windows, and browser coverage reports |
297 | | - * temporary `git` tags? |
| 296 | + * need to deploy a webhook server |
298 | 297 |
|
299 | 298 | 43. make Travis and Appveyor build badges the same dimensions |
300 | 299 |
|
|
404 | 403 |
|
405 | 404 | * can be used as part of a build step to ensure `package.json` files are properly formatted, valid, and have requisite information |
406 | 405 |
|
407 | | -55. build utility to scan all project dirs for camelcase file names |
408 | | - |
409 | | - * add to build step, but first requires some modification (e.g., JSDoc generated HTML files) |
| 406 | +55. |
410 | 407 |
|
411 | 408 | 56. refactor module CLIs to match CLI snippet |
412 | 409 |
|
|
490 | 487 |
|
491 | 488 | 71. ability to run examples in a browser => Makefile target `examples-browser` |
492 | 489 |
|
493 | | - * can use `simple-http-server` |
| 490 | + * can use `simple-http-server` (or even `disposable-http-server`) |
494 | 491 | * [packify](https://github.com/maxogden/packify) |
| 492 | + * option to stream to multiple browsers (tabs) in parallel (akin to parallel builds) |
495 | 493 |
|
496 | 494 | 72. build step which runs examples in browsers and catches any errors |
497 | 495 |
|
|
807 | 805 | * [x] regexp |
808 | 806 | * [x] repl |
809 | 807 | * [-] streams |
| 808 | + * [ ] string |
810 | 809 | * [-] tools |
811 | 810 | * [ ] utils |
812 | 811 |
|
|
0 commit comments