-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix for issue #305 + some related problems #307
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4dea24 - Browse repository at this point
Copy the full SHA a4dea24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e2874 - Browse repository at this point
Copy the full SHA f6e2874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c47efa - Browse repository at this point
Copy the full SHA 1c47efaView commit details -
Add missing call to instantiate in compileTerm
I ran into this while debugging agda#305, though I cannot reproduce a test case now. It seems like it's the right thing to do regardless.
Configuration menu - View commit details
-
Copy full SHA for 778f5f5 - Browse repository at this point
Copy the full SHA 778f5f5View commit details -
Do not drop instance clauses but instead check canonicity
This was a regression introduced by agda#304 that went unnoticed due to a lack of a (failing) test case
Configuration menu - View commit details
-
Copy full SHA for 4ae8105 - Browse repository at this point
Copy the full SHA 4ae8105View commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b10d36 - Browse repository at this point
Copy the full SHA 9b10d36View commit details -
[ re agda#305 ] More robust inlining of indirectly defined instances
The old implementation using chaseDef was quite brittle and was causing problems with the fix of agda#305, so rather than fixing it I replaced it with a more direct (and hopefully more robust) implementation that inlines instances that are defined elsewhere
Configuration menu - View commit details
-
Copy full SHA for 455c69f - Browse repository at this point
Copy the full SHA 455c69fView commit details
Commits on Mar 21, 2024
-
[ re agda#305 ] Set the checkpoint in the context of the module rathe…
…r than the clause
Configuration menu - View commit details
-
Copy full SHA for ea87646 - Browse repository at this point
Copy the full SHA ea87646View commit details