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

Support nullable types #790

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Support nullable types #790

wants to merge 6 commits into from

Commits on Mar 20, 2024

  1. Adds the nullable option which allows to use nullable types in addi…

    …tion to hazzers.
    
    Signed-off-by: Chito <chitochi@proton.me>
    chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aa2c83a View commit details
    Browse the repository at this point in the history
  2. Improved documentation of the two new methods.

    Signed-off-by: Chito <chitochi@proton.me>
    chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f6eb0d6 View commit details
    Browse the repository at this point in the history
  3. Replaces isNullable with isOptional.

    Signed-off-by: Chito <chitochi@proton.me>
    chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f9b9106 View commit details
    Browse the repository at this point in the history
  4. fixes

    kevmoo authored and chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    889182d View commit details
    Browse the repository at this point in the history
  5. add test for optional int32

    note that right now, this test is failing
    craiglabenz authored and chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d0f4e55 View commit details
    Browse the repository at this point in the history
  6. Build protos using the nullable option for testing.

    Signed-off-by: Chito <chitochi@proton.me>
    chitochi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aa7210e View commit details
    Browse the repository at this point in the history