[Haskell-cafe] Month in Haskell Mode January 2016

Gracjan Polak gracjanpolak at gmail.com
Wed Feb 3 21:02:32 UTC 2016


Welcome Haskell Mode users,

Haskell Mode progress report for January 2016. For previous issue see December
2015
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-December-2015>.
Reddit discussion
<https://www.reddit.com/r/haskell/comments/441ukg/month_in_haskell_mode_january_2016/>
.
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#what-is-haskell-mode>What
is Haskell Mode?

Haskell Mode is an umbrella project for multiple Emacs tools for efficient
Haskell development. Haskell Mode is an open source project developed by a
group of volunteers constantly looking for contributions. For more
information how to help see https://github.com/haskell/haskell-mode.
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#important-developments>Important
developments

Haskell Mode 2015 retrospective
<https://github.com/haskell/haskell-mode/wiki/Haskell-Mode-2015-retrospective>
was published.

Emacs 23 support was dropped. Last stable haskell-mode release that
supports Emacs 23 is haskell-mode version 13.18
<https://github.com/haskell/haskell-mode/releases/tag/v13.18>.

We have added code coverage reporting and it already helped to nail down
some missing cases in our test suite for indentation and font locking. We
are currently at 30% coverage.
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#request>
Request

Haskell Mode web presence is none at this point. I'd like to ask a
volunteer to create a static web page deployed on github pages that will
serve as Haskell Mode home page. Any takers?
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#current-project-focus>Current
project focus

Current project focus is to lower entry barrier for newcomers by defining
bite-sized tasks.

Get 50 'well-defined-tasks' done as by the metric:

https://github.com/haskell/haskell-mode/issues?q=is%3Aissue+label%3Awell-defined-task+is%3Aclosed

A 'well-defined-task' is a category of tasks that have the field cleared
for them, questions already sorted out and detailed information how to get
them done. So you can just sit, search for 'well-defined-task' label and
enjoy the coding! The point is to lower the entry barrier for new users,
new issue reporters and advanced programmers but Emacs lisp beginners to
contribute to the project.

Current status: 14 well-defined-tasks closed
<https://github.com/haskell/haskell-mode/issues?q=is%3Aissue+label%3Awell-defined-task+is%3Aclosed>
plus 13 more open
<https://github.com/haskell/haskell-mode/issues?q=is%3Aissue+label%3Awell-defined-task+is%3Aopen>
.

If only you can help with reaching our targets please do so!
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#issues-closed-in-january>Issues
closed in January

   - [Discussion] Character class for apostrophe #549
   <https://github.com/haskell/haskell-mode/issues/549>
   - Debugger triggered on "match c of", a typo for "case c of" #599
   <https://github.com/haskell/haskell-mode/issues/599>
   - Interactive mode recognizes some lines as compiler errors incorrectly
   #635 <https://github.com/haskell/haskell-mode/issues/635>
   - make check should recompile files properly #709
   <https://github.com/haskell/haskell-mode/issues/709>
   - haskell-process-suggest-pragma hangs emacs #754
   <https://github.com/haskell/haskell-mode/issues/754>
   - ghc-mod / stack / dist dir #801
   <https://github.com/haskell/haskell-mode/issues/801>
   - [Discussion] REPL vs IDE #809
   <https://github.com/haskell/haskell-mode/issues/809>
   - haskell-mode becomes unresponsive when adding a language pragma #820
   <https://github.com/haskell/haskell-mode/issues/820>
   - Drop Emacs 23 support #847
   <https://github.com/haskell/haskell-mode/issues/847>
   - Can't press enter in haskell interactive mode #876
   <https://github.com/haskell/haskell-mode/issues/876>
   - Mac OS X El Capitan: no such file or directory, ghci #908
   <https://github.com/haskell/haskell-mode/issues/908>
   - Emacs hangs when typing behind whitespace #980
   <https://github.com/haskell/haskell-mode/issues/980>
   - haskell-process-load-file error (wrong-type-argument
   number-or-marker-p nil) when code has an error #1004
   <https://github.com/haskell/haskell-mode/issues/1004>
   - Regression quasi-quotes are not highlighted anymore #1041
   <https://github.com/haskell/haskell-mode/issues/1041>
   - Custom Haskell variables don't retain their customization #1043
   <https://github.com/haskell/haskell-mode/issues/1043>
   - Indentation point missing for record data declarations #1044
   <https://github.com/haskell/haskell-mode/issues/1044>
   - Font lock Role annotations #1057
   <https://github.com/haskell/haskell-mode/issues/1057>
   - Use undercover.el and https://coveralls.io/ #1062
   <https://github.com/haskell/haskell-mode/issues/1062>
   - haskell-cabal-strip-list and haskell-cabal-listify #1076
   <https://github.com/haskell/haskell-mode/issues/1076>
   - Indentation of guards does not work sensibly with haskell-indentation
   #1079 <https://github.com/haskell/haskell-mode/issues/1079>
   - Indentation of first data constructor does not work with
   haskell-indent #1080
   <https://github.com/haskell/haskell-mode/issues/1080>
   - Annoying indentation behaviour when declaring data types #1081
   <https://github.com/haskell/haskell-mode/issues/1081>
   - Can't indent, gets error. #1082
   <https://github.com/haskell/haskell-mode/issues/1082>
   - [Discussion] Make haskell-indentation external, editor agnostic
   project #1086 <https://github.com/haskell/haskell-mode/issues/1086>
   - haskell-cabal-subsection-arrange-lines inserts superfluous commas #1094
   <https://github.com/haskell/haskell-mode/issues/1094>
   - haskell-indentation misbehaves for comments #1101
   <https://github.com/haskell/haskell-mode/issues/1101>
   - haskell-process-path-* now allowed to be lists #1112
   <https://github.com/haskell/haskell-mode/issues/1112>
   - Wrong completion-at-point in Haskell interpreter with helm #1113
   <https://github.com/haskell/haskell-mode/issues/1113>

<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#pull-requests-merged-in-january>Pull
requests merged in January

   - Record indentation should follow tibell style #1047
   <https://github.com/haskell/haskell-mode/pull/1047>
   - Defcustoms should not be autoloaded #1048
   <https://github.com/haskell/haskell-mode/pull/1048>
   - Define url and some keywords/tags for haskell-mode #1049
   <https://github.com/haskell/haskell-mode/pull/1049>
   - Make quasi quote more visible #1051
   <https://github.com/haskell/haskell-mode/pull/1051>
   - Lexeme parsing improvements #1052
   <https://github.com/haskell/haskell-mode/pull/1052>
   - Skip an indentation test for Emacs 25 #1053
   <https://github.com/haskell/haskell-mode/pull/1053>
   - Require at least Emacs 24.1 #1055
   <https://github.com/haskell/haskell-mode/pull/1055>
   - Add font lock type/data family declarations #1056
   <https://github.com/haskell/haskell-mode/pull/1056>
   - User manual updates #1058
   <https://github.com/haskell/haskell-mode/pull/1058>
   - Add literate font lock tests, remove unused parts #1059
   <https://github.com/haskell/haskell-mode/pull/1059>
   - Fix typos in documentation strings #1060
   <https://github.com/haskell/haskell-mode/pull/1060>
   - Use plain string face for quasi quotes #1061
   <https://github.com/haskell/haskell-mode/pull/1061>
   - Add code coverage #1063
   <https://github.com/haskell/haskell-mode/pull/1063>
   - Add keybinding for haskell-cabal-visit-file #1064
   <https://github.com/haskell/haskell-mode/pull/1064>
   - Add type role to font lock #1066
   <https://github.com/haskell/haskell-mode/pull/1066>
   - Add test for SQL font-lock #1067
   <https://github.com/haskell/haskell-mode/pull/1067>
   - Add test for 'type role' font-lock #1068
   <https://github.com/haskell/haskell-mode/pull/1068>
   - Remove turn-on/off-haskell-font-lock #1069
   <https://github.com/haskell/haskell-mode/pull/1069>
   - More font lock tests #1070
   <https://github.com/haskell/haskell-mode/pull/1070>
   - Add tests and fix for classify by first char #1071
   <https://github.com/haskell/haskell-mode/pull/1071>
   - Disallow leading spaces in error regexp in interactive mode #1072
   <https://github.com/haskell/haskell-mode/pull/1072>
   - Add some tests for indentation #1073
   <https://github.com/haskell/haskell-mode/pull/1073>
   - Inline haskell-mode-jump-to-loc #1075
   <https://github.com/haskell/haskell-mode/pull/1075>
   - Increase haskell-cabal.el coverage #1077
   <https://github.com/haskell/haskell-mode/pull/1077>
   - Define haskell-package struct's slots #1083
   <https://github.com/haskell/haskell-mode/pull/1083>
   - Utils coverage #1089
   <https://github.com/haskell/haskell-mode/pull/1089>
   - Utils coverage #1090
   <https://github.com/haskell/haskell-mode/pull/1090>
   - Improve haskell-utils-reduce-string. Add tests #1092
   <https://github.com/haskell/haskell-mode/pull/1092>
   - Add post-command-hook related tests #1093
   <https://github.com/haskell/haskell-mode/pull/1093>
   - Test utils #1095 <https://github.com/haskell/haskell-mode/pull/1095>
   - Add string tests #1096
   <https://github.com/haskell/haskell-mode/pull/1096>
   - Follow comma style when arranging a Cabal section #1098
   <https://github.com/haskell/haskell-mode/pull/1098>
   - Detect comma style #1099
   <https://github.com/haskell/haskell-mode/pull/1099>
   - Implement haskell-goto-first-error #1100
   <https://github.com/haskell/haskell-mode/pull/1100>
   - Bump version to 16.1-git #1102
   <https://github.com/haskell/haskell-mode/pull/1102>
   - Honor equals on its own line in data decl #1105
   <https://github.com/haskell/haskell-mode/pull/1105>
   - Honor equals on separate line after guards #1106
   <https://github.com/haskell/haskell-mode/pull/1106>
   - Remove a stray parenthesis #1108
   <https://github.com/haskell/haskell-mode/pull/1108>
   - Tidy up haskell-load.el: untabify, reindent. Fix some warnings. #1111
   <https://github.com/haskell/haskell-mode/pull/1111>
   - Allow haskell-process-path-* to be lists. #1114
   <https://github.com/haskell/haskell-mode/pull/1114>
   - Add haskell-indent tests #1115
   <https://github.com/haskell/haskell-mode/pull/1115>
   - Prevent haskell-doc-mode to hang Emacs during user input waiting #1116
   <https://github.com/haskell/haskell-mode/pull/1116>
   - Remove haskell-interactive-mode-completion-cache #1119
   <https://github.com/haskell/haskell-mode/pull/1119>

<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#contributors-active-in-january>Contributors
active in January

Arthur Fayzrakhmanov (Артур Файзрахманов), Bozhidar Batsov, Dan Aloni,
Daniel Bergey, Fice-T, Gracjan Polak, Herbert Valerio Riedel, Kirill
Ignatiev, Mike Sperber, Thomas Winant, U-Yuriy-PCYuriy, issue-dispenser,
mrBliss
<https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode-January-2016#contributing>
Contributing

Haskell Mode needs volunteers like any other open source project. For more
information see:

https://github.com/haskell/haskell-mode/wiki

Also drop by our IRC channel: #haskell-emacs at irc.freenode.net.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160203/fabf8dc0/attachment.html>


More information about the Haskell-Cafe mailing list