View Single Post
04/12/20, 10:10 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,028
Some of the optional dependencies within FCOIS were always there but not active as each line of ## (Optional)DependsOn: only accepts a maximum characters. FCOIS was > that maximum before last updates.
-> This applies to PerfectPixel as well I just saw.
So now they are active and raise some problems with circular dependencies.

I'm currently checking how to resolve them. Some of them might not be needed in the OptionalDependsOn. But some are.

Btw, the circular dependencies currently are one of these (thanks AlexFullmoon):
GridList → PerfectPixel, AutoCategory
PerfectPixel → CraftStore
AutoCategory → FCOIS
CraftStore → FCOIS
FCOIS → GridList

Last edited by Baertram : 04/12/20 at 11:35 AM.
  Reply With Quote