tenzap
tenzap
Thanks
Replaced by #513 & #514
Another item that was probably missed: ``` An uncaught Exception was encountered Type: ErrorException Message: Creation of dynamic property CI_DB_postgre_forge::$create_table_if is deprecated Filename: system/database/drivers/postgre/postgre_forge.php Line Number: 90 ```
IIRC I recently saw a similar change in CI4
That's not the one I was thinking of. There was one which removed the sphinx theme. The change of this pr is already applied in the Debian package, but yes...
All commits except one work also when run on phpunit9. The one that doesn't work with phpunit9 is the one changing for `assertObjectHasProperty`
> All commits except one work also when run on phpunit9. The one that doesn't work with phpunit9 is the one changing for `assertObjectHasProperty` Commit updated, it should now run...
AFAIK, phpunit 10 is not supported as of today. You would have to migrate the configuration, but after this you will encounter other issues: See also https://github.com/bcit-ci/CodeIgniter/issues/6219 Try with a...
Because when building Debian packages, the test suite of the software is run. So it is better if it is shipped by upstream. It is recommended to have the test...
Maybe this is a debian specific issue then, because the rustc distributed in Debian is compiled on i386 with this patch applied: https://salsa.debian.org/rust-team/rust/-/blob/debian/sid/debian/patches/d-rustc-i686-baseline.patch?ref_type=heads