-
Notifications
You must be signed in to change notification settings - Fork 30
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
Dealing with -notation-overridden compile option #231
Conversation
introducting modules for making notations more local.
@mrhaandi considering that I did not contribute to the remaining files, I am going to push the PR in this state, letting the Then, I will file a new PR and associate @dominik-kirst to that so he can check that I am not proposing unwanted changes in that code, or possibly contribute updates himself. |
Shortly, I'll have a change to your PR which will address TM and SOL. |
See DmxLarchey#15 for TM and SOL. |
For the record, I tried to inspect your PR but it fails and I do not understand why. It does not seem permission related. larcheypc theories % gh pr checkout mrhaandi:notation-overridden
Depuis github.com:DmxLarchey/coq-library-undecidability
* branch refs/pull/15/head -> FETCH_HEAD
fatal: Pas possible d'avancer rapidement, abandon.
failed to run git: exit status 128 |
Possibly because your PR is further in the history and one needs to rebase or merge my PR to avoid conflicts. |
Address TM and SOL
Well the issue was not (commit) history related. I have not found out the explanation. |
So far:
ILL/*
sub-folders cleaned up by introducingModules
for notations;Currently remaining, exhaustive list:
FOL/FOL.v
;FOL/binFST_undec.v
;FOL/Semantics/FiniteTarski/DoubleNegation.v
;FOL/Utils/FriedmanTranslation.v
;FOL/Utils/FriedmanTranslationFragment.v
;FOL/Reductions/H10UPC_to_FOL_friedman.v
;FOL/Reductions/H10p_to_FA.v
;FOL/Reductions/binZF_to_binFST.v
;FOL/Reductions/ZF_to_FST.v
;SOL/Util/PA2_facts.v
;TM/Reductions/SBTM_HALT_to_HaltTM_1.v
;TM/Reductions/HaltTM_1_to_SBTM_HALT.v
.