Conversation
|
This is ready for review, the CI errors are all aeson-1.0.0.0 related. |
|
Anything else I should do for this @sol? |
|
Sorry for being lazy on this. Can you rebase this on current master, and I will try to take care of this soon. |
|
No worries! Rebased. |
|
Hey Mitchell, sorry again for the delay. I am currently working on a voice programming set up, and I hope this will allow me to avoid situations like that in the future. Regarding your code, I would try to make the code for the main feature more concise. I may try some things here myself. But some things you did are useful on their own. Let's split them out into a separate PR. |
|
|
||
| (dataFilesWarnings, dataFiles) <- | ||
| expandGlobs dir (fromMaybeList packageConfigDataFiles) | ||
| expandGlobs "data-files" dir (fromMaybeList packageConfigDataFiles) |
There was a problem hiding this comment.
Can you move this into a separate commit?
|
I applied some refactoring on top of your changes. To see the total diff you may want to look at #131. |
#118