murano/murano/dsl
Stan Lagun 67c9140a11 Fixed broken assignment to dictionary using integer key
The case

$dict[$key]: value

for integer $key was not addressed in LHS expression logic.
As a result no changes were made to $dict and no error was raised.

Change-Id: I969dab5f0d32312cf52490945934557c32f22dde
Closes-Bug: #1515612
2015-11-14 18:59:21 +00:00
..
principal_objects Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
attribute_store.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
constants.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00
context_manager.py yaql context versioning 2015-09-04 14:37:14 +00:00
dsl.py Drop types module usage 2015-11-02 18:39:24 +05:30
dsl_exception.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
dsl_types.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
exceptions.py Add new dsl exception for better error reporting 2015-11-09 12:56:06 +03:00
executor.py Drop types module usage 2015-11-02 18:39:24 +05:30
expressions.py Drop types module usage 2015-11-02 18:39:24 +05:30
helpers.py Fix TypeError set param from 'null' to some value 2015-11-11 13:55:54 +08:00
lhs_expression.py Fixed broken assignment to dictionary using integer key 2015-11-14 18:59:21 +00:00
linked_context.py yaql context versioning 2015-09-04 14:37:14 +00:00
macros.py Drop types module usage 2015-11-02 18:39:24 +05:30
murano_class.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
murano_method.py Drop types module usage 2015-11-02 18:39:24 +05:30
murano_object.py Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
murano_package.py Add new dsl exception for better error reporting 2015-11-09 12:56:06 +03:00
namespace_resolver.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
object_store.py ID references made model not able to load in 2 passes 2015-09-06 11:09:03 +00:00
package_loader.py Package versioning 2015-09-03 12:06:42 +00:00
serializer.py Drop types module usage 2015-11-02 18:39:24 +05:30
type_scheme.py Drop types module usage 2015-11-02 18:39:24 +05:30
typespec.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
virtual_exceptions.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
yaql_expression.py Drop types module usage 2015-11-02 18:39:24 +05:30
yaql_functions.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00
yaql_integration.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00