#17665: Change binary_matrix data type to use bitset
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  dcoudert               |       Status:  new
           Type:         |    Milestone:  sage-6.5
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  misc   |    Reviewers:
       Keywords:         |  Work issues:
        Authors:  David  |       Commit:
  Coudert                |  b4d28b2680f473acb231fff9ce29a7cebb60ead9
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  public/17665           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by dcoudert):

 I have added file {{{binary_matrix.pxd}}}, but now I'm unable to push my
 modifications.

 {{{
 confetti:sage dcoudert$ git trac push
 Pushing to Trac #17665...
 Guessed remote branch: public/17665
 Traceback (most recent call last):
   File "/Users/dcoudert/sage/git-trac-command/bin/git-trac", line 18, in
 <module>
     cmdline.launch()
   File "/Users/dcoudert/sage/git-trac-command/git_trac/cmdline.py", line
 210, in launch
     app.push(ticket_number, remote=args.remote, force=args.force)
   File "/Users/dcoudert/sage/git-trac-command/git_trac/app.py", line 194,
 in push
     self.repo.push(remote, force)
   File "/Users/dcoudert/sage/git-trac-command/git_trac/git_repository.py",
 line 181, in push
     self.git.echo.push('trac', refspec)
   File "/Users/dcoudert/sage/git-trac-command/git_trac/git_interface.py",
 line 341, in meth
     return self.execute(git_cmd, *args, **kwds)
   File "/Users/dcoudert/sage/git-trac-command/git_trac/git_interface.py",
 line 98, in execute
     popen_stderr=subprocess.PIPE)
   File "/Users/dcoudert/sage/git-trac-command/git_trac/git_interface.py",
 line 263, in _run
     raise GitError(result)
 git_trac.git_error.GitError: git returned with non-zero exit code (1) when
 executing "git push trac HEAD:refs/heads/public/17665"
     STDERR: error: insufficient permission for adding an object to
 repository database ./objects
     STDERR:
     STDERR: fatal: failed to write object
     STDERR: error: unpack failed: unpack-objects abnormal exit
     STDERR: To [email protected]:sage.git
     STDERR:  ! [remote rejected] HEAD -> public/17665 (n/a (unpacker
 error))
     STDERR: error: failed to push some refs to
 '[email protected]:sage.git'
 }}}

 Should I use a specific command?

--
Ticket URL: <http://trac.sagemath.org/ticket/17665#comment:9>
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/d/optout.

Reply via email to