gwern0 | 2 Apr 2008 03:26
Picon
Gravatar

darcs patch: Editor.hs, Alex.hs: fix the haddock build

Tue Apr  1 21:24:57 EDT 2008  gwern0@...
  * Editor.hs, Alex.hs: fix the haddock build
  Turns out haddock 2.0 has a regression where you can't use the -- ^ syntax with type synonyms ('type'). Move
the haddocks up, and fix another odd fmt error

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

gwern0 | 2 Apr 2008 04:15
Picon
Gravatar

darcs patch: Editor.hs, Alex.hs: fix the haddock build (and 2 more)

Tue Apr  1 21:24:57 EDT 2008  gwern0@...
  * Editor.hs, Alex.hs: fix the haddock build
  Turns out haddock 2.0 has a regression where you can't use the -- ^ syntax with type synonyms ('type'). Move
the haddocks up, and fix another odd fmt error

Tue Apr  1 21:28:42 EDT 2008  gwern0@...
  * yi.cabal: swtcih -D flags to cpp-options; hush cabal!

Tue Apr  1 22:12:36 EDT 2008  gwern0@...
  * add in some missing modules for sdist

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

Jean-Philippe Bernardy | 2 Apr 2008 08:29

patch applied (yi): yi.cabal: swtcih -D flags to cpp-options; hush cabal!


Tue Apr  1 21:28:42 EDT 2008  gwern0@...
  * yi.cabal: swtcih -D flags to cpp-options; hush cabal!

    M ./yi.cabal -12 +12

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080402012842-f7719-ae00798fd68e366a1d546ee2bd0fc7dfad703072.gz

Jean-Philippe Bernardy | 2 Apr 2008 08:29

patch applied (yi): Editor.hs, Alex.hs: fix the haddock build


Tue Apr  1 21:24:57 EDT 2008  gwern0@...
  * Editor.hs, Alex.hs: fix the haddock build
  Turns out haddock 2.0 has a regression where you can't use the -- ^ syntax with type synonyms ('type'). Move
the haddocks up, and fix another odd fmt error

    M ./Yi/Editor.hs -3 +3
    M ./Yi/Syntax/Alex.hs -14 +17

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080402012457-f7719-240b862235de4b1df90b45200f0f6adb0858d23d.gz

Jean-Philippe Bernardy | 2 Apr 2008 08:29

patch applied (yi): add in some missing modules for sdist


Tue Apr  1 22:12:36 EDT 2008  gwern0@...
  * add in some missing modules for sdist

    M ./yi.cabal -5 +6

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080402021236-f7719-283b500d5f46b2e8566b137a6364d2eea658d6c4.gz

Jean-Philippe Bernardy | 4 Apr 2008 11:43

patch applied (yi): Basic UTF8 support


Fri Apr  4 05:43:32 EDT 2008  jeanphilippe.bernardy@...
  * Basic UTF8 support

    M ./Yi/Buffer.hs -3 +10
    M ./Yi/Buffer/Implementation.hs -10 +37
    M ./Yi/Core.hs -1 +1
    M ./Yi/Dired.hs -1 +3
    M ./Yi/File.hs -2 +3
    M ./Yi/FingerString.hs -11 +16
    M ./Yi/UI/Vty.hs -4 +10
    M ./yi.cabal +1

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080404094332-9c550-033d8eadde125519e07c267d5648d579a81fb303.gz

Jean-Philippe Bernardy | 5 Apr 2008 13:58

patch applied (yi): Overhaul the syntax highlighting infrastructure


Sat Apr  5 07:00:27 EDT 2008  jeanphilippe.bernardy@...
  * Overhaul the syntax highlighting infrastructure

    M ./Yi/Buffer/Implementation.hs -2 +3
    M ./Yi/IncrementalParse.hs -5 +66
    M ./Yi/Modes.hs -3 +7
    M ./Yi/Prelude.hs +3
    M ./Yi/Syntax.hs -4 +20
    M ./Yi/Syntax/Alex.hs -22 +27
    M ./Yi/Syntax/Fractal.hs -46 +30
    M ./Yi/Syntax/Haskell.x -1 +1
    M ./Yi/Syntax/Indent.hs -3 +5
    M ./Yi/Syntax/alex.hsinc -2 +2

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080405110027-9c550-df1d41856349de50f9ab3c3c0988de6a1e246bc1.gz

Jean-Philippe Bernardy | 5 Apr 2008 19:43

patch applied (yi): Add error-recovery to incremental parser


Sat Apr  5 13:16:30 EDT 2008  JeanPhilippe.bernardy@...
  * Add error-recovery to incremental parser

    M ./Yi/IncrementalParse.hs -64 +99

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080405171630-3437c-b0726afea8d99ca14efe0bc61e751568bd41ceaf.gz

Jean-Philippe Bernardy | 5 Apr 2008 19:43

patch applied (yi): Syntax-related cleanups and fixes


Sat Apr  5 12:27:13 EDT 2008  JeanPhilippe.bernardy@...
  * Syntax-related cleanups and fixes

    M ./Yi/IncrementalParse.hs -86 +19
    M ./Yi/Main.hs -3 +3
    M ./Yi/Modes.hs -1 +1
    M ./Yi/Prelude.hs -4
    M ./Yi/Syntax/Alex.hs -8 +17
    M ./Yi/Syntax/Fractal.hs -8 +4

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080405162713-3437c-afaa2be43a7ee2fa08ee5eaded12650f99c3f070.gz

Jean-Philippe Bernardy | 6 Apr 2008 08:51

patch applied (yi): Wall police


Sat Apr  5 14:48:49 EDT 2008  JeanPhilippe.bernardy@...
  * Wall police

    M ./Yi/IncrementalParse.hs -15 +20

View patch online:

  http://code.haskell.org/yi/_darcs/patches/20080405184849-3437c-df18f1669cc7ef370933fa4ccdf59a96b2ce0dd1.gz


Gmane