News and discussions
- We will release Darcs 2.12 by the end of this month:
- On May 6th-8th in Helsinki, a joint sprint Pijul/Darcs is organized:
Issues resolved (5)
- issue1807 Guillaume Hoffmann
-
- issue2258 Guillaume Hoffmann
-
- issue2393 Guillaume Hoffmann
-
- issue2486 Ben Franksen
-
- issue2494 Ben Franksen
-
Patches applied (96)
- 2016-04-14 Guillaume Hoffmann
- move network-related tests to network dir, update command names
- resolve issue2393: remove whatsnew functionality from annotate
- add log --machine-readable to see patch dependencies non-interactively
- help of log
- 2016-04-01 Ganesh Sittampalam
- add some doc comments to RepoType
- 2016-03-29 Guillaume Hoffmann
- merge Repository.Util into Repository.State
- use B and BC instead of BS and BSC in Repository.State
- fix prelude import in Repository.State
- move maybeApplyToTree to Darcs.Patch.Apply
- move getRecursiveDarcsRepos to UI.Commands.Optimize
- move patchSetfMap to Darcs.Patch.Set
- move functions from Repository.Util to Patch.TokenReplace
- comment in Repository.Util
- refactor similar functions in Darcs.Repository.State
- use readUnrecordedFiltered in getReplaces
- inline a function in Clone
- no longer move index to index.old on mingw32 os
- clarify comments in Darcs.Repository.State
- hlint Darcs.Repository.State
- move External module from Repository to Util
- move Compat and Lock modules from Repository to Util
- merge Darcs.Repository.Ssh into Darcs.Util.Ssh
- remove Darcs.Repository.Read by moving readRepo back to Internal
- add comments and remove checks of optimize commands wrt repo formats
- make all optimize subcommands require hashed except upgrade
- move copySources from HashedRepo to Clone
- move Storage.Hashed modules to Darcs.Util
- remove unused function from Storage.Hashed.Plain
- fix compile error in Storage.Hashed.Test
- remove Storage.Hashed.Utils, move functions to Darcs.Utils.ByteString
- move index-related functions from Utils to Index
- removed unused or redundant functions from Storage.Hashed.Utils
- remove unused functions from Storage.Hashed.Hash
- hlint Storage.Hashed.Darcs
- reuse functions from Darcs.Util.Path
- remove unused Storage.Hashed.Packs
- 2016-03-09 Ben Franksen
- revert command: be quiet when requested
- accept issue2480: display unicode in patch content
- slightly improved chaotic indentations and import lists
- refactor: use maybeRestrictSubpaths
- refactor: use Darcs.Util.English.capitalize
- replace Darcs.Util.Printer.<> with <> from Data.Monoid; restructured haddocks
- small code layout fix in whatsnew command
- fixed Darcs.Util.English.andClauses and orClauses
- two simple refactorings in the conflict resolution code
- cleanup in revert command: use debugMessage for debug messages
- cleanup: break over-long line in D.R.Merge
- accept issue2494: output of darcs record with file arguments
- resolve issue2494: output of darcs record with file arguments
- refactored some, added readUnrecordedFiltered and maybeRestrictSubpaths
- several fixes and refactorings in fixSubPaths and maybeFixSubPaths
- add Darcs.Util.Printer.quoted and Darcs.Util.Text.pathlist
- added missing hsep function to D.Util.Printer
- added missing Eq and Show instances for ScanKnown
- added Darcs.Util.Printer.ePutDocLn
- add new type IncludeBoring for includeBoring option (was Bool)
- announceFiles only if verbosity /= Quiet
- 2016-03-05 Guillaume Hoffmann
- rm hashed-storage changelog
- put copyright headers in hashed-storage modules
- add Storage/Hashed dir to checkdeps contrib script
- merge Storage.Hashed.AnchoredPath into Darcs.Util.Path
- explicit exports for Storage.Hashed.Utils
- list and comment exports of Storage.Hashed.Darcs and Plain
- remove Storage.Hashed
- resolve issue2258: improve patch index error message with suggestion
- resolve issue1807: clarify help of PAGER, DARCS_PAGER
- fix extra-source-file path in darcs.cabal
- 2016-03-07 Ben Franksen
- Darcs.UI.Commands.Unrecord: honor quiet option everywhere
- resolve issue2486: obliterate --not-in-remote -q should be more quiet
- 2016-02-25 Ganesh Sittampalam
- print the rebase status even after an error
- in runJob, pull repojob out to first-level decision
- refactor displaying suspended status a bit
- inline repoJobOnRebaseRepo
- use helper types to elide more cases in runJob
- elide some common cases in runJob
- reorder runJob cases by job type
- flatten runJob case statements
- add a helper type for flags needed for Rebase
- lift the runJob debugMessage call outside the case
- lift 'therepo' outside the runJob case statement
- express the V1/V2 patch type switch via a GADT too
- use SRepoType to control the rebase type in runJob
- remove commented-out cases for old TreeJob
- drop unnecessary constraints
- break out a runJob function
- drop CarrierType - it can't ever be Rebasing p now
- drop RecontextRebase
- drop NameHack
- inline MaybeInternal module into Named.Wrapped
- make the Rebase import qualified
- Introduce RebaseP to replace Rebasing type
- add 'activecontents' to replace 'patchcontents' for use in conflict resolution
- stop Convert using Wrapped.patchcontents
- add nullary RepoType
- flip dependency between Named.Wrapped and Rebase.Container
- add wrapper type around 'Named'
See
darcs wiki entry for details.
News and discussions
- After 7 years of being the maintainer/Benevolent Dictator of Darcs, Eric Kow stepped down and offered me (Guillaume Hoffmann) to take over, which I accepted:
- The release process of Darcs 2.12 will start when GHC 8 is released:
- We had two new minor releases of Darcs 2.10, and in spite of being minor, they contain a few interesting changes and optimizations:
- In a span of 4 months we had two sprints, one in Paris in September and another another in Seville in January, check out the reports:
- Finally, Pierre-Étienne Meunier announced a Pijul sprint in may in Finland. Darcs hackers are welcome!
Issues resolved (7)
- issue2269 Eric Kow
-
- issue2276 Eric Kow
-
- issue2400 Ben Franksen
-
- issue2459 Ben Franksen
-
- issue2479 Ben Franksen
-
- issue2481 Ganesh Sittampalam
-
- issue2489 Guillaume Hoffmann
-
Patches applied (176)
- 2016-03-26 Sergei Trofimovich
-
- 2016-03-22 Guillaume Hoffmann
- remove failing-issue1609 from testsuite as property we don't want
- 2016-03-06 Ben Franksen
- move command: fixed punctuation of error messages and added a comment
- use bug from impossible.h instead of error
- cleanup in Darcs.Patch.Merge: use case instead of fromJust (do return ...)
- 2016-02-12 Ganesh Sittampalam
- Get rid of the need for DummyPatch in Darcs.Patch.Match
- 2016-03-05 Guillaume Hoffmann
- move runHLint.sh to root and update to run outside of testsuite
- 2016-02-12 Ganesh Sittampalam
- drop re-exports from Darcs.Patch.Rebase
- abstract out checking whether a Named is internal
- add versions of simplifyPush[es] for Suspended
- move addFixup to Rebase.Container and give it a clearer name
- add Repair instance for Suspended
- Ignore the rebase internal patch when showing dependencies
- simplify instance ShowPatchBasic (RebaseSelect p)
- break out PatchInspect instance for Suspended
- rename mkSuspended to mkRebase and make it work on 'Suspended'
- use Suspended instead of FL RebaseItem in takeRebase
- break out RepairToFL instance for Suspended
- break out ReadPatch instance for Suspended
- break out Check instance for Suspended
- break out Show instances for Suspended
- break out Conflict instance for Suspended
- break out Effect instance for Suspended
- add PrimPatchBase instance for Suspended
- break out ShowPatch instance for Suspended
- break out Apply instance for Suspended
- refactor instance ShowPatch Rebasing a bit
- inline a couple of defaults to simplify future refactoring
- abstract out an instance ShowPatchBasic Suspended
- Introduce a 'Suspended' type to encapsulate 'FL RebaseItem'
- 2016-03-18 Ben Franksen
- skip ssh tests if ssh server is down
- made network ssh tests more robust by passing --skip-long-comment
- fix ssh network tests so they work in the test harness
- skip http network tests when server does not respond
- run network tests by default
- resolve issue2479: root dir most not be among the sources of a move
- accept issue2479: bug descending in modifyTree
- 2016-03-08 Guillaume Hoffmann
- update failing-issue2219
- acknowledge that issue1196 is solved
- acknowledge a working case in failing-index-argument.sh
- merge HACKING into README.md
- 2016-02-17 Ganesh Sittampalam
- get rid of a couple of trailing newlines
- 2016-02-05 Guillaume Hoffmann
- remove unused executable and testsuite dependencies
- comment in cabal file workaround
- group all non-optional build-depends
- remove unused darcs-test dependencies
- comment use of flag REENTRANT
- drop definition of HAVE_SIGINFO_H unused since 2009
- hlint Darcs.Util.Diff.Patience
- format patch names within 20 characters in dependencies output
- show dependencies up to last tag by default
- further merge hashed-storage code and tests into darcs code
- bump second html dependency
- darcs show dependencies
- implement function getDeps
- 2016-01-28 Ganesh Sittampalam
- fix git test involving deletions
- 2016-01-25 Guillaume Hoffmann
- handle file moves and copies when importing from git
- recommend using -M flag on git fast-export
- tests related to git import of file moves
- use F and T instead of From and To in whatsnew --machine-readable
- bump dependencies lower bounds implied by requiring ghc 7.6
- 2.10.3 changelog
- 2016-01-29 Ganesh Sittampalam
- support transformers-compat 0.5.x
- 2016-01-25 Guillaume Hoffmann
- avoid irrefutable pattern when importing unnamed commit
- test for deleting empty directories on git import
- delete empty directories on git import
- rollback filename dequoting on import since now done during parsing
- quoting and escaping of filenames in convert export and import
- test for checking filepaths consistency with git
- resolve issue2489: dequote filepaths while importing from git
- 2016-01-28 Ganesh Sittampalam
- fix tests that use "git commit"
- applyToTree is just a specialisation of applyToState
- drop unnecessary constraint
- simplify type
- drop unused (and never defined) putApplyState
- move the ObjectMap related code to the FileUUID patch type
- disentangle the state-specific ApplyMonad methods
- swap argument order to ApplyMonad/ApplyMonadTrans
- Rename Prim.V3 to Prim.FileUUID
- move listConflictedFiles out of Conflict class
- Get rid of default implementation of conflictedEffect
- Add some tests for how conflicts are reported
- Drop an unnecessary call to patchcontents in applyAndFix
- Drop unnecessary use of patchcontents in hunkmatch and touchmatch
- 2016-01-16 Guillaume Hoffmann
- rename Patch and RealPatch to RepoPatchV1 and RepoPatchV2 in harness
- rename Patch and RealPatch to RepoPatchV1 and RepoPatchV2 in darcs code
- do not open patches uselessly when no file restriction given
- add Darcs.Test.Patch.Selection and one unit test
- convert import should be a RepoJob, not a V2Job
- replace TaggedPatch by LabelledPatch in a comment
- whatsnew --machine-readable help string update on file moves
- --machine-readable flag for more parseable whatsnew
- fix code inside of a comment
- 2016-01-16 Ganesh Sittampalam
- resolve conflicts between changes to splitters and to hijacking
- capture diffAlgorithm in splitters instead of passing it to SelectChanges unconditionally
- drop unneeded export
- simplify the PatchInspect (Rebasing p) instance
- implement hunkMatches for PatchInfoAnd
- move Rebasing out into its own module
- break RebaseItem out into its own file
- bump async dependency
- conditionalise a couple of orphan instances
- resolve conflict in build-tools removal
- drop build-tools restriction
- Bump time, HTTP dependencies
- 2016-01-15 Guillaume Hoffmann
- set use-time-1point5 flag default to True to please stack
- disable interfering env variable in issue1739 test
- rename README to README.md to get it properly rendered
- 2016-01-15 Ganesh Sittampalam
- resolve conflict between binary version bump and containers dep
- bump binary, transformers and tar upper bounds
- 2016-01-14 Guillaume Hoffmann
- make commit an alias for record
- implement repoXor and show it in "show repo" output as "Weak Hash"
- 2015-12-28 Ganesh Sittampalam
- Portability fix - #type nl_item isn't always Int32
- add test that lost deps during rebase are reported on
- remove unused fmapPIAP
- 2015-12-22 Guillaume Hoffmann
- fix repo upgrade help string
- 2015-12-02 Ganesh Sittampalam
- resolve issue2481: expose API for 'darcs diff' command
- 2015-11-20 Guillaume Hoffmann
- remove a flag needed only for GHC < 7
- remove -fno-warn-dodgy-imports from modules that were still using it
- no longer hide catch from Prelude since we require ghc>=7.6
- acknowledge -fno-warn-dodgy-imports is always needed
- merge Darcs.Patch.ConflictMarking into Darcs.Patch.Conflict
- 2015-11-29 Ganesh Sittampalam
- bump dependencies on vector, process, HUnit
- force grep to treat output of locale as text
- 2015-11-20 Guillaume Hoffmann
- Rename Darcs.Repository.LowLevel to Darcs.Repository.Pending
- 2012-08-09 Eric Kow
- Haddock the pending patch parts of Darcs.Repository.State.
- Make Darcs.Repository.isSimple apply over a whole list.
- 2015-11-09 Guillaume Hoffmann
- rename NEWS to CHANGELOG to please hackagedb
- fix release date of 2.10.2
- update NEWS for 2.10.1 and 2.10.2
- fix two tests after stopping using the word changes in pull message
- shorter README with quickstart instructions
- 2015-11-06 Ganesh Sittampalam
- add comments about the rejected 'hasDuplicate' cases
- "Fix" some intermittent QuickCheck failures
- disambiguate imports in some test code
- Add an option to control the number of QuickCheck iterations
- make test-framework imports explicit
- 2015-11-05 Guillaume Hoffmann
- refactor breakAfterNthNewline and breakBeforeNthNewline
- refactor clone code
- download patches pack asynchronously
- ignore meta- files in packs when cloning
- comment in doOptimizeHTTP
- 2015-06-28 Ben Franksen
- remove race from D.R.Packs, further simplify the code
- 2015-10-31 Guillaume Hoffmann
- replace changes by log in release.sh
- remove darcs.spec.in file from 2008
- replace changes by log in Setup.lhs
- update upload.cgi with new command names
- update buildbot-try.sh with new command names
- update cygwin-wrapper file with new commands names and flags
- remove annotate xml schema no longer needed
- remove patch index correctness and timing scripts from contrib
- adapt tests to using patches word instead of changes
- update commands names in help strings
- 2015-10-28 Ganesh Sittampalam
- split issue1932 test up into a network and non-network part
- Avoid subshells in amend-unrecord test
- disable issue2086 test on Windows - umasks don't really work there
- using mmap on Windows was causing test failures
- warn when suspending "hijacked" patches in rebase pull and apply
- be a bit clearer about patch names in hijack test
- 2015-09-20 Eric Kow
- resolve issue2269: push hijack test to suspend time
- resolve issue2276: Keep track of patch hijack decisions
- Generalise hijack warning to support use in other commands
- Helper to capitalize a sentence
- 2015-06-24 Ben Franksen
- resolve issue2459: fall back to writing the file if createLink fails
- resolve issue2400: use async package to keep track of unpack threads
- removed special handling of --to-match from cloneRepository
- 2015-10-16 Guillaume Hoffmann
-
- 2015-10-15 Ganesh Sittampalam
- drop sandi lower bound to support GHC 7.4 and add an upper bound
- 2015-10-03 Daniil Frumin
- Switch from dataenc (deprecated) to sandi
- 2015-10-09 Guillaume Hoffmann
- replace changes by log in two help strings
- 2015-09-18 Eric Kow
- Refactor darcs send patch count text snippet
- Tidy darcs send msg code (shorter lines)
- Fix typo in darcs send message
- 2015-09-19 Guillaume Hoffmann
- make patch selection lazier in presence of matchers
- get rid of selectChanges
- inline patchSetToPatches in the only place where it is used
See
darcs wiki entry for details.
News and discussions
- The next Darcs Sprint will take place in Paris on September 18-20th. Please add yourself to the wiki page if you're going!
- Darcs 2.10.1 has been released (bugfixes, dependency versions bump):
Issues resolved (19)
- issue2102 Guillaume Hoffmann
-
- issue2307 Daniil Frumin
-
- issue2308 Ben Franksen
-
- issue2327 Alain91
-
- issue2420 Ben Franksen
-
- issue2421 Guillaume Hoffmann
-
- issue2423 Alain91
-
- issue2433 Guillaume Hoffmann
-
- issue2438 Guillaume Hoffmann
-
- issue2444 Ben Franksen
-
- issue2446 Guillaume Hoffmann
-
- issue2447 Ben Franksen
-
- issue2448 Gian Piero Carrubba
-
- issue2449 Ganesh Sittampalam
-
- issue2451 Ben Franksen
-
- issue2457 Ben Franksen
-
- issue2461 Ben Franksen
-
- issue2461 Ben Franksen
-
- issue2463 Joachim Breitner
-
Patches applied (145)
See
darcs wiki entry for details.
News and discussions
- The Darcs 2.10 release is near! Please test the release branch and tell us if you find a bug.
- Joachim Breitner has shut down his darcswatch service after 7 years of activity:
Issues resolved (11)
- issue822 Ernesto Rodriguez
-
- issue2260 Ganesh Sittampalam
-
- issue2385 Guillaume Hoffmann
-
- issue2410 Guillaume Hoffmann
-
- issue2411 Guillaume Hoffmann
-
- issue2414 Guillaume Hoffmann
-
- issue2418 Guillaume Hoffmann
-
- issue2422 Ganesh Sittampalam
-
- issue2427 Ben Franksen
-
- issue2431 Ben Franksen
-
- issue2432 Ganesh Sittampalam
-
- issue2437 Guillaume Hoffmann
-
Patches applied (111)
See
darcs wiki entry for details.
News and discussions
- We are in the feature freeze period of darcs 2.10:
- Our two Summer of Code projects ended up two months ago. Marcio and Ale's code will be part of the upcoming new stable version of darcs. In case you missed them, here are the latest posts of Marcio for his project:
- Ale's posts:
Issues resolved (7)
- issue1514 Guillaume Hoffmann
-
- issue1624 Marcio Diaz
-
- issue2153 Andreas Brandt
-
- issue2249 Mateusz Lenik
-
- issue2380 Owen Stephens
-
- issue2403 Ganesh Sittampalam
-
- issue2409 Ganesh Sittampalam
-
Patches applied (118)
See
darcs wiki entry for details.
News and discussions
- We have a few updates from the Google Summer of Code projects. Alejandro Gadea about history reordering:
- Marcio Diaz about the cache system:
- Incremental fast-export is now provided to ease maintenance of git mirrors:
Issues resolved (8)
- issue2244 Ale Gadea
-
- issue2314 Benjamin Franksen
-
- issue2361 Ale Gadea
-
- issue2364 Sergei Trofimovich
-
- issue2364 Sergei Trofimovich
-
- issue2388 Owen Stephens
-
- issue2394 Guillaume Hoffmann
-
- issue2396 Guillaume Hoffmann
-
Patches applied (39)
See
darcs wiki entry for details.
News and discussions
- Darcs has received two grants from the Google Summer of Code program, as part of the umbrella organization Haskell.org. Alejandro Gadea will work on history reordering:
- Marcio Diaz will work on the cache system:
- Repository cloning to remote ssh hosts has been present for years as
darcs put
. This feature has now a more efficient implementation:
Issues resolved (11)
- issue851 Dan Frumin
-
- issue1066 Guillaume Hoffmann
-
- issue1268 Guillaume Hoffmann
-
- issue1416 Ale Gadea
-
- issue1987 Marcio Diaz
-
- issue2263 Ale Gadea
-
- issue2345 Dan Frumin
-
- issue2357 Dan Frumin
-
- issue2365 Guillaume Hoffmann
-
- issue2367 Guillaume Hoffmann
-
- issue2379 Guillaume Hoffmann
-
Patches applied (41)
See
darcs wiki entry for details.
News and discussions
- Darcs is participating once again to the Google Summer of Code, through the umbrella organization Haskell.org. Deadline for student application is Friday 21st:
- It is now possible to donate stock to darcs through the Software Freedom Conservancy organization. Donations by Paypal, Flattr, checks and wire transfer are still possible:
- Dan Licata wrote a presentation about Darcs as a higher inductive type:
- Darcs now directly provides import and export commands with Git. This code was adapted from Petr Rockai's darcs-fastconvert, with some changes by Owen Stephen from his Summer of Code project "darcs-bridge":
Issues resolved (6)
- issue642 Jose Luis Neder
-
- issue2209 Jose Luis Neder
-
- issue2319 Guillaume Hoffmann
-
- issue2332 Guillaume Hoffmann
-
- issue2335 Guillaume Hoffmann
-
- issue2348 Ryan
-
Patches applied (34)
See
darcs wiki entry for details.
News and discussions
- This year's Google Summer of Code projects brought a lot of improvements to darcs and its ecosystem!
- BSRK Aditya: Darcsden improvements:
- José Neder: patience diff, file move detection, token replace detection:
- Gian Piero Carrubba asked why adjacent hunks could not commute:
- 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.
News and discussions
- 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.
News and discussions
- 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:
- Sebastian Fischer implemented
darcs-history
, a program to be used as darcs posthook and that tracks patch movements inside of a repository:
- Sebastian also suggested the possibility for darcs to easily split and merge patches that are depended upon:
- 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.
News and discussions
- Darcs 2.8.4 was released. It supports GHC 7.6 and fixes
get --tag
:
- 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.
News and discussions
- Confirmed: the next Hacking Sprint will be in IRILL, Paris on February 15, 16 and 17:
- 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.
News and discussions
- Ganesh Sittampalam pushed to HEAD and to the 2.8 branch patches that make darcs compile with GHC 7.6.1:
Issues resolved in the last week (7)
- issue1332 Florent Becker
-
- issue2225 Owen Stephens
-
- issue2228 Owen Stephens
-
- issue2230 Owen Stephens
-
- issue2246 Owen Stephens
-
- issue2253 Owen Stephens
-
- issue2278 Mark Stosberg
-
Patches applied in the last week (324)
See
darcs wiki entry for details.
News and discussions
- BSRK Aditya's Summer of Code, supervised by Eric Kow and Benedikt Schmidt, ended successfully. The Patch Index optimization is now merged into screened and provides faster
annotate
and changes
:
- Ganesh Sittampalam merged his
rebase
branch into HEAD:
- Simon Michael announced darcsden 1.0, the software behind the repository hosting and branch/fork managing website
http://hub.darcs.net
:
- Alexey Levan built a MSI installer for darcs 2.8.1:
Issues resolved in the last week (3)
- issue2204 Eric Kow
-
- issue2235 Dave Love
-
- issue2237 Owen Stephens
-
Patches applied in the last week (74)
See
darcs wiki entry for details.
News and discussions
- News from Aditya's Summer of Code work on patch index:
- We are now using the wiki as the home page. Be sure to visit it and give us feedback:
- Eric Kow documented the workflow of having a group of users working with the same repository:
Issues resolved in the last week (3)
- issue2193 Guillaume Hoffmann
-
- issue2198 Guillaume Hoffmann
-
- issue2200 Owen Stephens
-
Patches applied in the last week (70)
See
darcs wiki entry for details.
News and discussions
- News from Summer of Code -- BSRK Aditya posted his first entry about his work on patch index:
- Meanwhile, an optimization of 'darcs diff' written by Petr Rockai has been ported to HEAD:
Issues resolved in the last week (0)
Patches applied in the last week (24)
See
darcs wiki entry for details.
News and discussions
- Darcs 2.8.1 was released, the only change is a build dependency that will make it buildable with the next Haskell Platform:
- Meanwhile in HEAD, a new test strategy has been implemented:
- On the developers' mailing list, we are discussing how to make the darcs development process more friendly:
Issues resolved in the last week (3)
- issue1921 Owen Stephens
-
- issue2095 Ganesh Sittampalam
-
- issue2161 Owen Stephens
-
Patches applied in the last week (77)
See
darcs wiki entry for details.
News and discussions
- Darcs 2.8 was released:
- Report of the seventh hacking sprint was put online:
- BSRK Aditya was accepted as a Summer of Code student to work on the patch index optimization:
Issues resolved in the last week (4)
- issue1166 Guillaume Hoffmann
-
- issue2065 Owen Stephens
-
- issue2120 Adam Wolk
-
- issue2139 Florent Becker
-
Patches applied in the last week (111)
See
darcs wiki entry for details.
News and discussions
- The Southampton sprint is over! We'll put together a blog report soon.
- Florent and Ganesh prepared a release candidate of Darcs 2.8, try it!
- What would be the next big feature of Darcs 2.10? Ganesh proposed rebase, and Michael already provided feedback about this feature:
- Eric asked what would be a nice mission statement for Darcs. A few propositions have been made so far:
Issues resolved in the last week (3)
- issue2125 Owen Stephens
-
- issue2136 Owen Stephens
-
- issue2162 Owen Stephens
-
Patches applied in the last week (199)
See
darcs wiki entry for details.