Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Mar 2020 at 16:59 UTC
Updated:
12 May 2020 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Steven Brown commentedComment #3
Shreevasa Tantry commentedPlease review the patch file.
Comment #4
Shreevasa Tantry commentedPlease review the patch file.
Comment #5
suresh prabhu parkala commentedPatch applied without error.
Comment #6
thallesPlease show me the change records of drush_log()
Comment #7
wodzik commentedPlease review the patch file.
Comment #9
wodzik commentedComment #10
neslee canil pintoComment #11
gambry@thalles
I don't think drush has CRs page like drupal does so in order to find out what is deprecated you need to scan 9.x branch for @deprecated or find a tools that search it against your code usage.
The deprecation for drush_log() is here though.
Additional unneeded space in dockblock, but can be fixed on commit.
Also there are other changes which are not D9 related, but they do clean the code a bit so I believe they can go in too.
As any change can be either left or altered on commit I believe this can be RTBC.
Comment #12
kapilv commentedComment #13
thallesI think we should separate this in other issues, so I will commit part of #9
Comment #14
thallesI think #9 needs Reroll!
Comment #15
thallesComment #16
jedsaet commented#9 rerolled.
Comment #18
thallesApparently, in this issue, we should correct only the depreciation of the drush_log function, other issues are out of scope.
Thanks all!
Comment #19
thallesI created another issues to each diferent question