size of snapshot archive

2007-02-18 Thread Bulat Ziganshin
Hello glasgow-haskell-users,

i'm tried to download newer snapshot of 6.6 and found that now it's
74 mb! why it is so large and why it's so enlarged after 6.6 release?
isn't it possible to reduce size of this package?

-- 
Best regards,
 Bulat  mailto:[EMAIL PROTECTED]

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: size of snapshot archive

2007-02-18 Thread Dinko Tenev

On 2/18/07, Bulat Ziganshin [EMAIL PROTECTED] wrote:


Hello glasgow-haskell-users,

i'm tried to download newer snapshot of 6.6 and found that now it's
74 mb! why it is so large and why it's so enlarged after 6.6 release?
isn't it possible to reduce size of this package?




Does this include darcs version info?  I've noticed that darcs generates
suspiciously large quantities of context info for very small patches (e.g.
~7000 lines of context for a ~700 line patch) -- for what I've seen so
far, the context section might be growing linearly with the file's
history.

For what it's worth, I've got a partial tree that is ~64M in size, of
which version info is about 60%, and current source is about 40%.


Cheers,

Dinko
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: size of snapshot archive

2007-02-18 Thread Stefan O'Rear
On Sun, Feb 18, 2007 at 10:19:05PM +0200, Dinko Tenev wrote:
 On 2/18/07, Bulat Ziganshin [EMAIL PROTECTED] wrote:
 
 Hello glasgow-haskell-users,
 
 i'm tried to download newer snapshot of 6.6 and found that now it's
 74 mb! why it is so large and why it's so enlarged after 6.6 release?
 isn't it possible to reduce size of this package?
 
 
 
 Does this include darcs version info?  I've noticed that darcs generates
 suspiciously large quantities of context info for very small patches (e.g.
 ~7000 lines of context for a ~700 line patch) -- for what I've seen so
 far, the context section might be growing linearly with the file's
 history.

Darcs send packs data much tighter than darcs itself does, and the results
are highly compressable. I have a HEAD tree, obtained with ./darcs-all --extra
get --complete (you're not misreading that); darcs sending everything (incl.
subrepositoried) into an empty repo, and 7zipping the patch bundles, produces
a single 28mbyte file containing the entire history of ghc+extralibs. (I still
have the file but can't share - 10mb webhost quota)
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re[2]: size of snapshot archive

2007-02-18 Thread Bulat Ziganshin
Hello Stefan,

Sunday, February 18, 2007, 11:29:16 PM, you wrote:
 74 mb!

 a single 28mbyte file containing the entire history of ghc+extralibs. (I still
 have the file but can't share - 10mb webhost quota)

thank you. as my friend said, this archive just includes itself as
second copy :) i'm using him as compressing proxy :))

hope that Ian will see at this

-- 
Best regards,
 Bulatmailto:[EMAIL PROTECTED]

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: hasktags - small patch

2007-02-18 Thread Lennart Kolmodin

Marc Weber wrote:

Without really knowing in which context this function is going to be

HaskTags.hs from ghc distribution.

Mm, yes. I meant I was to lazy to check which results are appropriate :)

K
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users