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

Fix casting Encoding without style field #395

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

juantascon
Copy link
Contributor

fixes an issue found when parsing Encodings without the style field

example:

              "post": {
                "operationId": "TransferMtData",
                "requestBody": {
                  "content": {
                    "multipart/related": {
                      "encoding": {
                        "binaryMtData": {
                          "contentType": "application/vnd.3gpp.5gnas",
                          "headers": {
                            "Content-Id": {
                              "schema": {
                                "type": "string"
                              }
                            }

produces the following error:

** (FunctionClauseError) no function clause matching in String.to_atom/1    
    
    The following arguments were given to String.to_atom/1:
    
        # 1
        nil
    
    Attempted function clauses (showing 1 out of 1):
    
        def to_atom(+string+) when -is_binary(string)-
    
    (elixir 1.13.0-dev) lib/string.ex:2436: String.to_atom/1
    (open_api_spex 3.11.0) lib/open_api_spex/open_api/decode.ex:94: OpenApiSpex.OpenApi.Decode.update_map_if_key_present/3
    (open_api_spex 3.11.0) lib/open_api_spex/open_api/decode.ex:351: anonymous fn/1 in OpenApiSpex.OpenApi.Decode.to_struct/2
    (elixir 1.13.0-dev) lib/enum.ex:1595: anonymous fn/3 in Enum.map/2
    (stdlib 3.15.1) maps.erl:410: :maps.fold_1/3
    (elixir 1.13.0-dev) lib/enum.ex:2406: Enum.map/2
    (elixir 1.13.0-dev) lib/map.ex:219: Map.new/2
    (elixir 1.13.0-dev) lib/map.ex:813: Map.update!/3

Copy link
Collaborator

@mbuhot mbuhot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks @juantascon

@zoten
Copy link
Contributor

zoten commented Jan 10, 2022

Hi everyone!
Any chance for this to be merged? Are there any blockers?

Thanks!

@mbuhot mbuhot merged commit 05b1e26 into open-api-spex:master Jan 10, 2022
@mbuhot
Copy link
Collaborator

mbuhot commented Jan 10, 2022

Thanks for the reminder @zoten!

@juantascon juantascon deleted the fix/nil_encondig_style branch January 12, 2022 12:55
lucacorti pushed a commit to lucacorti/open_api_spex that referenced this pull request Feb 13, 2022
Co-authored-by: juan.tascon <juan.tascon@lan.athonet.com>
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.

3 participants