-
Notifications
You must be signed in to change notification settings - Fork 4
issue 2 - replace create_function and fix sorting #6
New issue
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
base: 7.x-3.x
Are you sure you want to change the base?
Conversation
Replace unsupported create_function and fix consequent issue related to sorting.
|
@nattywebdev I added the magic words "Fixes #.." in the first comment in this PR. This links this PR to issue #2, where the problem, was reported. This is commonly done (you can try it on the next PR you send!) So, when this PR is merged, that issue will be closed automatically. @biolithic has not responded, so after two weeks, the @backdrop-contrib/bug-squad can merge and do a new release. Thanks! |
spaces instead of tabs Co-authored-by: Greg Netsas <[email protected]>
|
@argiepiano thank you for trying to stick to the rules, however biolithic is known to have moved away from the Backdrop community for some years now. His GitHub profile also shows very scarce to zero activity for the past 3 years (0-2 contributions/year) and none of it in the Backdrop space. What I'm trying to say is that if this problem is causing grief to the community, we can rush things in this case. Pinging other members of the @backdrop-contrib/bug-squad to get some consensus on this. |
array item to end with comma Co-authored-by: Greg Netsas <[email protected]>
|
@klonos Thank you for your comments. I've committed the two suggested items - do I need to do anything else? |
|
@nattywebdev I've added a couple of more code suggestion re coding standards (see https://docs.backdropcms.org/php-standards for details). Also, there is one line that needs to be changed that GitHub does not allow me to provide a suggestion for: line 129 |
additional space before conditional : Co-authored-by: Greg Netsas <[email protected]>
removed unnecessary space Co-authored-by: Greg Netsas <[email protected]>
Corrected code format issues spotted by @klonos
|
@klonos I think I've addressed all those issues - thanks for the feedback! |
|
Thank you @nattywebdev 👍🏼 ...yes, the code looks good now from a condign standards perspective - I haven't tested whether this actually fixes the issue or not, nor whether the code is causing any other regressions. So to answer your question re what else remains to be done:
|
Fixes #2
Replace unsupported create_function and fix consequent issue related to sorting files and folders.