zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
173 stars 92 forks source link

Fix circular imports detected by madge #2756

Open t1m0thyj opened 9 months ago

t1m0thyj commented 9 months ago

Currently on the "next" branch there are ~50 circular dependencies found by the Circular dependencies workflow.

I've investigated these circular deps and propose we tackle them in two steps, since some are difficult to fix properly without making extensive code changes and moving functions around to different modules.

github-actions[bot] commented 9 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

JillieBeanSim commented 7 months ago

@rudyflores fyi on this issue with the refactor work 😄