Ticket #7259 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

Revert Sets().category() from Sets() to Objects()

Reported by: nthiery Owned by: nthiery
Priority: major Milestone: sage-4.2
Component: algebra Keywords: categories, sets
Cc: sage-combinat Author(s): Nicolas M. Thiéry
Report Upstream: Reviewer(s): Mike Hansen
Merged in: sage-4.2.alpha1 Work issues:

Description (last modified by nthiery) (diff)

In Sage 4.1, the category of a category was changed from Objects() to Sets(). I.e. we used to have:

	sage: Groups().category()
	Category of objects

And now we have:

	sage: Groups().category()
	Category of sets

The attached patch reverts this, in particular because the objects of Sets() are exactly the parents.

Attachments

trac_7259-revert-category-in-sets.patch Download (0.8 KB) - added by nthiery 11 months ago.

Change History

Changed 11 months ago by nthiery

  • status changed from new to needs_review
  • description modified (diff)

Changed 11 months ago by nthiery

Changed 11 months ago by mhansen

For the record, all tests pass with this applied.

Changed 11 months ago by mhansen

  • status changed from needs_review to positive_review
  • reviewer set to Mike Hansen

I think this can go in now and then we'll switch it over to the "Category of Categories" when appropriate.

Changed 11 months ago by mhansen

  • status changed from positive_review to closed
  • resolution set to fixed
  • merged set to sage-4.2.alpha1
Note: See TracTickets for help on using tickets.