-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
[rfc] V8 debug build CI? #55326
Copy link
Copy link
Closed as not planned
Labels
discussIssues opened for discussion and feedback.Issues opened for discussion and feedback.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Activity
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussion and feedback.Issues opened for discussion and feedback.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Correct me if I'm wrong but I believe there's currently no CI job that builds V8 with all debug checks enabled?
I'm doing some local light testing in that mode and so many bugs fall out, it's not even funny (ex. #55325.) Testing that regularly would be a Very Good Thing indeed.
On a very related subject: can I suggest mirroring V8's
v8_enable_debugging_features=truefeature set? Right now, the configure flags one needs to use to get a build that's similar to an upstream debug build is... the words "haphazard" and "scattered" come to mind.I know naming is hard but...
./configure --v8-non-optimized-debug? For real?!cc @targos