Dylan Hardison
Dylan Hardison
the previous error has a very reasonable fix. But now we're left with this. ``` DBD::mysql::db do failed: Cannot add foreign key constraint [for Statement "ALTER TABLE bugmail_filters ADD CONSTRAINT...
trying each constraint in isolation is fun. ``` ALTER TABLE bugmail_filters ADD CONSTRAINT fk_bugmail_filters_product_id_products_id FOREIGN KEY (product_id) REFERENCES products(id) ON UPDATE CASCADE ON DELETE CASCADE; ERROR 1022 (23000) at line...
Holy crap, checksetup completes without error.
we'll worry about the problems this solves later, as I don't think working on the compile tests is a good use of time.
The *other* tests are fine, but let's not worry about the 001compile.t tests, those aren't meaningful with the current way code is loaded. a compile test on bugzilla.pl itself (and...
the whole “globe emoji keyboard” thing is so annoying I’d be willing to pay a bounty to have an option to disable it (just inside blink)
I figured out how to run the template thing and have it fixed in my fork. It looks like that generating these is a manual process still. Would you be...