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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add isValid to nix::Value #10555

Merged
merged 6 commits into from
May 1, 2024
Merged

Commits on Apr 21, 2024

  1. Add isInitialized to nix::Value

    Add a method to check if a value has been initialized. This helps avoid
    segfaults when calling `type()`.
    Useful in the context of the new C API.
    
    Closes NixOS#10524
    jlesquembre committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5cc4af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7dee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccad6e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff76dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d70db3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6acf02b View commit details
    Browse the repository at this point in the history