mscdex

Results 571 comments of mscdex

AFAIK I don't think it's a bug in github-bot, but a Github UI bug? The labels were all added at the same time it looks like, so maybe a race...

Either way, maybe github support should be notified about this? Also AFAIK checking labels first shouldn't even be necessary since github only adds the complement of the intersection of the...

@jbergstroem I can try, but I don't have any contacts at Github.

Just got a response from Github, they've now opened an issue internally to investigate this further. They can't promise an ETA but will keep me updated.

@Fishrock123 Example: https://github.com/nodejs/node/pull/10445 node v6.x and older do not have a fast `function.bind()`, so that PR should not be backported.

@gibfahn It might be a good idea to merge these discussions on backport-related issues into the newly created issue here: https://github.com/nodejs/github-bot/issues/120 so that we can compile a list of issues.

It seems like node-gyp should know in advance which architecture it's compiling for?

While I can't review the proposed changes here, I want to voice my support for this in general because this is becoming a huge pain for addon developers. Most recently...

Actually, I just realized that in the case of OpenSSL, I don't think this kind of change will help because of how the headers tarball is structured. Specifically the issue...

FWIW I've been running most node core benchmark categories nightly, with results available for viewing/comparing [here](https://mscdex.github.io/nodebench/).