-
Notifications
You must be signed in to change notification settings - Fork 217
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
Windows CI failure in Dhall.DirectoryTree
#2452
Comments
I am on it. |
In order to fix the Windows builds observed in dhall-lang#2452 we only include the `FromDhall CUid` and `FromDhall CGid` instance only if we are on that platform. Those types are not available there which caused the CI failure. Fixes dhall-lang#2452
Just to clarify: does this only affect Windows? |
@Gabriella439 Yes, Unix systems are fine. The issue is caused by some missing types in the |
Also setting permissions does not work as expected on Windows: https://github.com/mmhat/dhall-haskell/actions/runs/3147765869/jobs/5117585580 |
It is currently broken; See the discussion of dhall-lang#2452
In order to fix the Windows builds observed in dhall-lang#2452 we only include the `FromDhall CUid` and `FromDhall CGid` instance only if we are on that platform. Those types are not available there which caused the CI failure. Fixes dhall-lang#2452
It is currently broken; See the discussion of dhall-lang#2452
In order to fix the Windows builds observed in dhall-lang#2452 we only include the `FromDhall CUid` and `FromDhall CGid` instance only if we are on that platform. Those types are not available there which caused the CI failure. Fixes dhall-lang#2452
It is currently broken; See the discussion of dhall-lang#2452
In order to fix the Windows builds observed in #2452 we only include the `FromDhall CUid` and `FromDhall CGid` instance only if we are on that platform. Those types are not available there which caused the CI failure. Fixes #2452 * Use unsafe coercion for FromDhall instances of UserID/GroupID * Added more to-directory-tree tests * Warn on mismatch of file permissions on Windows
See https://github.com/dhall-lang/dhall-haskell/actions/runs/3138921448/jobs/5098786985#step:5:3517.
This seems related to #2437. Could you possibly take a look, @mmhat?
The text was updated successfully, but these errors were encountered: