We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.3
I was suspecting that something was slow on my machine because dev/build was taking ages
During debugging, I saw that my individuals cache entries never contain "enums", eg:
<?php //Tip_php_9d87b488d828b5dd1111c02e4421238d return [PHP_INT_MAX, [ 'classes' => [ 'SilverStripe\\Forms\\Tip' => [ 'extends' => [], 'interfaces' => [], ], ], 'interfaces' => [], 'traits' => [], ]];
therefore, validateItemCache is always false, since it checks for enums
Refresh the manifest See if the individual cache files contain enum See that it will never return true because of that
No response
Also see
https://github.com/silverstripe/silverstripe-framework/issues
silverstripe/installer
The text was updated successfully, but these errors were encountered:
FIX Don't require enums to be set
ddaea14
Fixes silverstripe#11531
FIX Class manifest don't require enums
f40b1a4
No branches or pull requests
Module version(s) affected
5.3
Description
I was suspecting that something was slow on my machine because dev/build was taking ages
During debugging, I saw that my individuals cache entries never contain "enums", eg:
therefore, validateItemCache is always false, since it checks for enums
How to reproduce
Refresh the manifest
See if the individual cache files contain enum
See that it will never return true because of that
Possible Solution
No response
Additional Context
Also see
https://github.com/silverstripe/silverstripe-framework/issues
Validations
silverstripe/installer
(with any code examples you've provided)The text was updated successfully, but these errors were encountered: