gwern0 | 1 Feb 2009 05:40
Picon
Gravatar

darcs patch: yi.cabal: rm haskell98 dep

Sat Jan 31 23:36:02 EST 2009  gwern0@...
  * yi.cabal: rm haskell98 dep
  None of the old Haskell98 module names are used in Yi, even in Shim apparently.

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@...
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Jean-Philippe Bernardy | 1 Feb 2009 10:26

patch applied (yi): fix the fully incremental parsing in trees


Fri Jan 30 18:20:55 EST 2009  jeanphilippe.bernardy@...
  * fix the fully incremental parsing in trees

    M ./Yi/Lexer/Alex.hs -4 +1
    M ./Yi/Syntax/Layout.hs +6

Jean-Philippe Bernardy | 1 Feb 2009 10:26

patch applied (yi): yi.cabal: rm haskell98 dep


Sat Jan 31 23:36:02 EST 2009  gwern0@...
  * yi.cabal: rm haskell98 dep
  Ignore-this: d6f37fd84a9c7cf064aec44dd7b95e65
  None of the old Haskell98 module names are used in Yi, even in Shim apparently.

    M ./yi.cabal -1

Jean-Philippe Bernardy | 1 Feb 2009 10:26

patch applied (yi): doc


Fri Jan 30 18:15:16 EST 2009  jeanphilippe.bernardy@...
  * doc

    M ./Yi/Buffer/Normal.hs +2

Jean-Philippe Bernardy | 1 Feb 2009 10:27
Picon
Gravatar

Re: darcs patch: yi.cabal: rm haskell98 dep


Excellent, thanks!

On Sun, Feb 1, 2009 at 5:40 AM,  <gwern0@...> wrote:
> Sat Jan 31 23:36:02 EST 2009  gwern0@...
>  * yi.cabal: rm haskell98 dep
>  None of the old Haskell98 module names are used in Yi, even in Shim apparently.
>
> >
>

Gwern Branwen | 1 Feb 2009 16:12
Picon
Gravatar

Executable size


So I noticed that my .yi/yi-i386-linux is currently 30M, but could be
brought down to 19M after stripping. This strikes me as a little
excessive; I don't know whether it much affects the startup time, but
it offends me to be wasting 11M on useless symbols, so I am sending a
patch which adds a call to strip in HConf.hs.

--

-- 
gwern

gwern0 | 1 Feb 2009 16:12
Picon
Gravatar

darcs patch: HConf.hs: rm whitespace (and 1 more)

Sun Feb  1 10:09:24 EST 2009  gwern0@...
  * HConf.hs: rm whitespace

Sun Feb  1 10:09:39 EST 2009  gwern0@...
  * HConf.hs: +a call to strip the bloated compiled yi binary

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@...
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Jeff Wheeler | 1 Feb 2009 16:37

patch applied (yi): HConf.hs: rm whitespace


Sun Feb  1 10:09:24 EST 2009  gwern0@...
  * HConf.hs: rm whitespace
  Ignore-this: f86fbf8c9a0306b0cc7572edd3d7445c

    M ./HConf.hs -11 +11

Jeff Wheeler | 1 Feb 2009 16:37

patch applied (yi): HConf.hs: +a call to strip the bloated compiled yi binary


Sun Feb  1 10:09:39 EST 2009  gwern0@...
  * HConf.hs: +a call to strip the bloated compiled yi binary
  Ignore-this: b32dbab0572ffdb6b816b7fbf121299e

    M ./HConf.hs -1 +5

Jeff Wheeler | 1 Feb 2009 16:38
Picon
Gravatar

Re: darcs patch: HConf.hs: rm whitespace (and 1 more)


I've pushed these.

It's strange . . . the iPhone mail application always crashes on these
messages. I think it tries to download the patch and it uses way too
much memory doing so.

On Feb 1, 9:12 am, gwe...@... wrote:
> Sun Feb  1 10:09:24 EST 2009  gwe...@...
>   * HConf.hs: rm whitespace
>
> Sun Feb  1 10:09:39 EST 2009  gwe...@...
>   * HConf.hs: +a call to strip the bloated compiled yi binary
>
>  hconf_hs_-rm-whitespace.dpatch
> 64KViewDownload

Gmane