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

Improve the concrete cli, project manager #98

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Improve the concrete cli, project manager #98

merged 2 commits into from
Apr 11, 2024

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Mar 12, 2024

❯ concrete

Usage: concrete <COMMAND>

Commands:
  new    Initialize a project
  build  Build a project
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
❯ concrete new --help
Initialize a project

Usage: concrete new [OPTIONS] <PATH>

Arguments:
  <PATH>  

Options:
      --name <NAME>  The name of the project, defaults to the directory name
      --bin          Use a binary (application) template [default]
      --lib          Use a library template
  -h, --help         Print help
❯ concrete build --help
Build a project

Usage: concrete build [OPTIONS]

Options:
  -r, --release            Build for release with all optimizations
  -p, --profile <PROFILE>  Override the profile to use
  -h, --help               Print help

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 8.43373% with 456 lines in your changes are missing coverage. Please review.

Project coverage is 57.23%. Comparing base (99269b4) to head (1894088).

Files Patch % Lines
crates/concrete_driver/src/lib.rs 0.00% 295 Missing ⚠️
crates/concrete_check/src/lib.rs 0.00% 132 Missing ⚠️
crates/concrete_ir/src/lowering.rs 65.71% 12 Missing ⚠️
crates/concrete_ir/src/lowering/prepass.rs 38.46% 8 Missing ⚠️
crates/concrete_driver/src/config.rs 0.00% 3 Missing ⚠️
crates/concrete_driver/src/linker.rs 40.00% 3 Missing ⚠️
crates/concrete_codegen_mlir/src/lib.rs 71.42% 2 Missing ⚠️
crates/concrete/src/main.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           externfn      #98      +/-   ##
============================================
- Coverage     61.83%   57.23%   -4.60%     
============================================
  Files            33       34       +1     
  Lines          3650     3945     +295     
============================================
+ Hits           2257     2258       +1     
- Misses         1393     1687     +294     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmarking factorial

@edg-l edg-l marked this pull request as ready for review March 14, 2024 14:08
Base automatically changed from externfn to main April 11, 2024 18:44
@igaray igaray merged commit 644899a into main Apr 11, 2024
5 checks passed
@igaray igaray deleted the concrete_cli branch April 11, 2024 18:58
@igaray igaray restored the concrete_cli branch April 11, 2024 21:15
@edg-l edg-l deleted the concrete_cli branch May 8, 2024 10:08
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.

4 participants