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

Rewrite #483

Merged
merged 33 commits into from
Mar 26, 2023
Merged

Rewrite #483

merged 33 commits into from
Mar 26, 2023

Conversation

cnpryer
Copy link
Owner

@cnpryer cnpryer commented Mar 17, 2023

Closes #128

  • Temporarily yanks huak activate (see Use rexpect for activate command #486)
  • huak add will add dependencies without version specifiers
  • Adds cli arg pass-through (closes Can't pass args to underlying tools #467)
  • Removes HUAK_MUTE_SUBCOMMAND (tests now use Verbosity::Quiet)
  • Adds basic VirtualEnvironmentConfig
  • Adds Terminal abstraction
  • Improves Python discovery
  • Ditches the command-per-module project layout
  • More idiomatic Rust
  • Improves Project and VirutalEnvironment abstractions
  • Now uses OperationConfig for public ops functions
  • Adds --quiet
  • Exits with code from underlying process if non-zero

@cnpryer cnpryer mentioned this pull request Mar 21, 2023
@cnpryer cnpryer force-pushed the rewrite branch 2 times, most recently from b4740e3 to e8f8bbb Compare March 23, 2023 19:07
activate isn't implemented yet
@cnpryer cnpryer marked this pull request as ready for review March 25, 2023 21:56
@cnpryer cnpryer merged commit 1845fea into master Mar 26, 2023
@cnpryer cnpryer deleted the rewrite branch March 26, 2023 02:24
@cnpryer cnpryer mentioned this pull request Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't pass args to underlying tools Planning the re-write
1 participant