-
Notifications
You must be signed in to change notification settings - Fork 9
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
Ported the plugin to Coq 8.13 #99
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 59b2f2b.
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.
Please make sure to test the build process with a fresh copy if you can. Also please document any changes to the build process if relevant
.gitmodules
Outdated
@@ -1,6 +1,8 @@ | |||
[submodule "plugin/src/coq-plugin-lib"] | |||
path = plugin/src/coq-plugin-lib | |||
url = https://github.com/uwplse/coq-plugin-lib.git | |||
url = https://github.com/agrarpan/coq-plugin-lib.git |
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.
pointing to a local copy
.gitmodules
Outdated
[submodule "plugin/deps/fix-to-elim"] | ||
path = plugin/deps/fix-to-elim | ||
url = https://github.com/uwplse/fix-to-elim.git | ||
url = https://github.com/agrarpan/fix-to-elim.git |
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.
pointing to a local copy as well
No description provided.