Skip to content
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

WIP: try to fix simps not failing when reaching a term is not a constructor #2936

Closed
wants to merge 34 commits into from

Conversation

fpvandoorn
Copy link
Member

Work in Progress

The main issue is that deciding when to apply applyProjectionsAsFunction is tricky, and I'm not sure if it's easy to decide when to do this, except maybe by letting the user decide with new syntax.
Also, the current implementation only does this when toApply is non-empty, and a better solution could do this also in other places.


Open in Gitpod

@fpvandoorn fpvandoorn added the WIP Work in progress label Mar 16, 2023
@semorrison semorrison added the t-meta Tactics, attributes or user commands label Mar 16, 2023
@fpvandoorn fpvandoorn changed the title WIP: try to fix simps not failing when reaching a variable WIP: try to fix simps not failing when reaching a term is not a constructor Apr 4, 2023
@semorrison semorrison added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label May 1, 2023
@bors bors bot changed the base branch from master to ScottCarnahan/BinomialRing2 September 17, 2023 03:23
@semorrison semorrison changed the base branch from ScottCarnahan/BinomialRing2 to master September 17, 2023 12:18
@jcommelin
Copy link
Member

This pull request has not seen any activity for quite a while, and it does not pass all CI checks. For these reasons, I am closing it now.

If you are still interested in getting this PR merged, please re-open the PR, update the branch, and make sure that all CI checks pass, Please label the PR with awaiting-review when ready.

@jcommelin jcommelin closed this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-conflict The PR has a merge conflict with master, and needs manual merging. t-meta Tactics, attributes or user commands WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants