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 error message when parsing a .res file #108

Open
Galooch opened this issue Jul 2, 2024 · 1 comment
Open

Add error message when parsing a .res file #108

Galooch opened this issue Jul 2, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Galooch
Copy link

Galooch commented Jul 2, 2024

While parsing an incorrectly formatted .res file, provide an error with some details to the user. Example .res file (with an extra "=" sign) for reference:

image
@JockeJarre JockeJarre added the enhancement New feature or request label Jul 2, 2024
@stevejones72
Copy link
Contributor

Would it be better to just have this as JSON or XML, something that we could properly parse against.

There could be a time where we have code that pulls in legacy text files and outputs the new file, but after a while we stop looking for and parsing this text file? Not sure the scale of tools /programs that expect this quirky text file to be around however.

@JockeJarre JockeJarre added the good first issue Good for newcomers label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants