Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-06-26 11:41:58
Size: 1055
Editor: ncewpo01-ext
Comment: proposed agenda
Revision 3 as of 2013-06-26 11:51:48
Size: 1299
Editor: ncewpo01-ext
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
* '''partecipants:''' iulians, ggherdov, idank, marmoute (maybe)  * '''partecipants:''' iulians, ggherdov, idank, marmoute (maybe)
Line 9: Line 9:
* communitation btween C and {{{hg serve --cmdline}}}. It is via FIFO (unix pipe) and not socket, do we agree?
* question to idank: what other MODE where planned if any?
* supposed to work on windows?
* list of python hglib functionalities (extended tutorial ?) I mean: list of commands implemented by {{{python-hglib}}}? I guess c-hglib gotta do the same.
* where are we w/ the header files ?
* testing strategy: pyhglib uses nose, https://nose.readthedocs.org/en/latest/
* can I "attack" a "living" server as I would do with one that offer a socket as IPC? I mean can different programs talk to the same commandserver ?
* looks like {{{python-hglib}}} open a subprocess for each command,
  * http://selenic.com/repo/python-hglib/file/e738d6fe5f3f/hglib/__init__.py#l33
  * http://selenic.com/repo/python-hglib/file/e738d6fe5f3f/hglib/util.py#l168
 * communitation btween C and {{{hg serve --cmdline}}}. It is via FIFO (unix pipe) and not socket, do we agree?
 * question to idank: what other MODE where planned if any?
 * supposed to work on windows?
 * list of python hglib functionalities (extended tutorial ?) I mean: list of commands implemented by {{{python-hglib}}}? I guess c-hglib gotta do the same.
 * where are we w/ the header files (i.e. [[https://bitbucket.org/istana/c-hglib/issue/6/write-header-file-w-declarations-for-level|issue 6]] ?
 * testing strategy: pyhglib uses nose, https://nose.readthedocs.org/en/latest/ . What about test first (see [[https://bitbucket.org/istana/c-hglib/issue/8/write-tests-first-its-a-trick-to-sketch|issue 8]])
 * can I "attack" a "living" server as I would do with one that offer a socket as IPC? I mean can different programs talk to the same commandserver ?
 * looks like {{{python-hglib}}} open a subprocess for each command,
   * http://selenic.com/repo/python-hglib/file/e738d6fe5f3f/hglib/__init__.py#l33
   * http://selenic.com/repo/python-hglib/file/e738d6fe5f3f/hglib/util.py#l168

Wed June 26th 2013, 14h00 UTC+2

  • partecipants: iulians, ggherdov, idank, marmoute (maybe)

meeting agenda (proposal)

Random items from ggherdov, in no particular order

C-Hglib/MeetingMinutes (last edited 2013-07-24 09:51:48 by ncewpo01-ext)