Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmetic changes in ‘haskel-indentation.el’ #812

Merged
merged 1 commit into from
Aug 14, 2015

Conversation

mrkkrp
Copy link
Contributor

@mrkkrp mrkkrp commented Aug 14, 2015

Various cosmetic corrections. All the changes do not introduce any
differences in functioning of the module, this is just refactoring.

Added TODO items:

  • TODO eliminate magic number 2 where possible, use a variable
  • TODO `haskell-indentation-find-indentation' — fix it, get rid of "safe"
    version

I've written doc-strings where possible. Many functions still need
decent doc-strings, I've marked them with FIXME. It's possible that I'll
add doc-string of these functions later. N.B. the module is quite hairy,
so you should have really good doc-strings here.

@gracjan
Copy link
Contributor

gracjan commented Aug 14, 2015

Also note about commit message: please do not put TODO items there, make a new issue in github instead.

Various cosmetic corrections. All the changes do not introduce any
differences in functioning of the module, this is just refactoring.

I've written doc-strings where possible. Many functions still need
decent doc-strings, I've marked them with FIXME. It's possible that I'll
add doc-string of these functions later. N.B. the module is quite hairy,
so you should have really good doc-strings here.
@mrkkrp
Copy link
Contributor Author

mrkkrp commented Aug 14, 2015

@gracjan, Are TODO items in the file itself OK?

@mrkkrp
Copy link
Contributor Author

mrkkrp commented Aug 14, 2015

@gracjan, Done, uppercased t and nil are gone.

@gracjan
Copy link
Contributor

gracjan commented Aug 14, 2015

I do not mind TODOs in the files although it is a bit of a double booking. Issues is where we keep track of work to be done.

gracjan added a commit that referenced this pull request Aug 14, 2015
Cosmetic changes in ‘haskel-indentation.el’
@gracjan gracjan merged commit 6d2a369 into haskell:master Aug 14, 2015
@mrkkrp mrkkrp deleted the indentation-cosmetics branch August 15, 2015 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants