Skip to content

Fix java literaleval#209

Closed
avinxshKD wants to merge 3 commits intoControlCore-Project:devfrom
avinxshKD:fix-java-literaleval
Closed

Fix java literaleval#209
avinxshKD wants to merge 3 commits intoControlCore-Project:devfrom
avinxshKD:fix-java-literaleval

Conversation

@avinxshKD
Copy link

The literalEval() method in concoredocker.java was just returning an empty HashMap regardless of input. Added a parser that handles Python-style dicts ({'key': value}), lists ([1, 2, 3]), and primitives so parseFile(), read(), initVal(), and defaultMaxTime() actually work..

Fixes #197

- Replace empty HashMap return with actual parser
- Handle dict format: {'key': value}
- Handle list format: [val1, val2]
- Fix read(), initVal(), defaultMaxTime() to use parser

Fixes ControlCore-Project#197
@pradeeban
Copy link
Member

@avinxshKD your pull request is empty. I believe your 3 commits here canceled each other! Can you check and recreate a PR?

@pradeeban pradeeban closed this Feb 8, 2026
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