-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Rename SMTChecker to SolCMC across codebase and docs #16016
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
Thank you for your contribution to the Solidity compiler! A team member will follow up shortly. If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother. If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix. |
There is something wrong with your changes. |
sorry @blishko |
Indeed this looks like line ending issue. |
1e7ffba
to
be5d15a
Compare
The diff now seems much more reasonable. I am not sure what are the 1.5k files you mention in the screenshot. |
Yes i should have done it properly rather than renaming randomly . i did it in a bit hurry and started renaming. |
You can start with renaming in the documentation. That should be safe. |
be5d15a
to
f0b0755
Compare
For now ,I’ve renamed all occurrences of smtchecker in the documentation files under the docs/ directory. |
…ak331/solidity into rename-smtchecker-to-solcmc
Hi @furmak331 , after some discussion, the situation is as follows: So this has to be a two-step change (dropping pragma and then renaming) and it cannot be done at the moment. |
Thanks @blishko for explaining! I understand now why the rename can't be done immediately.We can close this PR for now right? I'll look for other issues to work on. |
Yes, I suggest to close this one for now. |
I've completed the renaming of
SMTChecker
toSolCMC
across the codebase and documentation.It was mentioned in the issue #15875.
The build completes successfully after these changes.
Let me know if its properly done .
Please review and let me know if anything needs to be adjusted. Thanks!