DarcsWeeklyNews/2011-03-11

News and discussions

  1. The next Darcs Hacking Sprint will take place on April 1st, 2nd and 3rd in Paris:

  2. A comparison between Wave and Darcs was posted:

Issues resolved in the last week (0)

Patches applied in the last week (27)

2011-02-23 Guillaume Hoffmann
  • put repair implementation in Darcs.Commands.Check
  • test for get, pull and send support for OF repos
2011-02-14 Ganesh Sittampalam
  • tar on mingw seems to think c: introduces an ssh path
2011-02-15 Guillaume Hoffmann
  • remove bench dir since benchmarks have been externalised
  • remove unused stringify.hs
  • move manual .tex files from src to doc/src
  • remove irrelevant microbench.hs
  • get rid of literate haskell for commands
  • get rid of literate haskell for GZCRCs and TransferMode
  • move some literate haskell into theory_of_patches.tex
  • inline manual parts of configuring_darcs.tex
  • no longer build patch-theory manual file
  • inline manual part of darcs.tex up to arguments
  • remove OF write support
  • test that OF disabled commands are disabled
  • update v1-braced.sh test to hashed format
  • don’t bother with testing issue1232
  • add amInHashedRepository to disable OF-deprecated commands at the UI level
  • remove some –hashed and –old flags from tests
  • modernize issue1984 test (patch by Petr Rockai)
2010-08-29 Petr Rockai
  • Remove parts of the hashed_inventory that require conversion to OF.
  • Adapt issue1248 test to current OF-less situation.
  • Modernize the conflict-doppleganger test.
2011-01-21 Guillaume Hoffmann
  • no longer test OF repositories
  • remove –old flag for init get and put, modify help accordingly
  • fix redundant import since not repairing when doing optimize –upgrade
2010-09-02 Petr Rockai
  • Do not try to replayRepository in optimize –upgrade (redundant, broken).