dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

function definitions with mistakes yield weird error messages #201

Closed timobaumann closed 4 years ago

timobaumann commented 4 years ago

separately defined DialogOS script functions which have a syntax error (e.g. missing ;) lead to weird error messages in script nodes that call this function (claiming that this function does not exist). a better error message would be helpful. fix would be to try parsing the function not only at runtime but immediately (see #200).

alexanderkoller commented 4 years ago

Duplicate of #102 ?

timobaumann commented 4 years ago

indeed.