-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool for auditing dangling kindID references #7659
Conversation
I'm now thinking that the files that are in |
f9fcdaa
to
9e79d94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good.. I didn't look at it too closely, but the stakes are low if we missed something
@@ -52,6 +52,7 @@ | |||
"@endo/promise-kit": "^0.2.56", | |||
"@endo/ses-ava": "^0.2.40", | |||
"@endo/zip": "^0.2.31", | |||
"better-sqlite3": "^8.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make this a devDependency? I feel like I've managed this in misc-tools/
scripts before (like extract-transcript?).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, maybe the fact that it's in tools/
is why it needs to be a real dependency
As discussed, maybe this wants to live in |
9e79d94
to
eeadc46
Compare
Tool for auditing dangling kindID references
Tool for auditing dangling kindID references
Closes #7655