Add CI#13
Conversation
|
Thanks! I'll wait a bit before merging this PR. |
|
Our temporary fix is to add the wcwidth Github repo as an extra dependency in our stack configuration: duo-lang/duo-lang#491 We hope to remove that workaround once wcwidth has been fixed upstream and a new version uploaded to Hackage. |
|
I think it might be a good idea to do the same here, and also to document it (until a new version of However, a quick question before: from what I see in the |
|
Let's merge this, but we know that currently, Windows support for wcwidth (at least the officially published package) is a bit lacking. |
|
Sorry, it took me quite a while to come back to this. I have written to the maintainer of wcwidth and have asked to take over maintenance of the wcwidth package on Hackage. If that works out then I will be able to release a new version of wcwidth on Hackage, and properly fix diagnose on Windows. |
Add a Github Action CI Build matrix for Windows + Mac + Ubuntu.