Michaël Zasso

Results 253 issues of Michaël Zasso

### Scheduled date 2022-08-16 ### Release candidate https://nodejs.org/download/rc/v16.17.0-rc.1/ ### Classified list of commits https://github.com/nodejs/node/blob/v16.17.0-proposal/doc/changelogs/CHANGELOG_V16.md#commits ### Notable Changes #### Experimental command-line argument parser API Adds [`util.parseArgs`](https://nodejs.org/dist/latest-v16.x/docs/api/util.html#utilparseargsconfig) helper for higher level command-line...

release
v16.x

I'm opening this to try it on our CI but I'm not sure it will work, because zeromq depends on CMake: https://github.com/zeromq/zeromq.js#building-from-source

WIP

Work in progress because babel is still not compatible with citgm. This is what you have to do now to test it: ``` make bootstrap make test ```

https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-nobuild/1122/

I feel like we don't have enough active contributors in citgm. PRs tend to get no review and stall. Is there something we can do to attract more people? This...

Skipped in https://github.com/nodejs/citgm/pull/795 Node.js v14.10.0 just broke the module: https://github.com/nodejs/node/issues/35116

https://ci.nodejs.org/job/citgm-smoker/2082/nodes=ubuntu1804-64/testReport/junit/(root)/citgm/zeromq_v6_0_0_beta_2/ I don't know if it's something that we can reasonably install on all CI hosts. Until then, we should probably skip the module.

CI run: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1688/ I expect it to fail on Windows because of https://github.com/nodejs/citgm/issues/652 but if other platforms are red, we should look into the failures.

I created a project to track them: https://github.com/nodejs/citgm/projects/2 The reason is mainly the deprecation of the Buffer constructor. Note: currently, npm itself fails to run with `--throw-deprecation` (https://github.com/nodejs/node/issues/23013). You can...

meta