Toshio Kuratomi
|
aeff960d02
|
Cleanup combine_vars
* Dedupe combine_vars() code (removed from VariableManager)
* Fix merge_hash algorithm to preserve the type
* unittest combine_vars and merge_hash
|
2015-09-01 11:23:12 -07:00 |
|
Marius Gedminas
|
54dbfba8f8
|
Make combine_vars() compatible with Python 3
Fixes
TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'
on Python 3.
|
2015-09-01 09:39:59 +03:00 |
|
James Cammarata
|
5a5b9f211b
|
Validate variable names when loading 'vars:' blocks
TODO: add this to VariableManager to validate vars loaded from files too
Fixes #12022
|
2015-08-28 11:36:31 -04:00 |
|
James Cammarata
|
b8b206005c
|
Generalize extra variable parsing and loading
Fixes #11352
|
2015-07-21 00:18:35 -04:00 |
|
James Cammarata
|
ce3ef7f4c1
|
Making the switch to v2
|
2015-05-03 21:47:26 -05:00 |
|