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 interactive nix-build via rix::nix_build() #22

Merged
merged 27 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. use {sys}

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c67101b View commit details
    Browse the repository at this point in the history
  2. template nix_build()

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a1d471d View commit details
    Browse the repository at this point in the history
  3. revert automatic linter

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    37f7189 View commit details
    Browse the repository at this point in the history
  4. export the function

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3bc2d8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d4fffd View commit details
    Browse the repository at this point in the history
  6. document args

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    63fdcff View commit details
    Browse the repository at this point in the history
  7. render doc

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    875bad3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beba387 View commit details
    Browse the repository at this point in the history
  9. Better error msg

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f53082e View commit details
    Browse the repository at this point in the history
  10. change order of args; fix exec cmd

    Philipp Baumann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a15b148 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge branch 'master' into 21-interactive-nix-build

    keep up with upstream master
    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c045ddf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 21-interactive-nix-build

    keep up with current upstream master
    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b2bfbe2 View commit details
    Browse the repository at this point in the history
  3. implement first echo; doc return obj; rebuild docs

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3682d8b View commit details
    Browse the repository at this point in the history
  4. add message with PID for "non-blocking" mode.

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    94b0399 View commit details
    Browse the repository at this point in the history
  5. fix bracket

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    99557e5 View commit details
    Browse the repository at this point in the history
  6. a little bit better typography in terminal :-)

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    500cd10 View commit details
    Browse the repository at this point in the history
  7. mention "invisible" return

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ffe5055 View commit details
    Browse the repository at this point in the history
  8. gracefully stop already in R.

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f8d4c2c View commit details
    Browse the repository at this point in the history
  9. start templating with nix-build exit codes

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2b351d4 View commit details
    Browse the repository at this point in the history
  10. more verbose reporting of stdout and stderr

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    996f4e4 View commit details
    Browse the repository at this point in the history
  11. fix status, which is only for "blocking" mode

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    26f3a7a View commit details
    Browse the repository at this point in the history
  12. prettier printing

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    88f17e7 View commit details
    Browse the repository at this point in the history
  13. good to go for "non-blocking" => exit code 0

    Philipp Baumann committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f078de4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. implement nix-build checking and messaging

    Philipp Baumann committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9f2811e View commit details
    Browse the repository at this point in the history
  2. better mini comment

    Philipp Baumann committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ab3f5c9 View commit details
    Browse the repository at this point in the history
  3. change API using project_path

    Philipp Baumann committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    99bdc90 View commit details
    Browse the repository at this point in the history
  4. fix lang

    Philipp Baumann committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d18b243 View commit details
    Browse the repository at this point in the history