Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle arrays of DictionaryType in javaFuncs.getJavaType() #159

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

SpeedsterF2
Copy link
Contributor

Generate 'java.util.List<java.util.Map<String, XXX>> for arrays of DictionaryType
XXX is determined by DictionaryType.valueType

@OkieOth
Copy link
Owner

OkieOth commented Apr 3, 2024

@SpeedsterF2 ... tests are failing

@OkieOth
Copy link
Owner

OkieOth commented Apr 3, 2024

okay ... seems tests on master also fail :-/

@SpeedsterF2
Copy link
Contributor Author

okay ... seems tests on master also fail :-/

Strange, running
python3 -m unittest -v tests/generators/test_javaFuncs.py
succeeds for me

@SpeedsterF2
Copy link
Contributor Author

okay ... seems tests on master also fail :-/

My changes should not have caused the test failure in test_json_builder.py.
Do you intend to have a look into the issue?

@OkieOth OkieOth merged commit 6b8b538 into OkieOth:master Apr 3, 2024
1 check failed
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