Stefan Stojanovic

Results 15 issues of Stefan Stojanovic

On Windows, when calling `uv_fs_fstat` for `stdin`, `stdout` or `stderr` file descriptors, an error is thrown, because calls to `NtQueryInformationFile` and `NtQueryVolumeInformationFile` fail with Nt status code `0xC0000010 (STATUS_INVALID_DEVICE_REQUEST)`. Probably...

As reported [here](https://github.com/nodejs/node/issues/50753), there is a problem loading modules from long paths on Windows. This change fixes it by adding the required `\\?\` prefix, with which, resolving long paths will...

c++
fs
needs-ci

I'm working on updating [the test CI](https://ci.nodejs.org/) machines. One of the changes is getting rid of the Win2012r2 machines, which are EOL as of recently. I see [libuv-test-commit-windows-cmake](https://ci.nodejs.org/view/All/job/libuv-test-commit-windows-cmake/) uses Win2012r2...

### Enter your suggestions in details: As discussed in https://github.com/nodejs/nodejs.org/pull/5264, the downloads page layout is planned to change shortly. When that happens, it is necessary to keep the changes from...

on hold
website redesign

This commit adds initial BuildPulse support by optionally uploading test results there. If the machine is not configured to connect to BuildPulse, or if any condition is not met, the...

platform:windows
jenkins

Currently, 2 Nearform Windows ARM64 machines in CI are not used: [test-nearform_arm-win10_vs2019-arm64-1](https://ci.nodejs.org/manage/computer/test-nearform_arm-win10_vs2019-arm64-1/) and [test-nearform_arm-win10_vs2019-arm64-2](https://ci.nodejs.org/manage/computer/test-nearform_arm-win10_vs2019-arm64-2/). They were configured manually, so they are not in line with the other machines setup via...

platform:windows

The [iojs+release](https://ci-release.nodejs.org/job/iojs+release/) job occasionally fails when nodes connect to the staging server to upload binaries. I first noticed this on Windows configurations, but afterward saw it happening on other platforms...

This change is needed to prevent the problems described in https://github.com/nodejs/build/issues/3442 from repeating. In that case, I installed the WiX VS extension manually and fixed it, but this should be...

ansible
platform:windows

We currently have 2 LTS daily jobs that are disabled because of their EOL: [node-daily-v14.x-staging](https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v14.x-staging/) and [node-daily-v16.x-staging](https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v16.x-staging/). On the other hand. we do not have daily builds for currently active...

jenkins

We already have this mechanism in place in the test CI. There were some problems with it, but the latest changes from https://github.com/nodejs/build/pull/3514 should fix it all. Since release CI...

ci-release
platform:windows