Branch: refs/heads/master
Home: https://github.com/yi-editor/yi
Commit: 745d58155eec95c1454d0167d7ab4b4ba10f2205
https://github.com/yi-editor/yi/commit/745d58155eec95c1454d0167d7ab4b4ba10f2205
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/yi.cabal
Log Message:
-----------
remove -fhacking, which is useless
Commit: 6440504d7f2f856cfbbc97e228687c58fde1b7e1
https://github.com/yi-editor/yi/commit/6440504d7f2f856cfbbc97e228687c58fde1b7e1
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M README.md
M yi/yi.cabal
Log Message:
-----------
remove -fdochack, as the cabal bug has been fixed
Commit: d62165879d9709c584a0efb58895400292f72076
https://github.com/yi-editor/yi/commit/d62165879d9709c584a0efb58895400292f72076
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
R yi/src/library/Data/ByteRope.hs
Log Message:
-----------
Delete Data.ByteRope as it is not used
Commit: a3b9677d590e6eabf312cacb76300f6e78d3fc4c
https://github.com/yi-editor/yi/commit/a3b9677d590e6eabf312cacb76300f6e78d3fc4c
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/src/library/Control/Exc.hs
M yi/src/library/Data/Rope.hs
M yi/src/library/Parser/Incremental.hs
M yi/src/library/Shim/ExprSearch.hs
M yi/src/library/Shim/GhcCompat.hs
M yi/src/library/Shim/Hsinfo.hs
M yi/src/library/Shim/Messages.hs
M yi/src/library/Shim/MessagesTH.hs
M yi/src/library/Shim/SHM.hs
M yi/src/library/Shim/Utils.hs
M yi/src/library/System/FriendlyPath.hs
M yi/src/library/Yi/Boot.hs
M yi/src/library/Yi/Buffer/HighLevel.hs
M yi/src/library/Yi/Buffer/Implementation.hs
M yi/src/library/Yi/Buffer/Indent.hs
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Buffer/Region.hs
M yi/src/library/Yi/Buffer/TextUnit.hs
M yi/src/library/Yi/Buffer/Undo.hs
M yi/src/library/Yi/Char/Unicode.hs
M yi/src/library/Yi/Command.hs
M yi/src/library/Yi/Completion.hs
M yi/src/library/Yi/Config.hs
M yi/src/library/Yi/Config/Default.hs
M yi/src/library/Yi/Config/Simple.hs
M yi/src/library/Yi/Core.hs
M yi/src/library/Yi/Debug.hs
M yi/src/library/Yi/Dired.hs
M yi/src/library/Yi/Dynamic.hs
M yi/src/library/Yi/Editor.hs
M yi/src/library/Yi/Event.hs
M yi/src/library/Yi/File.hs
M yi/src/library/Yi/GHC.hs
M yi/src/library/Yi/History.hs
M yi/src/library/Yi/IReader.hs
M yi/src/library/Yi/IncrementalParse.hs
M yi/src/library/Yi/Interact.hs
M yi/src/library/Yi/Keymap/Completion.hs
M yi/src/library/Yi/Keymap/Cua.hs
M yi/src/library/Yi/Keymap/Emacs.hs
M yi/src/library/Yi/Keymap/Emacs/KillRing.hs
M yi/src/library/Yi/Keymap/Emacs/Utils.hs
M yi/src/library/Yi/Keymap/Joe.hs
M yi/src/library/Yi/Keymap/Keys.hs
M yi/src/library/Yi/Keymap/Mg.hs
M yi/src/library/Yi/Keymap/Nano.hs
M yi/src/library/Yi/Keymap/Vi.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim2.hs
M yi/src/library/Yi/Keymap/Vim2/EventUtils.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Common.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/GotoLine.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Quit.hs
M yi/src/library/Yi/Keymap/Vim2/ExMap.hs
M yi/src/library/Yi/Keymap/Vim2/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim2/Motion.hs
M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs
M yi/src/library/Yi/Keymap/Vim2/Operator.hs
M yi/src/library/Yi/Keymap/Vim2/SearchMotionMap.hs
M yi/src/library/Yi/Keymap/Vim2/Utils.hs
M yi/src/library/Yi/Keymap/Vim2/VisualMap.hs
M yi/src/library/Yi/Layout.hs
M yi/src/library/Yi/Lexer/Alex.hs
M yi/src/library/Yi/Main.hs
M yi/src/library/Yi/MiniBuffer.hs
M yi/src/library/Yi/Misc.hs
M yi/src/library/Yi/Mode/Abella.hs
M yi/src/library/Yi/Mode/Buffers.hs
M yi/src/library/Yi/Mode/Compilation.hs
M yi/src/library/Yi/Mode/GHCi.hs
M yi/src/library/Yi/Mode/Haskell.hs
M yi/src/library/Yi/Mode/Haskell/Dollarify.hs
M yi/src/library/Yi/Mode/Interactive.hs
M yi/src/library/Yi/Mode/JavaScript.hs
M yi/src/library/Yi/Mode/Shim.hs
M yi/src/library/Yi/Modes.hs
M yi/src/library/Yi/Monad.hs
M yi/src/library/Yi/Paths.hs
M yi/src/library/Yi/PersistentState.hs
M yi/src/library/Yi/Process.hs
M yi/src/library/Yi/Rectangle.hs
M yi/src/library/Yi/Regex.hs
M yi/src/library/Yi/Scion.hs
M yi/src/library/Yi/Search.hs
M yi/src/library/Yi/Snippets.hs
M yi/src/library/Yi/Snippets/Haskell.hs
M yi/src/library/Yi/Syntax.hs
M yi/src/library/Yi/Syntax/Driver.hs
M yi/src/library/Yi/Syntax/Haskell.hs
M yi/src/library/Yi/Syntax/JavaScript.hs
M yi/src/library/Yi/Syntax/Latex.hs
M yi/src/library/Yi/Syntax/Layout.hs
M yi/src/library/Yi/Syntax/OnlineTree.hs
M yi/src/library/Yi/Syntax/Paren.hs
M yi/src/library/Yi/Syntax/Strokes/Haskell.hs
M yi/src/library/Yi/Syntax/Tree.hs
M yi/src/library/Yi/Tab.hs
M yi/src/library/Yi/Tag.hs
M yi/src/library/Yi/TextCompletion.hs
M yi/src/library/Yi/UI/Cocoa.hs
M yi/src/library/Yi/UI/Cocoa/Application.hs
M yi/src/library/Yi/UI/Cocoa/TextStorage.hs
M yi/src/library/Yi/UI/Cocoa/TextView.hs
M yi/src/library/Yi/UI/Cocoa/Utils.hs
M yi/src/library/Yi/UI/Pango.hs
M yi/src/library/Yi/UI/Pango/Control.hs
M yi/src/library/Yi/UI/Pango/Layouts.hs
M yi/src/library/Yi/UI/Utils.hs
M yi/src/library/Yi/UI/Vty.hs
M yi/src/library/Yi/Utils.hs
M yi/src/library/Yi/Verifier/JavaScript.hs
M yi/src/library/Yi/Window.hs
Log Message:
-----------
Fix most hint warnings
Commit: b5a800dac88fc2fa3d1a3169886aa0bebecc140b
https://github.com/yi-editor/yi/commit/b5a800dac88fc2fa3d1a3169886aa0bebecc140b
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/src/library/Data/Trie.hs
M yi/src/library/Shim/Hsinfo.hs
M yi/src/library/Shim/Messages.hs
M yi/src/library/Shim/MessagesTH.hs
M yi/src/library/System/CanonicalizePath.hs
M yi/src/library/Yi/Buffer/HighLevel.hs
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Dired.hs
M yi/src/library/Yi/File.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim2/StyledRegion.hs
M yi/src/library/Yi/Main.hs
M yi/src/library/Yi/MiniBuffer.hs
M yi/src/library/Yi/UI/Cocoa/Utils.hs
M yi/src/library/Yi/UI/Pango/Layouts.hs
Log Message:
-----------
Fix hlint warnings that increase laziness
Commit: f9016b930ee127df5faf53449735cb6fa6cedc2f
https://github.com/yi-editor/yi/commit/f9016b930ee127df5faf53449735cb6fa6cedc2f
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/src/library/Shim/Hsinfo.hs
M yi/src/library/Yi/Keymap/Completion.hs
M yi/src/library/Yi/Layout.hs
Log Message:
-----------
Fix Control.Arrow hlint warnings
Commit: e04d86448bcba91e88d0154605b1ae429c287e17
https://github.com/yi-editor/yi/commit/e04d86448bcba91e88d0154605b1ae429c287e17
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/src/library/Yi/UI/Cocoa/Application.hs
M yi/src/library/Yi/UI/Cocoa/TextStorage.hs
M yi/src/library/Yi/UI/Cocoa/TextView.hs
Log Message:
-----------
Ignore Use camelCase hint warning in Cocoa code
Commit: 1c2ed2921b252769bb5e1696b73ec3f6b1f6497a
https://github.com/yi-editor/yi/commit/1c2ed2921b252769bb5e1696b73ec3f6b1f6497a
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/src/library/Yi/Editor.hs
Log Message:
-----------
Don't use RWS for only Reader and State
Instead of using RWS r () s we use ReaderT r (State s)
Commit: eb94f0d3ce8f829a8fdbce75fb9ecee00e967a48
https://github.com/yi-editor/yi/commit/eb94f0d3ce8f829a8fdbce75fb9ecee00e967a48
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi-contrib/src/Yi/FuzzyOpen.hs
M yi-contrib/yi-contrib.cabal
M yi/src/library/Shim/GhcCompat.hs
M yi/src/library/Yi/Boot.hs
M yi/src/library/Yi/Command.hs
M yi/src/library/Yi/Config/Simple/Types.hs
M yi/src/library/Yi/Core.hs
M yi/src/library/Yi/Debug.hs
M yi/src/library/Yi/Editor.hs
M yi/src/library/Yi/File.hs
M yi/src/library/Yi/GHC.hs
M yi/src/library/Yi/Keymap.hs
M yi/src/library/Yi/Keymap/Emacs/Utils.hs
M yi/src/library/Yi/Misc.hs
M yi/src/library/Yi/Monad.hs
M yi/src/library/Yi/Paths.hs
M yi/src/library/Yi/UI/Pango/Control.hs
M yi/src/library/Yi/UI/Vty.hs
M yi/src/library/Yi/Utils.hs
M yi/yi.cabal
Log Message:
-----------
Switch from MonadIO to MonadBase IO
Commit: 6c9e6f12b5cedf79b2fa610a712ff3d3c29a494f
https://github.com/yi-editor/yi/commit/6c9e6f12b5cedf79b2fa610a712ff3d3c29a494f
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M yi/yi.cabal
Log Message:
-----------
Restore yi dependency for parserTest
Commit: 4d1ab4c7f5518003c6e16ae2bbabb5639c9b8ec6
https://github.com/yi-editor/yi/commit/4d1ab4c7f5518003c6e16ae2bbabb5639c9b8ec6
Author: Carter Charbonneau <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
Don't build yi with -j2 on travis so we can see the build output
This should have no effect on speed because -j only parallelizes the
building of packages, so when only one package is being built it does
nothing but suppress the build output.
Commit: f52fad1da05544424718a6d8498a1462e1ef38d1
https://github.com/yi-editor/yi/commit/f52fad1da05544424718a6d8498a1462e1ef38d1
Author: Mateusz Kowalczyk <[email protected]>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M .travis.yml
M README.md
M yi-contrib/src/Yi/FuzzyOpen.hs
M yi-contrib/yi-contrib.cabal
M yi/src/library/Control/Exc.hs
R yi/src/library/Data/ByteRope.hs
M yi/src/library/Data/Rope.hs
M yi/src/library/Data/Trie.hs
M yi/src/library/Parser/Incremental.hs
M yi/src/library/Shim/ExprSearch.hs
M yi/src/library/Shim/GhcCompat.hs
M yi/src/library/Shim/Hsinfo.hs
M yi/src/library/Shim/Messages.hs
M yi/src/library/Shim/MessagesTH.hs
M yi/src/library/Shim/SHM.hs
M yi/src/library/Shim/Utils.hs
M yi/src/library/System/CanonicalizePath.hs
M yi/src/library/System/FriendlyPath.hs
M yi/src/library/Yi/Boot.hs
M yi/src/library/Yi/Buffer/HighLevel.hs
M yi/src/library/Yi/Buffer/Implementation.hs
M yi/src/library/Yi/Buffer/Indent.hs
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Buffer/Region.hs
M yi/src/library/Yi/Buffer/TextUnit.hs
M yi/src/library/Yi/Buffer/Undo.hs
M yi/src/library/Yi/Char/Unicode.hs
M yi/src/library/Yi/Command.hs
M yi/src/library/Yi/Completion.hs
M yi/src/library/Yi/Config.hs
M yi/src/library/Yi/Config/Default.hs
M yi/src/library/Yi/Config/Simple.hs
M yi/src/library/Yi/Config/Simple/Types.hs
M yi/src/library/Yi/Core.hs
M yi/src/library/Yi/Debug.hs
M yi/src/library/Yi/Dired.hs
M yi/src/library/Yi/Dynamic.hs
M yi/src/library/Yi/Editor.hs
M yi/src/library/Yi/Event.hs
M yi/src/library/Yi/File.hs
M yi/src/library/Yi/GHC.hs
M yi/src/library/Yi/History.hs
M yi/src/library/Yi/IReader.hs
M yi/src/library/Yi/IncrementalParse.hs
M yi/src/library/Yi/Interact.hs
M yi/src/library/Yi/Keymap.hs
M yi/src/library/Yi/Keymap/Completion.hs
M yi/src/library/Yi/Keymap/Cua.hs
M yi/src/library/Yi/Keymap/Emacs.hs
M yi/src/library/Yi/Keymap/Emacs/KillRing.hs
M yi/src/library/Yi/Keymap/Emacs/Utils.hs
M yi/src/library/Yi/Keymap/Joe.hs
M yi/src/library/Yi/Keymap/Keys.hs
M yi/src/library/Yi/Keymap/Mg.hs
M yi/src/library/Yi/Keymap/Nano.hs
M yi/src/library/Yi/Keymap/Vi.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim2.hs
M yi/src/library/Yi/Keymap/Vim2/EventUtils.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Buffer.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Common.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/GotoLine.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Quit.hs
M yi/src/library/Yi/Keymap/Vim2/ExMap.hs
M yi/src/library/Yi/Keymap/Vim2/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim2/Motion.hs
M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs
M yi/src/library/Yi/Keymap/Vim2/Operator.hs
M yi/src/library/Yi/Keymap/Vim2/SearchMotionMap.hs
M yi/src/library/Yi/Keymap/Vim2/StyledRegion.hs
M yi/src/library/Yi/Keymap/Vim2/Utils.hs
M yi/src/library/Yi/Keymap/Vim2/VisualMap.hs
M yi/src/library/Yi/Layout.hs
M yi/src/library/Yi/Lexer/Alex.hs
M yi/src/library/Yi/Main.hs
M yi/src/library/Yi/MiniBuffer.hs
M yi/src/library/Yi/Misc.hs
M yi/src/library/Yi/Mode/Abella.hs
M yi/src/library/Yi/Mode/Buffers.hs
M yi/src/library/Yi/Mode/Compilation.hs
M yi/src/library/Yi/Mode/GHCi.hs
M yi/src/library/Yi/Mode/Haskell.hs
M yi/src/library/Yi/Mode/Haskell/Dollarify.hs
M yi/src/library/Yi/Mode/Interactive.hs
M yi/src/library/Yi/Mode/JavaScript.hs
M yi/src/library/Yi/Mode/Shim.hs
M yi/src/library/Yi/Modes.hs
M yi/src/library/Yi/Monad.hs
M yi/src/library/Yi/Paths.hs
M yi/src/library/Yi/PersistentState.hs
M yi/src/library/Yi/Process.hs
M yi/src/library/Yi/Rectangle.hs
M yi/src/library/Yi/Regex.hs
M yi/src/library/Yi/Scion.hs
M yi/src/library/Yi/Search.hs
M yi/src/library/Yi/Snippets.hs
M yi/src/library/Yi/Snippets/Haskell.hs
M yi/src/library/Yi/Syntax.hs
M yi/src/library/Yi/Syntax/Driver.hs
M yi/src/library/Yi/Syntax/Haskell.hs
M yi/src/library/Yi/Syntax/JavaScript.hs
M yi/src/library/Yi/Syntax/Latex.hs
M yi/src/library/Yi/Syntax/Layout.hs
M yi/src/library/Yi/Syntax/OnlineTree.hs
M yi/src/library/Yi/Syntax/Paren.hs
M yi/src/library/Yi/Syntax/Strokes/Haskell.hs
M yi/src/library/Yi/Syntax/Tree.hs
M yi/src/library/Yi/Tab.hs
M yi/src/library/Yi/Tag.hs
M yi/src/library/Yi/TextCompletion.hs
M yi/src/library/Yi/UI/Cocoa.hs
M yi/src/library/Yi/UI/Cocoa/Application.hs
M yi/src/library/Yi/UI/Cocoa/TextStorage.hs
M yi/src/library/Yi/UI/Cocoa/TextView.hs
M yi/src/library/Yi/UI/Cocoa/Utils.hs
M yi/src/library/Yi/UI/Pango.hs
M yi/src/library/Yi/UI/Pango/Control.hs
M yi/src/library/Yi/UI/Pango/Layouts.hs
M yi/src/library/Yi/UI/Utils.hs
M yi/src/library/Yi/UI/Vty.hs
M yi/src/library/Yi/Utils.hs
M yi/src/library/Yi/Verifier/JavaScript.hs
M yi/src/library/Yi/Window.hs
M yi/yi.cabal
Log Message:
-----------
Merge pull request #505 from fread2281/master
Cleanup: hlint, cabal files and MonadBase
Compare: https://github.com/yi-editor/yi/compare/930c5c82b7ed...f52fad1da055
--
--
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
---
You received this message because you are subscribed to the Google Groups
"yi.devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.