nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

no coverage for "v8 nodeinfo" #423

Open kvakil opened 1 year ago

kvakil commented 1 year ago

According to the coverage report there are no tests for v8 nodeinfo. Two options:

  1. Remove it. It is a couple hundred lines of code, and how often do you get a coredump where you don't know the version of Node.js you were running?
  2. Add a test for it.
kvakil commented 1 year ago

(Apparently I can't label issues here, but this is https://github.com/nodejs/llnode/labels/good%20first%20issue.)

No9 commented 1 year ago

Funny enough not having the right node version is a common error even among experienced developers so I would aim for adding a test.

No9 commented 1 year ago

Also I'm at collab summit today I'll confirm with @mhdawson best way to formally add you to the repo so you can edit labels etc

mhdawson commented 1 year ago

@No9 The governance for a team/related repo is generally set by the team itself. I do see that there is governance specified in this repo but it is wa....y out of date.

It might be good to update that and at this point it would probably be ok to keep it simple, maybe something that just says existing collaborators can add new collaborators when/if appropriate.