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

Disable null values #120

Merged

Commits on Aug 20, 2024

  1. A basic implementation of "toggle null flag"

    An implementation with tests that covers all basic variants of types and java
    khbminus committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c704867 View commit details
    Browse the repository at this point in the history
  2. Better object generation

    Now, if the object should be generated, all necessary fields will be set to the default value
    khbminus committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3578f17 View commit details
    Browse the repository at this point in the history
  3. Added a minor generation problems

    Added a cache to comprehend possible cycles in the generation loops as well as instantiated all the array's elements
    khbminus committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    190a8a4 View commit details
    Browse the repository at this point in the history