yuja added a comment.

  > static PyObject *hashflags(line *l)
  >  {
  >
  >     char *s = l->start;
  >
  > - size_t plen = pathlen(l);
  >
  > +   Py_ssize_t plen = pathlen(l);
  
  We'll probably want to change `hplen` to `Py_ssize_t` as well.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7913/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7913

To: spectral, #hg-reviewers, mharbison72
Cc: yuja, mharbison72, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to