Skip to content

Fix compiler warnings#36

Merged
emhoracek merged 5 commits intomasterfrom
stack-test-pedantic
Mar 1, 2017
Merged

Fix compiler warnings#36
emhoracek merged 5 commits intomasterfrom
stack-test-pedantic

Conversation

@emhoracek
Copy link
Member

Removed a lot of unused imports, shadowing, added void for unused do binds, etc.

@emhoracek emhoracek requested a review from dhartunian February 9, 2017 19:06
, ("wpMonth", datePartFill "%m" d)
, ("wpDay", datePartFill "%d" d)
, ("wpDate", datePartFill "%D" d) ] in
Just d -> let dateSubs = subs [ ("wpYear", datePartFill "%0Y" d)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this code and the code above be split out into a shared sub?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhartunian Just noticed this! I pulled out a couple functions and it's much better now. :D

@emhoracek emhoracek merged commit 18e2d85 into master Mar 1, 2017
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