Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Warnings and Quickfixes for Vectors #37

Open
Garethp opened this issue Dec 24, 2023 · 0 comments
Open

Add Warnings and Quickfixes for Vectors #37

Garethp opened this issue Dec 24, 2023 · 0 comments

Comments

@Garethp
Copy link
Owner

Garethp commented Dec 24, 2023

Annoyingly, the XML Parsing for Vector2 and Vector3 is very, very permissive. Core and DLC XML will have values like

<volume>(1.1, 0.75, 1.1)</volume>
<volume>1.1, 0.75, 1.1</volume>
<volume>(1.1, 0.75, 1.1</volume>
<volume>1.1, 0.75, 1.1)</volume>

While our own ProblemAnalyzers should be as equally permissive as Core and not flag up anything they do without errors as an Error, we should still provide soft warnings for that sort of inconsistency and offer a Quick Fix to help make it easier to stay consistent

@Garethp Garethp moved this to Todo in Feature Complete Dec 28, 2023
@Garethp Garethp moved this to Todo in 2024.1 Dec 28, 2023
@Garethp Garethp removed this from 2024.1 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant