You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build constructive-geometry but it was missing for some reason. When I tried to reinitialize it just wouldn't reinitialize it for some reason, idk why.
Then I noticed it wasn't even in the .gitmodules file. Does this mean that the .gitmodules file is missing some git projects or something?
The text was updated successfully, but these errors were encountered:
brando90
changed the title
Is the .gitmodules file incomplete?
Is the .gitmodules file incomplete -- e.g. it's misisng constructive-geometry coq project?
Feb 21, 2023
Yeah originally, the coq projects were committed direclty into the Proverbot repo, instead of using submodules. Projects were converted over to submodules as-needed while I was fixing builds, and it looks like constructive-geometry never made the switch, it's still committed directly into the repo. So, if it's missing for you, you should be able to get it with git checkout coq-projects/constructive-geometry. If you'd like to move it to a submodule to match the others, pull requests are welcome!
I was trying to build
constructive-geometry
but it was missing for some reason. When I tried to reinitialize it just wouldn't reinitialize it for some reason, idk why.Then I noticed it wasn't even in the
.gitmodules
file. Does this mean that the.gitmodules
file is missing some git projects or something?I can see it here: https://github.com/UCSD-PL/proverbot9001/tree/develop/coq-projects but it's not in the submodules file: https://github.com/UCSD-PL/proverbot9001/blob/master/.gitmodules
The text was updated successfully, but these errors were encountered: