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

useful warning or error? #27

Closed
abitoftaste opened this issue Mar 15, 2024 · 3 comments
Closed

useful warning or error? #27

abitoftaste opened this issue Mar 15, 2024 · 3 comments

Comments

@abitoftaste
Copy link

10:56:44 [WARN] Malformed Order rule: less than 2 expressions
10:56:44 [DEBUG] (2) plox::parser: Error 'Malformed Order rule: less than 2 expressions' at chunk #504, starting at line: 2614
10:56:44 [DEBUG] (2) plox::parser: [order]
go to jail*.esp

not sure if already just a useful plox warning to ease fixing the order rule or something causing an error in plox sorting (and that should be kept as warning but skipped/ignored on calculating order like MLOX seems to do), so I'm posting it just in case

@rfuzzo
Copy link
Owner

rfuzzo commented Mar 17, 2024

Thanks, it seems to have problems parsing that specific rule. Do you have the whole rule that is in question here? At line 2614?

@abitoftaste
Copy link
Author

[Order]
ab01GOTYpatch.esp
;JoinAll*.esp

apparently MLOX is able to just ignore it, while PLOX gives a warning in the log (that's good, it should be all commented out) but I am not sure it is just skipping it and keeping processing like MLOX or having problems with it

@rfuzzo
Copy link
Owner

rfuzzo commented Mar 17, 2024

ah right. yeah it is just skipping it. but I will add some tests to confirm. 👍

EDIT: Yes it's properly skipped.

@rfuzzo rfuzzo closed this as completed in 8304e0d Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants