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

API tidy up, comments, remove unused code etc #87

Merged
merged 1 commit into from
Nov 14, 2019
Merged

Conversation

mpickering
Copy link
Collaborator

No description provided.

@@ -27,17 +27,16 @@ Library
HIE.Bios.Config
HIE.Bios.Cradle
HIE.Bios.Environment
HIE.Bios.Debug
HIE.Bios.Internal.Debug
Copy link
Collaborator

Choose a reason for hiding this comment

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

Listed modules were sorted. If it doesnt matter, not a blocker, just sayin'

b <- readIORef ref
writeIORef ref id
return $! convert opt (b [])
return $! unlines (b [])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Out of interest, I think this is one of the very few places where ($!) is used. Is there a reason for it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is old code from hpp still so I can't comment on the reason.

Copy link
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

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

Even more comments would be great, otherwise lgtm!

@fendor
Copy link
Collaborator

fendor commented Nov 14, 2019

Haddock Documentation is a bit broken. We can fix that in a follow-up PR, though.

@mpickering mpickering merged commit a947a34 into master Nov 14, 2019
@fendor fendor mentioned this pull request Nov 15, 2019
14 tasks
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.

None yet

2 participants