Skip to content

Fix pre-commit issues

0798f6e
Select commit
Loading
Failed to load commit list.
Merged

Semantic operators fixes #136

Fix pre-commit issues
0798f6e
Select commit
Loading
Failed to load commit list.
DCO / DCO required action Feb 17, 2026 in 1s

DCO

There are 22 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Here is how to fix the problem so that this code can be merged.


Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using --allow-empty)

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~31 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin semantic_operators

Summary

Commit sha: fb2190e, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 8964bc6, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: e1accfb, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 95a4fea, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: d47d244, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 0dc7abe, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: b397fa3, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 651fd9d, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: afc42c2, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: eeae2aa, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 80c3cdd, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 74ad03e, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 62ff40d, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 4f6a3e4, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: a902026, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: e968ee4, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 96bf338, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 3fd2664, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 84fd2db, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 91e4f27, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: 2d78c28, Author: Alfio Gliozzo, Committer: Alfio Gliozzo; The sign-off is missing.
Commit sha: d05ae89, Author: Junkyu Lee, Committer: Junkyu Lee; The sign-off is missing.