Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: dfdb0c28926f2dfb0f217ee96fcefe6d33b5bdb1 https://github.com/yi-editor/yi/commit/dfdb0c28926f2dfb0f217ee96fcefe6d33b5bdb1 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013)
Changed paths: M yi/src/library/Yi/Syntax/Haskell.hs M yi/src/library/Yi/Syntax/JavaScript.hs M yi/src/library/Yi/Syntax/Paren.hs Log Message: ----------- Replace uses of derive for Functor and Foldable with deriving {Foldable,Functor} Commit: c43d415ecfe8d583ce9668e52d4d85da22840890 https://github.com/yi-editor/yi/commit/c43d415ecfe8d583ce9668e52d4d85da22840890 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M .travis.yml Log Message: ----------- Test on 7.6.1+7.6.2, compile yi in script portion to get 'failed' insted of 'errored' when something fails Commit: 19cc6be18afd1ab3535d7583aba1b34d9aafc435 https://github.com/yi-editor/yi/commit/19cc6be18afd1ab3535d7583aba1b34d9aafc435 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M .travis.yml Log Message: ----------- Make travis test vs haskell-platform Commit: 53cfd7aca06a2c819c982f8dca56803ae77c2616 https://github.com/yi-editor/yi/commit/53cfd7aca06a2c819c982f8dca56803ae77c2616 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M yi/src/library/Shim/MessagesTH.hs M yi/src/library/Yi/Buffer/Misc.hs M yi/src/library/Yi/Keymap/Vim2/MatchResult.hs M yi/src/library/Yi/Lexer/Alex.hs M yi/src/library/Yi/Syntax.hs M yi/src/library/Yi/Syntax/Latex.hs M yi/src/library/Yi/Syntax/OnlineTree.hs M yi/src/library/Yi/Syntax/Tree.hs Log Message: ----------- Use GHC extensions for deriving Functor, Foldable, and Traversable Commit: 918df7497e5373c7b153c9245f17924da4020ec4 https://github.com/yi-editor/yi/commit/918df7497e5373c7b153c9245f17924da4020ec4 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M yi/src/library/Control/Exc.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/SHM.hs M yi/src/library/Shim/SessionMonad.hs M yi/yi.cabal Log Message: ----------- Remove ifdef'd support code for old GHC Commit: 770cc5b7f2d594b34e419797434bf9ea3a29a277 https://github.com/yi-editor/yi/commit/770cc5b7f2d594b34e419797434bf9ea3a29a277 Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M yi/yi.cabal Log Message: ----------- Update bug reports URI Commit: 78ecbc2abf930c4c15b7430dfa3292a38f63292f https://github.com/yi-editor/yi/commit/78ecbc2abf930c4c15b7430dfa3292a38f63292f Author: Carter Charbonneau <zcart...@gmail.com> Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M yi/src/library/Yi/Buffer/Misc.hs M yi/src/library/Yi/Editor.hs Log Message: ----------- Align data definitions Commit: b66b4ee4639452106190f0565352664a971b902f https://github.com/yi-editor/yi/commit/b66b4ee4639452106190f0565352664a971b902f Author: Dmitry Ivanov <etherc...@gmail.com> Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M yi-contrib/src/Yi/Config/Users/Anders.hs M yi-contrib/src/Yi/Config/Users/Ertai.hs M yi-contrib/src/Yi/Config/Users/Gwern.hs M yi-contrib/src/Yi/Config/Users/JP.hs M yi-contrib/src/Yi/Config/Users/Jeff.hs M yi-contrib/src/Yi/Config/Users/Reiner.hs M yi-contrib/yi-contrib.cabal M yi/src/library/Yi/Buffer/HighLevel.hs M yi/src/library/Yi/Buffer/Implementation.hs M yi/src/library/Yi/Buffer/Misc.hs M yi/src/library/Yi/Buffer/Normal.hs M yi/src/library/Yi/Buffer/Region.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/Dired.hs M yi/src/library/Yi/Dynamic.hs M yi/src/library/Yi/Editor.hs M yi/src/library/Yi/Eval.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/Keymap.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/Vim.hs M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Substitute.hs M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs M yi/src/library/Yi/Keymap/Vim2/NormalOperatorPendingMap.hs M yi/src/library/Yi/Keymap/Vim2/Operator.hs M yi/src/library/Yi/Keymap/Vim2/StateUtils.hs M yi/src/library/Yi/Keymap/Vim2/TextObject.hs M yi/src/library/Yi/Keymap/Vim2/VisualMap.hs M yi/src/library/Yi/Layout.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/Haskell/Dollarify.hs M yi/src/library/Yi/Mode/IReader.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/Monad.hs M yi/src/library/Yi/PersistentState.hs M yi/src/library/Yi/Prelude.hs M yi/src/library/Yi/Search.hs M yi/src/library/Yi/Snippets.hs M yi/src/library/Yi/Syntax/Haskell.hs M yi/src/library/Yi/Syntax/JavaScript.hs M yi/src/library/Yi/Syntax/Layout.hs M yi/src/library/Yi/Syntax/OnlineTree.hs M yi/src/library/Yi/Syntax/Tree.hs M yi/src/library/Yi/Tab.hs M yi/src/library/Yi/UI/Cocoa.hs M yi/src/library/Yi/UI/Cocoa/TextView.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/TabBar.hs M yi/src/library/Yi/UI/Utils.hs M yi/src/library/Yi/UI/Vty.hs M yi/src/tests/data/haskell/10.hs M yi/src/tests/data/haskell/3.hs M yi/yi.cabal Log Message: ----------- Migrate to lens from data-accessor. Commit: e901539db0e9fbb44342d7de6f3113de0388d42c https://github.com/yi-editor/yi/commit/e901539db0e9fbb44342d7de6f3113de0388d42c Author: Carter Charbonneau <zcart...@gmail.com> Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M yi/yi.cabal Log Message: ----------- Remove unnecissary dependencies Commit: bc465e0a02f1903de4ab51e600a9b4b1e58265ac https://github.com/yi-editor/yi/commit/bc465e0a02f1903de4ab51e600a9b4b1e58265ac Author: Carter Charbonneau <zcart...@gmail.com> Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M .travis.yml M yi/yi.cabal Log Message: ----------- Use haskell-platform when actually building yi on travis We also relax hashable dependency for haskell platform 2013.2 Commit: 96ce25bc63ea8ec38944b05a3a9129ef022c7030 https://github.com/yi-editor/yi/commit/96ce25bc63ea8ec38944b05a3a9129ef022c7030 Author: Dmitry Ivanov <etherc...@gmail.com> Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M .travis.yml M yi-contrib/src/Yi/Config/Users/Anders.hs M yi-contrib/src/Yi/Config/Users/Ertai.hs M yi-contrib/src/Yi/Config/Users/Gwern.hs M yi-contrib/src/Yi/Config/Users/JP.hs M yi-contrib/src/Yi/Config/Users/Jeff.hs M yi-contrib/src/Yi/Config/Users/Reiner.hs M yi-contrib/yi-contrib.cabal M yi/src/library/Control/Exc.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/MessagesTH.hs M yi/src/library/Shim/SHM.hs M yi/src/library/Shim/SessionMonad.hs M yi/src/library/Yi/Buffer/HighLevel.hs M yi/src/library/Yi/Buffer/Implementation.hs M yi/src/library/Yi/Buffer/Misc.hs M yi/src/library/Yi/Buffer/Normal.hs M yi/src/library/Yi/Buffer/Region.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/Dired.hs M yi/src/library/Yi/Dynamic.hs M yi/src/library/Yi/Editor.hs M yi/src/library/Yi/Eval.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/Keymap.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/Vim.hs M yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Substitute.hs M yi/src/library/Yi/Keymap/Vim2/MatchResult.hs M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs M yi/src/library/Yi/Keymap/Vim2/NormalOperatorPendingMap.hs M yi/src/library/Yi/Keymap/Vim2/Operator.hs M yi/src/library/Yi/Keymap/Vim2/StateUtils.hs M yi/src/library/Yi/Keymap/Vim2/TextObject.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/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/Haskell/Dollarify.hs M yi/src/library/Yi/Mode/IReader.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/Monad.hs M yi/src/library/Yi/PersistentState.hs M yi/src/library/Yi/Prelude.hs M yi/src/library/Yi/Search.hs M yi/src/library/Yi/Snippets.hs M yi/src/library/Yi/Syntax.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/Tree.hs M yi/src/library/Yi/Tab.hs M yi/src/library/Yi/UI/Cocoa.hs M yi/src/library/Yi/UI/Cocoa/TextView.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/TabBar.hs M yi/src/library/Yi/UI/Utils.hs M yi/src/library/Yi/UI/Vty.hs M yi/src/tests/data/haskell/10.hs M yi/src/tests/data/haskell/3.hs M yi/yi.cabal Log Message: ----------- Merge pull request #483 from fread2281/lens Migrate to Lens and other small cleanup Compare: https://github.com/yi-editor/yi/compare/33ad3898c795...96ce25bc63ea -- -- Yi development mailing list yi-devel@googlegroups.com 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 yi-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.