Stan Lagun e35c0749e0 Python method results were not converted to immutable values
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
2015-10-05 11:14:34 +03:00
..
2014-05-27 15:14:44 +04:00
2015-08-25 16:08:08 +03:00
2015-09-04 14:37:14 +00:00
2015-08-25 16:08:08 +03:00
2015-09-04 14:37:14 +00:00
2015-08-25 16:08:08 +03:00
2015-09-28 09:06:33 +00:00
2015-09-04 14:37:14 +00:00
2015-09-03 12:06:42 +00:00