concrete icon indicating copy to clipboard operation
concrete copied to clipboard

fix(compiler): fixing a broken path

Open sukrucildirr opened this issue 1 year ago • 12 comments

I fixed broken file path of "Execution/Analysis"

sukrucildirr avatar May 17 '24 13:05 sukrucildirr

@yuxizama , apparently we have broken path for Execution/Analysis Should we take this external commit?

bcm-at-zama avatar May 22 '24 12:05 bcm-at-zama

@bcm-at-zama It looks good to me, the fix is correct. I think we can take it.

yuxizama avatar May 22 '24 13:05 yuxizama

Thanks @yuxizama @aquint-zama , do we have the signed CLA for @sukrucildirr please?

bcm-at-zama avatar May 22 '24 13:05 bcm-at-zama

And then we'll have the commit message fixed

bcm-at-zama avatar May 22 '24 13:05 bcm-at-zama

Thanks @yuxizama @aquint-zama , do we have the signed CLA for @sukrucildirr please?

I had signed CLA.

sukrucildirr avatar May 22 '24 13:05 sukrucildirr

@aquint-zama , do we have the signed CLA for @sukrucildirr please?

Yes that's why cla-bot already labeled this PR with cla-signed label

aquint-zama avatar May 22 '24 13:05 aquint-zama

ok thx. So @sukrucildirr , could you reword your commit message please, to follow our rules? it could be eg

fix(compiler): fixing a broken path

Then, we'll have the CI green. Thanks

bcm-at-zama avatar May 22 '24 14:05 bcm-at-zama

ok thx. So @sukrucildirr , could you reword your commit message please, to follow our rules? it could be eg

fix(compiler): fixing a broken path

Then, we'll have the CI green. Thanks

I did. Thanks.

sukrucildirr avatar May 22 '24 16:05 sukrucildirr

The CI is still red.

You can see

Run gsactions/commit-message-checker@v1
Checking commit messages against "^(feat|fix|test|bench|docs|chore|refactor|perf)\((compiler|backend|frontend|optimizer|tools|ci|common).*\):"...
- failed: "Update README.md"
Error: Error: Your first line has to contain a commit type and scope like "feat(my_feature): msg".

and indeed, your commit message is still "Update README.md". Could you retry the rewording, please?

bcm-at-zama avatar May 22 '24 17:05 bcm-at-zama

The CI is still red.

You can see

Run gsactions/commit-message-checker@v1
Checking commit messages against "^(feat|fix|test|bench|docs|chore|refactor|perf)\((compiler|backend|frontend|optimizer|tools|ci|common).*\):"...
- failed: "Update README.md"
Error: Error: Your first line has to contain a commit type and scope like "feat(my_feature): msg".

and indeed, your commit message is still "Update README.md". Could you retry the rewording, please?

Sorry, my misunderstand. I reword it.

sukrucildirr avatar May 22 '24 18:05 sukrucildirr

Thx, running the full CI

bcm-at-zama avatar May 23 '24 14:05 bcm-at-zama

Hum, we stil have some red CI here (not your fault @sukrucildirr). Let us check

@BourgerieQuentin , do you know what

0s Run actions/checkout@v3 with: fetch-depth: 0 repository: zama-ai/concrete ssh-strict: true persist-credentials: true clean: true sparse-checkout-cone-mode: true fetch-tags: false lfs: false submodules: false set-safe-directory: true Error: Input required and not supplied: token

is about?

bcm-at-zama avatar May 23 '24 14:05 bcm-at-zama

Hum, we stil have some red CI here (not your fault @sukrucildirr). Let us check

@BourgerieQuentin , do you know what

0s Run actions/checkout@v3 with: fetch-depth: 0 repository: zama-ai/concrete ssh-strict: true persist-credentials: true clean: true sparse-checkout-cone-mode: true fetch-tags: false lfs: false submodules: false set-safe-directory: true Error: Input required and not supplied: token

is about?

Yes I see why is doesn't work, I'll make a PR later. The whole CI not need to be run for this PR.

BourgerieQuentin avatar May 27 '24 09:05 BourgerieQuentin