#14482: create the new development scripts/library
-------------------------------------+-------------------------------------
       Reporter:  ohanar             |        Owner:  jason
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.0
      Component:  misc               |   Resolution:
       Keywords:  sd51               |    Merged in:
        Authors:  Robert Bradshaw,   |    Reviewers:
  David Roe, Julian Rueth, R.        |  Work issues:  doc warning
  Andrew Ohana, Martin Raum, Timo    |       Commit:
  Kluck                              |  3a3fe00259e588c07098cc29afa47b8ad994b616
Report Upstream:  N/A                |     Stopgaps:
         Branch:                     |
  u/saraedum/ticket/14482            |
   Dependencies:  #14480, #14557,    |
  #15222                             |
-------------------------------------+-------------------------------------
Changes (by saraedum):

 * work_issues:   => doc warning


Comment:

 Replying to [comment:99 vbraun]:
 > I tried out the "stash" feature and it doesn't stash anything. It
 reimplements something that is similar but using branches instead of the
 git stash stack. So if this is the desired effect then we shouldn't call
 it stash, which also resolves the unstash naming question. Just call its
 save/restore or something like that.
 It implements something that feels like stashing but internally it does
 not stash, correct. The reason for this is that the names of stashes
 change, i.e., the first stash is called something like `@stash{0}` but if
 you create another stash then it changes to `@stash{1}`. Feel free to
 change the current behaviour/naming if you are not happy with it.

 > Also, documentation build failures:
 > {{{
 > [dev      ] /home/vbraun/Code/sage/src/doc/en/reference/dev/index.rst:2:
 WARNING: Title underline too short.
 > [dev      ] Sage's Development Scripts
 > [dev      ] =========
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/git_interface.py:docstring of
 sage.dev.git_interface.GitInterface.local_branches:5: WARNING: Literal
 block expected; none found.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of
 sage.dev.sagedev.SageDev.merge:60: WARNING: Literal block expected; none
 found.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev:3: WARNING:
 Bullet list ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev.SageDev:11:
 WARNING: Block quote ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev:3: WARNING:
 Bullet list ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev.SageDev:10:
 WARNING: Block quote ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev:3: WARNING:
 Bullet list ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev.SageDev:11:
 WARNING: Block quote ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev:3: WARNING:
 Bullet list ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of sage.dev.sagedev.SageDev:11:
 WARNING: Block quote ends without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of
 sage.dev.sagedev.SageDev.push:25: WARNING: Literal block expected; none
 found.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/sagedev.py:docstring of
 sage.dev.sagedev.SageDev.show_dependencies:35: WARNING: Literal block
 expected; none found.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/trac_interface.py:docstring of
 sage.dev.trac_interface.TicketSyntaxError:5: WARNING: Block quote ends
 without a blank line; unexpected unindent.
 > [dev      ] /home/vbraun/Code/sage/local/lib/python2.7/site-
 packages/sage/dev/trac_interface.py:docstring of
 sage.dev.trac_interface.TicketSyntaxError:7: ERROR: Unexpected
 indentation.
 > }}}
 Thanks. I forgot to build the docs. I'll fix these later.

--
Ticket URL: <http://trac.sagemath.org/ticket/14482#comment:100>
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