Skip to content

Commit 2aeace8

Browse files
committed
Update items
1 parent 5dfb9ce commit 2aeace8

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

TODO.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TODO
3030

3131
* could run into memory issues if all numeric tests are run for all functions, etc.
3232
* 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
3434

3535
6. std polyfills?
3636

@@ -291,10 +291,9 @@ TODO
291291

292292
* could be useful for, say, Boost bindings
293293

294-
42. check if `codecov` will accept multiple coverage reports
294+
42. Travis CI, AppVeyor, and other 3rd party integrations with Slack
295295

296-
* would like the ability to distinguish Linux, Windows, and browser coverage reports
297-
* temporary `git` tags?
296+
* need to deploy a webhook server
298297

299298
43. make Travis and Appveyor build badges the same dimensions
300299

@@ -404,9 +403,7 @@ TODO
404403

405404
* can be used as part of a build step to ensure `package.json` files are properly formatted, valid, and have requisite information
406405

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.
410407

411408
56. refactor module CLIs to match CLI snippet
412409

@@ -490,8 +487,9 @@ TODO
490487

491488
71. ability to run examples in a browser => Makefile target `examples-browser`
492489

493-
* can use `simple-http-server`
490+
* can use `simple-http-server` (or even `disposable-http-server`)
494491
* [packify](https://github.com/maxogden/packify)
492+
* option to stream to multiple browsers (tabs) in parallel (akin to parallel builds)
495493

496494
72. build step which runs examples in browsers and catches any errors
497495

@@ -807,6 +805,7 @@ TODO
807805
* [x] regexp
808806
* [x] repl
809807
* [-] streams
808+
* [ ] string
810809
* [-] tools
811810
* [ ] utils
812811

0 commit comments

Comments
 (0)