increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

Rule generates "INVALID" without a warning. #432

Closed ThatScar closed 3 years ago

ThatScar commented 6 years ago

This game right here has a rule on line 104 that generates the word "INVALID" instead of a direction. This is probably fine but it should give an error instead of silently failing.

increpare commented 6 years ago

ah cool - someone found an in-the-wild reproduction of https://github.com/increpare/PuzzleScript/issues/427 . Cool. I'll deal with it at some point. Hope it didn't cause you much trouble.

Best,

S

2018-02-22 14:51 GMT+01:00 ThatScar notifications@github.com:

This game right here https://www.puzzlescript.net/editor.html?hack=ff8f6ff3d2880ea1a46f48a684c8fe2c has a rule on line 104 that generates the word "INVALID" instead of a direction. This is probably fine but it should give an error instead of silently failing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/increpare/PuzzleScript/issues/432, or mute the thread https://github.com/notifications/unsubscribe-auth/AAca4JeMipv8Kqu9P0O6pUG9-ZHO7iMjks5tXXD3gaJpZM4SPWDZ .

increpare commented 3 years ago

(thisbug is long fixed, just forgot to mark it here as well as in the other bug report)