e35c0749e0
When Python methods is called from MuranoPL code its result was not converted to immutable value that yaql 1.0 operates on. For example consider that we have def foo(): return [1] and MuranoPL code: - $val: list(1) - $cmp: foo() = $val as a result $cmp was set to false because [1] != (1,) This bug caused all Docker/Kubernetes apps to break on re-deployment Change-Id: I56fcf8bfa01323aab2e79cf11a1569f97e5365a3 Closes-Bug: #1502790 |
||
---|---|---|
.. | ||
api | ||
cmd | ||
common | ||
db | ||
dsl | ||
engine | ||
locale | ||
packages | ||
policy | ||
services | ||
tests | ||
__init__.py | ||
context.py | ||
opts.py | ||
utils.py | ||
version.py |