Better report for error in aff; fixes #14#15
Conversation
|
I believe it should be handled differently. At this point, we'll support not only wrongly formatted SFX/PFX, but all array directives, and can provide much more helpful reporting, like |
My situation was the opposite: there were more rules than number in declaration. |
Aha, then it is a bit more complicated, but the right handling, again, should be done beforehand. If you'll have this situation: Then at the line 3 Spylls trying to assume it is a declaration of a new affix, which is wrong. WDYT? (Another, and more complicated solution, would be trying to "peek" in the next line in |
|
I prefer fast fixes / more iteration (based on error reposts), as creating a complex fix usually needs time that is not available ;-) |
No description provided.