David Mark Clements

Results 53 issues of David Mark Clements

The following will fail with error: ``` TypeError: Cannot convert a Symbol value to a string ``` ```js const cmp = () => { return ( {styles} {label} {buttonText} )...

Almost the same API https://github.com/mafintosh/turbo-net cc @mcollina @mafintosh @thekemkid

enhancement

it's just sugar, but useful for encouraging convention: ```cpp Debug d('foo'); Debug d.extend('bar'); ``` is the same as ```cpp Debug d('foo'); Debug d('foo:bar'); ```

Output buffering hinders debuggability, particular where chronology is important. By design nested child output requires reordering (so the subtest asserts go into the correct nested place). However, nested child tap...

currently the output is skipped, but the test still executes

Support an opt-in that converts console.log/info/error/etc messages into TAP comments. Benefits: * clean tap output * in concurrent mode, console.log messages will appear as tap comments among the relevant surrounding...

if mdb is not passed a proper object and/or core file it will exit with an error code, we need to handle this case instead of just hanging