WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

Bug with PATCH_MATCH #231

Closed lambda-dom closed 9 months ago

lambda-dom commented 9 months ago

I found a bug with PATCH_MATCH. Its description, as well as a mod with a test case to reveal the issue, can be found here.

burner1024 commented 9 months ago

~It does look like a bug. The issue seems to be caused by weight var. Maybe parser gets confused somewhere here. With this, you can probably cut down the use case much further.~

Unrelated, but as a side note, I would not recommend passing around integers as strings. It is bound to bite you at some point.

Edit: no, the issue disappears when lore and weight are set to different values. So it's not the name.

lambda-dom commented 9 months ago

In the above-linked thread, Kjeron (huge thanks to him) explains why this; it is not a bug. Closing the issue.