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

Rename transform to rewrite #369

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

RoukayaZaki
Copy link

@RoukayaZaki RoukayaZaki commented May 23, 2024

Solve #169


PR-Codex overview

The focus of this PR is to rename a command from normalizer transform to normalizer rewrite and update related documentation and command line options.

Detailed summary

  • Renamed normalizer transform command to normalizer rewrite
  • Updated references in documentation to normalizer rewrite
  • Modified command line options for normalizer rewrite command

The following files were skipped due to too many changes: eo-phi-normalizer/app/Main.hs

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

The `pipeline/config.yaml` file specifies how original `EO` programs are transformed into initial `EO` programs.
Transformation is necessary because some objects in original `EO` programs don't work.
The `pipeline/config.yaml` file specifies how original `EO` programs are rewriteed into initial `EO` programs.
Rewriteation is necessary because some objects in original `EO` programs don't work.
Copy link
Member

@deemp deemp May 24, 2024

Choose a reason for hiding this comment

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

All these (funny) changes in this file should be removed because this file doesn't use the CLI commands terminology.

Copy link
Author

Choose a reason for hiding this comment

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

sorry for that

Copy link
Member

@deemp deemp May 24, 2024

Choose a reason for hiding this comment

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

No problem. Just remove all changes to this file.

The `pipeline/config.yaml` file specifies how original `EO` programs are rewriteed into initial `EO` programs.
Rewriteation is necessary because some objects in original `EO` programs don't work.
The `pipeline/config.yaml` file specifies how original `EO` programs are rewrote into initial `EO` programs.
Rewriting is necessary because some objects in original `EO` programs don't work.
Copy link
Member

Choose a reason for hiding this comment

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

These changes should be removed too.

I suggest you:

  • Undo the commits 45064e6, 85a053b
  • Unstage changes in this file
  • Commit again
  • Force push. Force push is safe on a PR branch.

@deemp
Copy link
Member

deemp commented May 24, 2024

Additionally, I'd suggest you:

  • Use Conventional Commits (link)
  • Don't apologize because
    • "It's never personal, you're just doing your job" (link).
    • This is not the master branch and nobody was hurt.
    • I think it's more productive to write a message that asks for clarification or that outlines how you're going to fix the problem than writing a message where you apologize for creating this problem.
    • link

@deemp deemp force-pushed the rename-transform-to-rewrite branch from 9361be1 to cf750b6 Compare May 31, 2024 10:24
@deemp
Copy link
Member

deemp commented Jun 21, 2024

@RoukayaZaki, please resolve the conflicts

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.

None yet

3 participants