logoalt Hacker News

throwrioawfoyesterday at 8:18 PM1 replyview on HN

> Shared-memory threads for JavaScriptCore. new Thread(fn) runs fn on another thread, in the same heap, with the same objects. No structured clone, no message passing, no SharedArrayBuffer-only escape hatch. You share an object by sharing the object.

If you can't even be bothered to write a non-slop PR description, it doesn't bode particularly well for the content of the PR itself...


Replies

user43928yesterday at 8:25 PM

I previously gave this author and the bun rewrite the benefit of the doubt. But an obvious slop PR to the WebKit repository?

I'd tap out here too if I was a maintainer. Even if the change was perfect, if you could not be bothered to write the PR description, I am not going to waste my time with it.

Edit: My bad, the PR is to a fork, in that case it's not our business how the PR description is written.

show 1 reply