[Monotone-devel] Re: Summer of Code kick-off

2006-06-02 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

zi bin cheah wrote:
 I'll be working on Monotone's eclipse plugin, which hopefully, will
 be called Monoclipse.Any1 has a better name suggestion ? ;)
Is this a continuation of the existing project or a new one from scratch?
http://www.monoclipse.ch/

- --
Lapo Luchini
[EMAIL PROTECTED] (OpenPGP  X.509)
www.lapo.it (Jabber, ICQ, MSN)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJEgD7TAAoJELBiMTth2oCDQ0oP/2itc3iHc7LrZcJdr9WTTlLJ
t/zkSDQGRHtQ7R4sz0GTMfYwcmBlyhDxY9TFuzQnMMTtZwct4eyQPg0VWNue7TUt
PPEudrq8XFbPrvyOKcpAwGIDY+3uwomusCUSBDrzDYcyq8aUqOf9WJO6t9yblEAb
AgHSC2n8nlTqP9eqjxCpa3Xn7wOWBrAVXAMWwW7i7gxbcyneZ1pKP8Q0M8wIrPeO
mgqqWvi5GWwU+iThLHIZbQZW+GnQiDd0WYb5jdQlDekgbSJkbodEHMRkbZq3ZEV1
J1uf5dtXKhlTADcoD8Rwenpk6fQRnk4rKaS7KqV1uAsR8T/b0UXG0mRpL+dlRjQL
ze/n+U/h8dqFy/yP5q9jfG7E4hur0/OxJdP7/5I2CXJZCBR9tClZGn064NSC+4ud
8+kMjIq8+vPNNSP1itiZf8on1++49vLxZopplmVXI2zmX8Qr38kp3MksIMBbnFoI
5ME64rQShmXnHkfPwW7F+iwo9fydQZRsaQYv3XyUnY9V/imIIy0pT8sa5A241Vyf
rpD1z+hyu2M9ppqfHIYzQ+gjP1fYxmRma+t6pE9RZhTNP1P1HslkxTBdHXWyjd+j
Y5pGoB9hds3oXG/IFv3TT6pk76Yj/4rDKUAHMjVxjgxsoprTqnSkULELVbU1TRwB
XDzHBqVj7KKbSUjSMhNH
=3TRR
-END PGP SIGNATURE-



___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


[Monotone-devel] Re: Summer of Code kick-off

2006-05-29 Thread Timothy Brownawell
So, um, I'm tbrownaw on IRC and I've been around here a while now. I'm
also a student at UIUC [http://www.ece.uiuc.edu/], graduating this
december (yay!).

For SoC I'm working on rewriting our testsuite in lua, in
n.v.m.lua-testsuite . So far I've got the first 27 tests, which now take
~50sec instead of the ~150sec they take with the old testsuite. Started
about a week ago, will end when it's done (hopefully by late August).

I've had to add some platform-specific code, for setting env vars and
redirecting the standard filedescriptors. These are currently in
tester.cc, would they be useful enough in monotone proper (say, for our
lua hooks there) that we'd want them as part of libplatform.a?

Right now, I'm trying to get it to compile in VC8. I've been adding
functionality as needed by individual tests; I think all that's left is
background process support (for netsync). That's next, then back to
translating more tests.

Cool new features so far:
* each test is a directory, not a single file. There's a command to
  copy supporting files into the scratch directory.
  (getfile(name-in-test-dir [, name-in-scratch-dir]))
* no make testsuite each time you tweak a test.
* xfail applies to a specific command, not the entire test. If an
  xfailed test fails in the wrong place, it'll tell you.
* you can specify the stdin for a command the same way you specify
  the expected stdout/stderr.
* tests can be specified by regex (against the test name) or number.
  Negative numbers count backwards. (./tester -1 is good for
  checking a new test you've just added)
* seems to be about 3x faster on Linux. There's probably a bigger
  improvement on Windows, since autotest uses pretty excessive
  fork()ing.
* failed commands log a backtrace, showing exactly what it was
  doing.

I've also tried to keep nice things from autotest like individual
scratch dirs, -d to not clean up, and detailed logging.

Tim




___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


[Monotone-devel] Re: Summer of Code kick-off

2006-05-24 Thread zi bin cheah
Hello Team,Thanks Nathaniel. And a big HELLO to everyone :)I am from Multimedia University of Malaysia. I'll be working on Monotone’s eclipse plugin, which hopefully, will be called Monoclipse.Any1 has a better name suggestion ? ;) More projects update/timeline from me soon. C ya!p/s: My IRC nick is zibin or zibin2k2Zi BinNathaniel Smith [EMAIL PROTECTED] wrote: [CC'ed to monotone-devel]Hello,As I guess you know by now, your Summer of Code application to themonotone project was accepted.  Congrats, and welcome to our jollyband :-).  (Hopefully you're all excited about this too!  If you'vechanged your mind or something... now would be a good time to let usknow.)So, what happens next?I know at least some of you still have exams to do and
 such, and won'tbe able to start for real for another few weeks or so.  There are afew things that would be good to do now, though, say within the nextfew days:   -- subscribe to the monotone-devel mailing list, if you haven't  already:http://lists.nongnu.org/mailman/listinfo/monotone-devel   -- start hanging out in the #monotone IRC channel, on the OFTC  network (irc.oftc.net).   -- send a message introducing yourself to the mailing list  (monotone-devel@nongnu.org) including at least:  -- some sort of brief introduction of who you are  -- your email address and IRC nickname  -- your rough schedule (especially start data and end date)  -- some sort of description of what you're planning to do (some of us read your app, some didn't, all are curious and may have suggestions)  -- some idea of what you're going to do _first_; the order you
 tackle things in can matter a lotOnce you get started, we'll expect weekly reports to the list on whatyou did last week and what you plan to do next week, just to make sureit's clear what's going on.  Let's say, umm... on Tuesdays.  Sure.(Unless there are objections.)If you have any questions, feel free to ask me (you'll find I usuallyhave _some_ sort of opinion on things...), or the mailing list, oryour official mentor, who is:  Timothy Brownawell, Zachary Weinberg: me, Nathaniel Smith <[EMAIL PROTECTED]>  Bjorn De Middelaer: Matthew "kinetik" Gregan <[EMAIL PROTECTED]>  Cheah Zi Bin: me again for now, but that's because of some weirdnessin making the SoC web app work; once Google fixes things on theirend then either Richard Levitte <[EMAIL PROTECTED]> or StefanBuehler <[EMAIL PROTECTED]> will be the mentor-of-record.These people are your official points of contact, but we're a
 prettyinformal group, without any official chain of command or anything.Don't feel like they're the only ones you can talk to.  Mostcommunication happens either on the mailing list or on IRC.  HelpfulURLs:  Mailing list archives:http://news.gmane.org/gmane.comp.version-control.monotone.devel  IRC logs:http://colabti.de/irclogger/irclogger_logs/monotone  Wiki (often used for working out designs and general scratch space):http://venge.net/monotone/wiki  Monotone manual:http://venge.net/monotone/docsEspecially, we're happy to help if you have trouble getting started --don't be embarrassed, there's always a hump to get over there inworking out how things basically work... just ask.  We can answerquestions on IRC, give suggestions on "warm up" tasks, etc.There, that should be enough to get us going.  This should be fun :-).Cheers,-- Nathaniel-- Damn the Solar
 System.  Bad light; planets too distant; pestered withcomets; feeble contrivance; could make a better one myself.  -- Lord Jeffrey
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel