Rich Trott

Results 501 comments of Rich Trott

> As you can see, in Linux the symlink in `pwd` is _not_ resolved, whereas in Node it is resolved. `pwd` is similar to `cwd` but it is not the...

Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/952/

I have a 100% wrong rate on benchmark predictions lately, but I'm going to guess that this one will be fine. Shouldn't be a hot path, I don't think?

Can we add a test for this? I think the perf hit might be worth it for the robustness in this case, although I wonder if @nodejs/util would agree or...

/ping @nodejs/child_process @nodejs/tsc @devsnek See conversation in https://github.com/nodejs/node/issues/34840 for arguments for and against including this in core.

> It is possible to add this test and mark it as failing in our status file. That way it would only fail in case this test passes. If I...

Can/should we add a test that crashes the current REPL but not the REPL with these changes?

I took the liberty of adding a test. Hope that's OK. (It's in a separate commit so it is easy to rebase out.)