- Issue created by @rkoller
- πΊπΈUnited States chrisfromredfin Portland, Maine
Moving to Automatic Updates as this is an issue inside Package Manager.
- πΊπΈUnited States chrisfromredfin Portland, Maine
I was able to reproduce this and tracked it down to ComposerPluginsValidator.php near line 195.
// Create an array whose keys are the names of those plugins, and the values // are their installed versions. $supported_plugins_installed_versions = array_combine( $supported_plugins, array_map( fn (string $name): ?string => explode(' ', $installed_packages[$name]?->version)[0], $supported_plugins ) );
My fix is above, which strips off the hash part of "10.1.x-dev abcdef" by splitting on space and throwing it away. I can confirm that this fixes the whitescreen and allows Project Browser to work again.
What I DON'T know is:
(a) if this pattern appears anywhere else in the code, and needs to be fixed elsewhere
(b) if this is the _right_ way to fix it. - πΊπΈUnited States tedbow Ithaca, NY, USA
@chrisfromredfin thanks for the bug report!
- @chrisfromredfin opened merge request.
- πΊπΈUnited States phenaproxima Massachusetts
So, it is true that
10.1.x-dev a5c48d0
is unparseable by Semver. It's also abbreviated; it's not a real constraint.Maybe if we try
10.1.x-dev#a5c48d0
? - πΊπΈUnited States chrisfromredfin Portland, Maine
No it seems to hate that one just as much.
- last update
about 1 year ago 770 pass - Assigned to tedbow
- Status changed to Needs review
about 1 year ago 8:09pm 17 October 2023 - last update
about 1 year ago 771 pass - Status changed to RTBC
about 1 year ago 8:13pm 17 October 2023 - Issue was unassigned.
- last update
about 1 year ago 764 pass, 1 fail - last update
about 1 year ago 764 pass, 1 fail - last update
about 1 year ago 764 pass, 2 fail - last update
about 1 year ago 764 pass, 2 fail - last update
about 1 year ago 771 pass - last update
about 1 year ago 771 pass - last update
about 1 year ago 771 pass -
phenaproxima β
committed 607dcd07 on 3.0.x authored by
chrisfromredfin β
Issue #3349966 by phenaproxima, chrisfromredfin, tedbow, rkoller:...
-
phenaproxima β
committed 607dcd07 on 3.0.x authored by
chrisfromredfin β
- Status changed to Fixed
about 1 year ago 1:28am 18 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.