Skip to content

feat(nargo): Support optional directory in git dependencies#2436

Merged
sirasistant merged 3 commits intomasterfrom
arv/subpath_git_dep
Aug 25, 2023
Merged

feat(nargo): Support optional directory in git dependencies#2436
sirasistant merged 3 commits intomasterfrom
arv/subpath_git_dep

Conversation

@sirasistant
Copy link
Contributor

Description

Problem*

Resolves #2102

Summary*

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@sirasistant sirasistant marked this pull request as ready for review August 25, 2023 11:47
@sirasistant sirasistant changed the title feat(nargo): Add support for optional directory feat(nargo): Add support for optional directory in git dependencies Aug 25, 2023
@sirasistant sirasistant enabled auto-merge August 25, 2023 14:49
@sirasistant sirasistant requested a review from phated August 25, 2023 16:02
@phated phated changed the title feat(nargo): Add support for optional directory in git dependencies feat(nargo): Support optional directory in git dependencies Aug 25, 2023
Copy link
Contributor

@phated phated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! Thanks @sirasistant ❤️

@sirasistant sirasistant added this pull request to the merge queue Aug 25, 2023
Merged via the queue into master with commit 84fdc55 Aug 25, 2023
@sirasistant sirasistant deleted the arv/subpath_git_dep branch August 25, 2023 16:54
TomAFrench added a commit that referenced this pull request Aug 25, 2023
* master:
  fix: Implement new mem2reg pass (#2420)
  feat(nargo): Support optional directory in git dependencies (#2436)
  fix(acir_gen): Pass accurate contents to slice inputs for bb func calls (#2435)
  fix(ssa): codegen missing check for unary minus (#2413)
  fix(lsp): Remove duplicated creation of lenses (#2433)
  feat: Add `test(should_fail)` attribute for tests that are meant to fail (#2418)
  chore: improve error message for InternalError (#2429)
  chore: Add stdlib to every crate as it is added to graph (#2392)
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.

Import a git dependency by specifying a url and filepath _not_ at the repo's root.

2 participants