darcs

Patch 933 CommandLine -> Darcs.Util.CommandLine (and 3 more)

Title CommandLine -> Darcs.Util.CommandLine (and 3 more)
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2012-09-09.00:43:07 by ganesh, last changed 2012-11-12.01:45:22 by darcswatch. Tracked on DarcsWatch.

Files
File name Status Uploaded Type Edit Remove
commandline-__-darcs_util_commandline.dpatch ganesh, 2012-09-09.00:43:06 text/x-darcs-patch
move-darcs_repository_filemodtypes-__-darcs_patch_filemod_types.dpatch ganesh, 2012-09-09.14:42:15 text/x-darcs-patch
unnamed ganesh, 2012-09-09.00:43:06
unnamed ganesh, 2012-09-09.14:42:16
See mailing list archives for discussion on individual patches.
Messages
msg16061 (view) Author: ganesh Date: 2012-09-09.00:43:06
Module structure reorganisation

4 patches for repository http://darcs.net/screened:

Sun Sep  9 00:13:20 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * CommandLine -> Darcs.Util.CommandLine

Sun Sep  9 00:23:50 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Crypt.SHA256 -> Darcs.Util.Crypt.SHA256

Sun Sep  9 00:31:53 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.Bug -> Darcs.Util.Bug

Sun Sep  9 01:18:48 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.ColorPrinter -> Darcs.Util.Printer.Color
Attachments
msg16062 (view) Author: darcswatch Date: 2012-09-09.00:45:39
This patch bundle (with 4 patches) was just applied to the repository http://darcs.net/screened.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_screened.html#bundle-01773268cb34c41415d0c07e3cd3db6a28cb2dd9
msg16063 (view) Author: ganesh Date: 2012-09-09.14:42:16
And finishing off the namespace reorganisation:

23 patches for repository darcs-unstable@darcs.net:screened:

Sun Sep  9 01:40:50 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * move Darcs.Repository.FileModTypes -> Darcs.Patch.FileMod.Types
  It needs to live in Darcs.Patch because it uses Darcs.Patch.Info and is
  used by Darcs.Patch.Apply
  

Sun Sep  9 01:45:54 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.FileModMonad -> Darcs.Patch.FileMod.Monad

Sun Sep  9 01:55:18 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.Global -> Darcs.Util.Global

Sun Sep  9 02:00:11 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.SignalHandler -> Darcs.Util.SignalHandler

Sun Sep  9 09:49:08 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.URL -> Darcs.Util.URL

Sun Sep  9 10:26:45 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.Ssh -> Darcs.Repository.Ssh

Sun Sep  9 11:26:27 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * DateMatcher -> Darcs.Util.DateMatcher

Sun Sep  9 11:43:44 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Darcs.Path -> Darcs.Util.Path

Sun Sep  9 11:47:25 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * English -> Darcs.Util.English

Sun Sep  9 11:47:29 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Exec -> Darcs.Util.Exec

Sun Sep  9 11:47:31 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * ByteStringUtils -> Darcs.Util.ByteString

Sun Sep  9 11:48:14 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * IsoDate -> Darcs.Util.IsoDate

Sun Sep  9 11:49:00 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Lcs -> Darcs.Util.Lcs

Sun Sep  9 12:04:49 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Printer -> Darcs.Util.Printer

Sun Sep  9 12:18:19 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Progress -> Darcs.Util.Progress

Sun Sep  9 12:30:02 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Ratified -> Darcs.Util.Ratified

Sun Sep  9 12:40:38 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * SHA1 -> Darcs.Util.Crypt.SHA1

Sun Sep  9 14:58:43 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * extract some utility code from Darcs.Repository.Lock

Sun Sep  9 15:03:28 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * URL.* -> Darcs.Util.Download.*
  
  Using the name 'Download' avoids a clash with Darcs.Util.URL (which was
  originally Darcs.URL) and it also seems to fit what the modules do better.
  

Sun Sep  9 15:12:06 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * Workaround -> Darcs.Util.Workaround

Sun Sep  9 15:22:10 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * CtrlC -> Darcs.Util.CtrlC

Sun Sep  9 15:27:52 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * add a comment about keeping System.Posix modules

Sun Sep  9 15:37:54 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * script to check for illegal dependencies
Attachments
msg16065 (view) Author: darcswatch Date: 2012-09-09.14:46:09
This patch bundle (with 23 patches) was just applied to the repository http://darcs.net/screened.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_screened.html#bundle-7f329f821f0b5265236376e7c7ef4ff8205a850b
msg16179 (view) Author: owst Date: 2012-09-29.22:38:47
Looks good - accepting.
msg16348 (view) Author: ganesh Date: 2012-11-11.20:20:11
Not actually in reviewed yet due to being blocked
msg16361 (view) Author: darcswatch Date: 2012-11-12.01:25:39
This patch bundle (with 4 patches) was just applied to the repository http://darcs.net/reviewed.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-01773268cb34c41415d0c07e3cd3db6a28cb2dd9
msg16362 (view) Author: darcswatch Date: 2012-11-12.01:45:22
This patch bundle (with 23 patches) was just applied to the repository http://darcs.net/reviewed.
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-7f329f821f0b5265236376e7c7ef4ff8205a850b
History
Date User Action Args
2012-09-09 00:43:07ganeshcreate
2012-09-09 00:45:39darcswatchsetstatus: needs-screening -> needs-review
messages: + msg16062
2012-09-09 14:42:18ganeshsetfiles: + move-darcs_repository_filemodtypes-__-darcs_patch_filemod_types.dpatch, unnamed
messages: + msg16063
2012-09-09 14:46:09darcswatchsetmessages: + msg16065
2012-09-29 22:38:47owstsetstatus: needs-review -> accepted
messages: + msg16179
2012-09-29 22:45:26darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-7f329f821f0b5265236376e7c7ef4ff8205a850b
2012-09-29 22:46:07darcswatchsetdarcswatchurl: http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-7f329f821f0b5265236376e7c7ef4ff8205a850b -> http://darcswatch.nomeata.de/repo_http:__darcs.net_reviewed.html#bundle-01773268cb34c41415d0c07e3cd3db6a28cb2dd9
2012-11-11 20:20:11ganeshsetstatus: accepted -> accepted-pending-tests
messages: + msg16348
2012-11-12 01:25:39darcswatchsetstatus: accepted-pending-tests -> accepted
messages: + msg16361
2012-11-12 01:45:22darcswatchsetmessages: + msg16362