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

Combined parsing and schema generations (libfetchers, WIP) #9273

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2024

  1. Add nix::fetchers::attrType

    roberth committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6700924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a5328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e8771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf0927 View commit details
    Browse the repository at this point in the history
  5. libutil: Add maybeGet to return optional from map lookup

    We already have some maybeGet*Attr functions - just not one for
    std::map itself yet.
    roberth committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6f528f9 View commit details
    Browse the repository at this point in the history
  6. nix::fetchers::parsers: Make Attr fully qualified

    Name will be used in upcoming commit.
    roberth committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cf3bc19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f571cb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c25db0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f8f456 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eebdec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fix compilation error

    roberth committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7fef87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f014413 View commit details
    Browse the repository at this point in the history