Coqide server renamed to RocqIDE server (coqidetop -> rocqidetop) - #22327
Coqide server renamed to RocqIDE server (coqidetop -> rocqidetop)#22327HugoMartel wants to merge 2 commits into
Conversation
|
I am not triggering a CI run on this PR because the CI configuration has been modified. CI can be triggered manually by an authorized contributor. |
|
It was deliberately not renamed for backwards compatibility, considering it's not user facing and not the recommended way to interact with rocq. |
Ah I missed that fact from reading the previous renaming PRs. Since I am coming rather from the nixpkgs side of things than this side, I had the false idea that all binaries that contained Would a similar |
|
Renaming coqidetop doesn't really seem useful IMO. |
Changed:
coqide-serverpackage name torocqide-server, its executable fromcoqidetoptorocqidetop, and some leftovercoqmentions in the UI and configuration files of RocqIDE.I tried to not modify too much (e.g.
coqoccurences in the source code that will not appear on the UI, or OCaml module names still containing some Coq) otherwise this PR would have been a lot bigger in terms of changes.I left some boxes unchecked since I am not aware if some software still rely directly on
coqidetop, from what I 've seen this is not the case for at least VSRocq and PG ; and didn't test the GitLab CI