mary marchini

Results 78 issues of mary marchini

* **Version**: llnode master, node v8.11.1 * **Platform**: OS X (10.13.4) * **Subsystem**: findrefs Sometimes I'm getting a Segmentation Fault when I try to use `v8 findrefs -s` on master....

bug

* **Version**: llnode 1.7.0, node v8.11.1 * **Platform**: OS X (10.13.4) * **Subsystem**: findjsobjects, findjsinstances, inspect Right now if we declare a class (let's say, `Lira`), and we don't create...

enhancement

skipChecks will allow skipping certain checks. Useful to skip "commit after last approval" on commit queue. Ref: https://github.com/nodejs/node/issues/34770

Opening as draft if someone wants to try it. Still need to run some tests and write some unit tests.

This might also require policy changes on `nodejs/node`, but for PRs changing Actions we don't need to run full CI. Same goes for PRs changing CODEOWNERS, or linter rules, among...

enhancement

If https://github.com/nodejs/node/pull/33879 lands the checks should be changed to: - Require only one approval by default - Recommend (without blocking) to wait for a second approval - Drop wait times...

`git node land --yes` checks will succeed and advance if last CI is still running, which opens the door for landing PRs before we get a result from our CI....

If I run `git node land` on a new machine with nothing configured, I'll get the instructions to set required variables, and then the process will exit with status code...

bug

Documentation for `ncu-config` don't show possible configs. For example, to use ncu on other Org. repositories you need to: ``` ncu-config set owner ncu-config set repo ncu-config set readme ```

ncu-config
Priority: High

Having an up to date ncu is essential for folks to land PRs following the latest process, but today if someone tries to use ncu with an older version it...

enhancement