Sunday, November 24, 2013

darcs news #105

News and discussions

  1. This year's Google Summer of Code projects brought a lot of improvements to darcs and its ecosystem!
  2. Gian Piero Carrubba asked why adjacent hunks could not commute:
  3. We listed the changes that occurred between version 2.8.4 and the current development branch into a 2.10 release page:

Issues resolved (8)

issue346 Jose Luis Neder
issue1828 Guillaume Hoffmann
issue2181 Guillaume Hoffmann
issue2309 Owen Stephens
issue2313 Jose Luis Neder
issue2334 Guillaume Hoffmann
issue2343 Jose Luis Neder
issue2347 Guillaume Hoffmann

Patches applied (39)

See darcs wiki entry for details.

Sunday, June 30, 2013

darcs news #104

News and discussions

  1. Google Summer of Code 2013 has begun! BSRK and José will post updates on their blogs:

Issues resolved (8)

issue2163 Radoslav Dorcik
issue2227 Ganesh Sittampalam
issue2248 Ganesh Sittampalam
issue2250 BSRK Aditya
issue2311 Sebastian Fischer
issue2312 Sebastian Fischer
issue2320 Jose Luis Neder
issue2321 Jose Luis Neder

Patches applied (20)

See darcs wiki entry for details.

Tuesday, April 30, 2013

darcs weekly news #103

News and discussions

  1. Darcs will be participating to this year's Google Summer of Code under the umbrella of Haskell.org! If you are interested please consult the ideas page and contact us:
  2. Sebastian Fischer implemented darcs-history, a program to be used as darcs posthook and that tracks patch movements inside of a repository:
  3. Sebastian also suggested the possibility for darcs to easily split and merge patches that are depended upon:
  4. Piyush P Kurur was also interested in some special kinds of deep amend-record:

Issues resolved in the last week (1)

issue2274 Guillaume Hoffmann

Patches applied in the last week (27)

See darcs wiki entry for details.

Friday, March 1, 2013

darcs weekly news #102

News and discussions

  1. Darcs 2.8.4 was released. It supports GHC 7.6 and fixes get --tag:
  2. Here is the report from the 8th darcs hacking sprint:

Issues resolved in the last week (6)

issue904 Nathaniel Filardo
issue2155 Dave Love
issue2270 Sebastian Fischer
issue2277 Radoslav Dorcik
issue2282 Ganesh Sittampalam
issue2287 Radoslav Dorcik

Patches applied in the last week (77)

See darcs wiki entry for details.

Thursday, February 21, 2013

darcs hacking sprint 8 report

The 8th Darcs Hacking Sprint happened on 15-17th February in Paris, at IRILL like in 2011. This sprint occured one week after the latest stable release (2.8.4), and after a process of integrating many new features to the HEAD repository of darcs: rebase, the patch index optimization, the last regrets prompt, and a lot of refactoring in the code base. We are currently looking at the next important milestone for darcs: the release of 2.10, that should happen sometimes this year. This sprint was about polishing as much as possible these new features and take a few short and medium-term decisions.

This time we had five people attending: Florent Becker, Ganesh Sittampalam, Guillaume Hoffmann, Owen Stephens and Radoslav Dorcik. We also had a short visit of Pierre-Yves David, a Mercurial hacker.


Sprinters' Backlog


Ganesh mainly worked on rebase in preparation for the upcoming 2.10 release: he resolved the issue 2282 and 2227, and started work on a `darcs rebase changes` command. He also made various minor code cleanups, including getting the unit tests back to green which will hopefully encourage people to run them in future.

Radoslav worked on a couple of ProbablyEasy bugs (darcs obliterate -O overwrites existing files and implement `darcs rebase unsuspend --summary`). He created a wiki page to help us think about a future darcs flags overhaul. Last day he wrote a prototype patch on the issue 
make darcs amend -A use the default author idwhich he will continue to work on after sprint along with elaboration of big overhaul of the darcs command line flags.


With Guillaume he also worked on the manual and completed the help for environment variables and the output of `darcs help markdown`. We decided that http://darcs.net/manual should always have the manual corresponding to the current stable branch of darcs (as of now 2.8), because sometimes commands and flags change. We thus continue the process of moving away the documentation from literate haskell and latex and to have everything in markdown (website documentation and darcs-generated help). Guillaume also fixed bugs in the testsuite, in particular network tests.

Florent worked around the UI/Selectchanges code, with three aims:

  • make the code clearer, and more easily usable by a gui / web ui (in progress)
  • allow the user to preview dependencies (done) and conflicts (todo) before selectenig a patch
  • adding darcs diff --interactive and darcs trackdown --interactive (interactive choice of a non-contiguous set of patches to search among.) unleashing the power of implicit branching! (in progress)
The current state of the branch is available on hub.darcs.net, and is subject to agressive rebases (as witnessed by the number of "brouillon" patches).


Owen spent the weekend of the sprint working on darcs-bridge. Spending time getting the theory right for exporting merges, including some tricky corner cases. He implemented a proof-of-concept of the new exporter and has started to integrate it back into the bridge.  With lots of help from Ganesh (thanks!), he discussed and worked through most of the difficult implementation points.



Last regrets for 2.10


We decided that 2.10 will contain the last regrets prompt (an extra final question "Do you want to push/pull these patches? [yn...]" ) in its current form.


Darcs on sshfs


We finally closed http://bugs.darcs.net/issue904 , accepting a patch that makes darcs work on sshfs-mounted directories. This, combined with the bare repositories introduced in 2.8, will make darcs easier to work with dumb servers, i.e., ssh-accessible servers which do not have darcs installed.


Google Summer of Code and 2.10 beta


We plan to apply to this year's Google Summer of Code as an independent organization. This means we will ask for two slots. We discussed possible projects. Organizations sumbissions for GSoC are at mid-march, so we estimated a beta release of Darcs 2.10 would make sense by then.



Mercurial's Changesets Evolutions


Pierre-Yves David, a Mercurial developer, came to see us and gave us a short version of his FOSDEM talk "Changesets evolutions with Mercurial". Changesets evolution is a feature that recently made its way into Mercurial, that enables automatic merging of rewritten histories. We discussed similarities and differences with the way darcs commutes patches and how `darcs rebase` works.


IRC Sprinters


We also counted with a good participation on #darcs. Eric Kow did intensive bug triaging on the tracker. Mark Stosberg worked on stabilizing two features: rebase and patch index. Iago Abal helped Ganesh improve the patch code unit tests. Simon Michael updated darcsden (the software behind hub.darcs.net) to the latest API of libdarcs, which changed before and during the sprint. Petr Rockai kept us up to date about the state of the buildbot infrastructure.


Meatspace sprinters

Thanks!


We would like to thank the generous people and organizations that made this sprint possible:
  • the IRILL for kindly hosting the sprint again.
  • all our donators, that help afford the prices of travelling and accomodations for the sprinters.




Monday, February 4, 2013

darcs weekly news #101

News and discussions

  1. Confirmed: the next Hacking Sprint will be in IRILL, Paris on February 15, 16 and 17:
  2. Darcs HEAD has been fixed to work with GHC 7.6 without encoding bugs, go ahead and try it!

Issues resolved in the last week (4)

issue2199 Ganesh Sittampalam
issue2236 Gian Piero Carrubba
issue2238 Gian Piero Carrubba
issue2247 Ganesh Sittampalam

Patches applied in the last week (45)

See darcs wiki entry for details.

Followers