-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Implement generic support for parents with (multiple) realizations #7980
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Didn't we want Realization rather than Representation? |
This comment has been minimized.
This comment has been minimized.
Author: Nicolas M. Thiéry |
This comment has been minimized.
This comment has been minimized.
comment:5
Since the ticket description is rather sparse, I'm collecting here some statements that emerged from reading the patch and discussing with Nicolas, who is sitting beside me.
TODO
Does it really have to be a join category?
So, do I understand correctly that the set of all realisations of
So, that's a bug. Is the category of "Bla with realisations" a 2-category? Since Nicolas is now teaching, I can not ask him directly:
|
Work Issues: Implement super_categories for Category_realizations. Wait for 2-categories to be implemented? |
Changed work issues from Implement super_categories for Category_realizations. Wait for 2-categories to be implemented? to Implement super_categories for Category_realizations. |
comment:6
Replying to @simon-king-jena:
No, it isn't. I had a totally wrong notion of a higher category. Sorry. Anyway, the missing super_categories method must be provided (as for any category). |
Changed keywords from none to Cernay2012 |
comment:8
100% doctest coverage; all test pass Category_realization (now Category_realization_of_parent) does not need a super_category method: it is an abstract class. |
Reviewer: Simon King, Florent Hivert |
This comment has been minimized.
This comment has been minimized.
Changed work issues from Implement super_categories for Category_realizations. to none |
comment:9
Hi Nicolas, I just posted a
I was really confused about that reading the code so that I renamed
as variants, you can use uppercase as Sphinx markup is not case sensitive. You
If you put a space as in
I left it on purpose. I realize that the correct doctest is
But it took me quite a lot of thinking understanding that. I think we should Please review my numerous doc change, fold the patch if you are Ok with it. Florent |
comment:10
Replying to @hivert:
Thanks! I went through it, folded it in, and added a
Good point. I ended up renaming SAlg to A since this is what we use in
Ouch! That's not good. I am not sure this is the best approach, but I
Feel free to fold in my review patch and repost after checking it out. Cheers, |
comment:11
Please update the queue first, since I took off the fix to the CategoryObject link to put it in #9469 |
Work Issues: Post the patches on trac |
Replying to @jbandlow:
What patch? This ticket does not provide any patch. |
comment:14
Replying to @simon-king-jena:
I should have mentioned that it is in on the Sage-Combinat queue, and the review by Florent is occuring here. In such situations it's a waste of time to update the patch on trac all the time; and leaving an outdated patch on trac is not so good either (someone might waste time reviewing old stuff). |
comment:15
For the record: as of version a7993225ce8e/trac_7980-multiple-realizations-nt.patch I'm Ok with the patch upto a few documentation glitches. I pushed the following patch a7993225ce8e/trac_7980-multiple-realizations-review-fh.patch. If you are Ok with my review patch and the tests pass you can set positive review on my behalf. If so don't forget to fold and update. Florent |
Attachment: trac_7980-multiple-realizations-nt.patch.gz |
comment:16
I folded Florent's patch, and we fixed together a couple remaining glitches on the Sage-Combinat queue. Florent: the sphinx errors were clearly due to a broken sphinx state on my test machine. After nuking the doctrees, this compiled smoothly. So I set a positive review on your behalf. |
comment:17
One more ! Good ! Florent |
Changed work issues from Post the patches on trac to none |
Merged: sage-5.0.beta11 |
This patch implement generic support for parents with (multiple) realizations
See:
Depends on #12484
Depends on #12464
CC: @sagetrac-sage-combinat
Component: categories
Keywords: Cernay2012
Author: Nicolas M. Thiéry
Reviewer: Simon King, Florent Hivert
Merged: sage-5.0.beta11
Issue created by migration from https://trac.sagemath.org/ticket/7980
The text was updated successfully, but these errors were encountered: