Skip to content

Fixed (type,name) ordering for tkvarentry.#34

Merged
alejandroautalan merged 1 commit intoalejandroautalan:masterfrom
dividedsky701:master
Sep 21, 2014
Merged

Fixed (type,name) ordering for tkvarentry.#34
alejandroautalan merged 1 commit intoalejandroautalan:masterfrom
dividedsky701:master

Conversation

@dividedsky701
Copy link
Copy Markdown

I was having issues with the type and the variable name getting mangled in the UI as well as when the xml was read back in by the builder.

In the _get_value() method the ordering of the pair was parsed as (name, type) whereas in the _set_value() method as well as the builder it is (type, name). I changed it in the _get_value() method to minimize the number of files touched.

@alejandroautalan alejandroautalan merged commit 849bdcd into alejandroautalan:master Sep 21, 2014
alejandroautalan added a commit that referenced this pull request Sep 21, 2014
…, added option to read swapped format introduced in previous version bug.

refs #33, #34
alejandroautalan added a commit that referenced this pull request Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants