Closed (fixed)
Project:
Upgrade Status
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2024 at 15:12 UTC
Updated:
13 Jun 2024 at 11:34 UTC
Jump to comment: Most recent
Comments
Comment #3
mglamanComment #4
bbralaAssuming tests don't fail this is exactly what we need to improve project_analysis.
Comment #5
bbralaTest did fail, guess review bot didnt find this one yet ;p
Comment #6
gorkagr commentedHi!
Before applying the patch, i get the following error in one module:
after applying the patch, i get the following error:
I assume is due to these lines added:
best
Comment #7
gábor hojtsyYeah I am not surprised as that is what this part of the diff would do (the drupal_root key is already added a bit above). The str_replace above this needs to be differently done, I think the drupal part removed from that, then this can add the root.
Comment #8
bbralaFixed the issue, seems like he is happy? :)
Comment #9
gorkagr commentedAll good now, update_status can analise the module and skip the @internal errors :)
Comment #11
gábor hojtsyThanks all, merged.