-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Use the right category for DefaultConvertMaps, rather than SetsWithPartialMaps #23184
Comments
Changed keywords from none to sd86.5 |
Dependencies: #23201 |
comment:2
Please make sure that you only refine the category when this makes mathematical sense. In #15618, I implemented taking |
comment:3
I guess this should be fixed in |
comment:4
Replying to @pjbruin:
My plan is to only change the category for coercions, not conversions. I can't think of any examples where coercions aren't morphisms in the meet of the categories of the parents involved. All of the examples I see in #15618 are conversions, which this ticket won't affect. |
comment:5
Replying to @pjbruin:
You could fix it in this way, but that's a lot of work that would need to be duplicated over and over again for different examples of |
Author: David Roe |
Commit: |
New commits:
|
comment:8
All tests pass. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Looks good except for a few places where |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed author from David Roe to David Roe, Julian Rüth |
Reviewer: Julian Rüth |
comment:14
tests pass. |
Changed reviewer from Julian Rüth to Julian Rüth, David Roe |
comment:15
Looks good. |
Changed branch from u/saraedum/use_the_right_category_for_defaultconvertmaps__rather_than_setswithpartialmaps to |
Changed commit from |
comment:17
you used a bad syntax for the trac role here :
it should have been
So please review #23526 |
Currently, the category for
DefaultConvertMap
s isSetsWithPartialMaps()
.In contrast,
Depends on #23201
Component: coercion
Keywords: sd86.5
Author: David Roe, Julian Rüth
Branch:
5eccb52
Reviewer: Julian Rüth, David Roe
Issue created by migration from https://trac.sagemath.org/ticket/23184
The text was updated successfully, but these errors were encountered: