patch applied (hackage-server): "Rename functions to that tarindex creation is more explicit" and 2 others
devnull at community.haskell.org
devnull at community.haskell.org
Tue Jan 22 14:37:49 CET 2013
Tue Jan 22 10:57:26 GMT 2013 Edsko de Vries <edsko at well-typed.com>
* Rename functions to that tarindex creation is more explicit
Ignore-this: 2792e75ff8113a067e4c7a0a5c521298
In particular, readTarIndex is now called constructTarIndexFromFile, and
lookupTarball is now given the (intentionally unwieldy) name
lookupTarballAndConstructTarIndex. The point is to make it more obvious in the
code where we are recreating tar indices (and where we should be caching them,
instead). That function lookupTarballAndConstructTarIndex should probably go
completely.
M ./Distribution/Server/Features/Documentation.hs -1 +1
M ./Distribution/Server/Features/PackageContents.hs -2 +2
M ./Distribution/Server/Util/ChangeLog.hs -6 +8
M ./Distribution/Server/Util/ServeTarball.hs -3 +3
Tue Jan 22 13:33:34 GMT 2013 Edsko de Vries <edsko at well-typed.com>
* Make links in /api clickable
Ignore-this: c6e67378658fd52d512a906bc571010b
M ./Distribution/Server/Features/ServerIntrospect.hs -13 +21
Tue Jan 22 13:34:55 GMT 2013 Edsko de Vries <edsko at well-typed.com>
* Add missing file
Ignore-this: b92a11dd3f5e2ea9859f14d1e46d0253
A ./Distribution/Server/Packages/Render.hs
More information about the cabal-devel
mailing list