#15223: Let the `TestSuite` test that the construction of a parent returns the
parent
--------------------------------------------+-------------------------
       Reporter:  SimonKing                 |        Owner:
           Type:  defect                    |       Status:  new
       Priority:  major                     |    Milestone:  sage-5.12
      Component:  coercion                  |   Resolution:
       Keywords:                            |    Merged in:
        Authors:                            |    Reviewers:
Report Upstream:  N/A                       |  Work issues:
         Branch:  u/SimonKing/ticket/15223  |       Commit:
   Dependencies:                            |     Stopgaps:
--------------------------------------------+-------------------------

Comment (by SimonKing):

 The quotient functors (`sage.categories.pushout.QuotientFunctor`)
 eventually call the `.quo()` method when they are called. They actually do
 make a special case for fields that are constructed as a quotient.

 I think it would be possible to store further arguments in an attribute,
 say, `_further_arguments`, which should be a dictionary, and then do
 {{{
    Q = R.quo(I, names=self.names, **self._further_arguments)
 }}}
 Then, one should also make the `.quo()` method accept these additional
 arguments.

--
Ticket URL: <http://trac.sagemath.org/ticket/15223#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to