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

hashmap support #12

Merged
merged 3 commits into from
Feb 1, 2023
Merged

hashmap support #12

merged 3 commits into from
Feb 1, 2023

Conversation

ajamaica
Copy link
Contributor

@ajamaica ajamaica commented Feb 1, 2023

No description provided.

- Add new functions to serialize and verify maps
- Add a new `arrayValueType` to the `ValueType` enum
- Add decoding for `arrayValueType` in the `Fixture` `Decodable` extension
- Raise the amount of optional parameters in the `checkFixedDeserialize` function and change the type of the `description` parameter

[Tests/BeetTests/utils/utils.swift]
- Raise the amount of optional parameters in the `checkFixedDeserialize` function from 0 to 1
- Change the type of the `description` parameter from `String` to `String?`
- Add a new function `checkMapSerialize` to serialize maps
- Add a new function `serializedMapIncludesKeyVals` to verify that each key/val of the map is contained in the serialized map
- Add a new function `fixFromValIf
[Tests/BeetTests/compact/dataEnums.swift]
- Remove the empty line at the end of the `Simples` enum
[Tests/BeetTests/compact/simple.swift]
- Add `arrayValueType` to the `ValueType` enum
- Add decoding for `arrayValueType` in the `Fixture` `Decodable` extension
@ajamaica ajamaica merged commit 353c64a into main Feb 1, 2023
@ajamaica ajamaica deleted the feature/hashmap branch February 1, 2023 20:34
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.

1 participant