]> git.e2factory.org Git - e2factory.git/commit
Fix operator precedence in cvs and svn source validation
authorTobias Ulmer <tu@emlix.com>
Wed, 29 Jan 2014 13:40:34 +0000 (14:40 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 25 Mar 2014 17:07:15 +0000 (18:07 +0100)
commit615c2f9ba24e20b510d6e1ed0a86451d73bed356
treeb22da09de21a030fa768a4a08029f0fa626482cf
parented1fb339fc70306b8fc194149f529801a67abafd
Fix operator precedence in cvs and svn source validation

"not" binds higher, turning these expressions into false == "string" on
errors.

src.tag not being set causes a stack trace later on.

A regression test has been added.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/cvs.lua
local/svn.lua