-
Notifications
You must be signed in to change notification settings - Fork 39
GenEntryContent with parametrised content #102
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
Conversation
|
The direction looks good to me. Thanks, waiting until it becomes not a work-in-progress. |
|
This is ready for review, every piece is in place, but I would rather not spend time polishing at this point, before its agreed this is the way forward. |
Bodigrim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm content with the direction here and have only a few comments. To be sure, let's wait until the next weekend just in case someone suddenly comes up with a different, less invasive solution (or finds a fatal flaw in this approach).
ba666d2 to
3566aa1
Compare
3566aa1 to
aa8f734
Compare
Bodigrim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
If there are no other comments or suggestions, I'll merge it on Sunday (feel free to remind me if I forget).
| pack' | ||
| :: FilePath | ||
| -> [FilePath] | ||
| -> IO [GenEntry OsPath TarPath LinkTarget] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we are going for a major version bump anyway, maybe it's time to switch from FilePath to OsPath everywhere... Although one can argue that GenEntry OsPath is a detail implementation and should be semi-hidden behind a type synonym...
(Not asking you to change anything, just thinking aloud)
|
Thanks a lot! |
See #100 (comment)