]> git.e2factory.org Git - e2factory.git/commit
Undeclared field access is ok unless field is a string.
authorTobias Ulmer <tu@emlix.com>
Fri, 1 Feb 2013 17:34:38 +0000 (18:34 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:14 +0000 (19:07 +0100)
commit170df7f12830e17701c8aeebf010a71b9bf8fc69
tree4cb676e0276cdb48e835cda6adc9caccd97ae887
parent83159f34880b7960da2d7f45a36b439e15b3d781
Undeclared field access is ok unless field is a string.

strict does not have the ability to declare fields like arr[1]. Until
functionality is added that allows this, disable the fatal error for all
non-string types.

Also fix up a couple of comments.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/strict.lua