-
Notifications
You must be signed in to change notification settings - Fork 4
Rename stefgen to stefc #158
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
Conversation
Benchmark ResultBenchmark diff with base branchBenchmark result |
Resolves #147 stefc stands for STEF Compiler by analogy of protoc.
574e692 to
bd0c858
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR renames the STEF code generator from "stefgen" to "stefc" (STEF Compiler), updating all references throughout the codebase including directory names, import paths, binary names, documentation, and generated code comments.
Key changes:
- Renamed the
stefgendirectory tostefcand updated all internal references - Updated generated code headers to reference "stefc" instead of "stefgen"
- Modified build scripts, makefiles, and documentation to use the new naming
Reviewed Changes
Copilot reviewed 205 out of 275 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| stefc/* | Core compiler directory renamed from stefgen with updated imports and module references |
| makefile | Updated build targets to reference stefc directory |
| java/src/main/java/com/example/oteltef/* | Updated generated code headers to reference stefc |
| go/otel/oteltef/* | Updated generated code headers to reference stefc |
| examples//internal/ | Updated generated code headers and build scripts |
| docs/* | Updated documentation to reference stefc instead of stefgen |
| README.md, CONTRIBUTING.md | Updated project documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Resolves #147