|
665 | 665 |
|
666 | 666 | - could use `@browseronly` and `@nodejsonly` special annotations, akin to `@private` and `@public` |
667 | 667 |
|
668 | | -76. `@stdlib/regexp/extname`, `*/dirname` export circular references; prob best to clone the regexp and bind to exported object |
669 | | -
|
670 | | - * requires porting `utils-copy` |
| 668 | +76. |
671 | 669 |
|
672 | 670 | 77. for browser REPL, use a virtual filesystem |
673 | 671 |
|
|
805 | 803 | * [x] fs |
806 | 804 | * [x] math/base/blas |
807 | 805 | * [ ] math/base/dist |
808 | | - * [ ] math/base/random |
| 806 | + * [-] math/base/random |
809 | 807 | * [ ] math/base/special |
810 | 808 | * [ ] math/base/tools |
811 | 809 | * [ ] math/base/utils |
|
1097 | 1095 |
|
1098 | 1096 | 193. timed [tape](https://github.com/diasdavid/timed-tape) tests...useful? |
1099 | 1097 |
|
| 1098 | + - once `tape` is brought in-house, could make part of the lib |
| 1099 | +
|
1100 | 1100 | 194. [match-case](https://github.com/wooorm/match-casing) |
1101 | 1101 |
|
1102 | 1102 | 195. Consider setting up [jenkins](https://jenkins.io/) for CI (notably Windows) |
|
1188 | 1188 |
|
1189 | 1189 | 237. test-tools, test-tools-cov mk recipe |
1190 | 1190 |
|
1191 | | -238. static stats mk recipe |
1192 | | -
|
1193 | | - - num files (w/ breakdown by extension num/%) |
1194 | | - - size |
1195 | | - - num lines |
| 1191 | +238. a branch (based on `master`) which every month is run against every single Node version since `0.10.0` (may want a separate Jenkins server for this) |
1196 | 1192 |
|
1197 | 1193 | 239. Given an import-require tree, should be able to statically detect cyclic deps and flag |
1198 | 1194 |
|
|
1323 | 1319 | - [duplexer2](https://github.com/deoxxa/duplexer2) |
1324 | 1320 | - [mississippi](https://github.com/maxogden/mississippi) |
1325 | 1321 | - `to-console` or maybe `to-log` (provide own logger, with default being console using util-inspect) => write stream which writes each chunk to console (either normal or object mode); if object mode, use util-inspect and allow setting of depth |
1326 | | - - `debug` as a transform stream => could provide name and then toggle debugging based on name! |
1327 | 1322 | - [tap-stream](https://github.com/thlorenz/tap-stream) and [inspect-stream](https://github.com/thlorenz/inspect-stream/blob/master/inspect-stream.js); see also [sculpt#tap](https://github.com/Medium/sculpt#tap) |
1328 | 1323 | - [guide](https://gist.github.com/joyrexus/10026630) to node streams |
1329 | 1324 | - [vstream](https://github.com/joyent/node-vstream) => instrumented streams |
|
0 commit comments