Gibson Fahnestock
Gibson Fahnestock
>Yeah, if the test suite is trying anything outside of the temp directory >We generate constants for all our paths in https://github.com/gulpjs/vinyl-fs/blob/master/test/utils/test-constants.js I'm probably missing something, but all those paths...
>Only citgm-all will respect the flaky tag rn afaik. Sounds like a feature-request 😁
Actually I'm wrong, this seems to be caused by `ibm_db`. `citgm -v verbose ibm_db`
To reproduce: Download [`ibm_db.txt`](https://github.com/nodejs/citgm/files/1615261/ibm_db.txt), copy and run the script: ```js 'use strict'; const fs = require('fs'); const columnify = require('columnify'); const message = fs.readFileSync('./ibm_db.txt', 'utf8'); const tag = '' const...
So, using this `lookup.json`: ```json { "nodereport": { "master": true, "repo": "https://github.com/richardlau/nodereport", "sha": "build", "replace": true } } ``` And running `citgm-all -v verbose -l lookup.json nodereport` you can indeed...
Oh yeah, so what does the `-c` option do?
>Unfortunately we don't support anything custom beyond "npm install && npm test" I feel like `git clone --recursive && npm install && npm test` isn't an unreasonable use case, I...
>This sounds quite interesting. Should we split up the post into sections and all contribute or have a single author? How about we just create a Google Doc and people...
>do you want this on the nodejs.org news site or on the medium blog? I think medium makes way more sense 🤷♂️ I don't know, I think Michael suggested the...
@bzoz @refack sorry , got the sharing permissions wrong, you should have access now.