bcssov / IronyModManager

Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
https://bcssov.github.io/IronyModManager/
MIT License
346 stars 41 forks source link

Detect misplaced brackets in conflict solver #413

Closed Arkhorse closed 1 year ago

Arkhorse commented 1 year ago

So one of the issues I have with the conflict solver is that it cant detect when there are brackets in the wrong spots. This leads to issues that can only be resolved by manually editing the files or making a patch for those mods to work together. I would be nice if the solver could auto solve this issue (I know the game gives an error with key={ as the main aspect of the error).

One possible way is to detect changes in indentation and check if there is a bracket there or not

bcssov commented 1 year ago

This is beyond the scope of Irony. Even cwtools would have difficulty with this. Even visual studio tells you hey you got a problem in syntax on line xyz it does not autofix it (referring to c#).

Rejected as out of scope.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.