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

re-add Typedefs.Strings without breaking CI #201

Open
andrevidela opened this issue Dec 16, 2019 · 0 comments
Open

re-add Typedefs.Strings without breaking CI #201

andrevidela opened this issue Dec 16, 2019 · 0 comments

Comments

@andrevidela
Copy link
Collaborator

https://github.com/typedefs/typedefs/blob/fb909be7589509df0b78b29d43e35673f5177514/src/Typedefs/Strings.idr

This file has been removed and the functions have been placed in Typedefs.Typedefs. This has been done to satisfy nix to build typedefs, indeed, with the file and the imports present it would fail with the following error:

Type checking ./Typedefs/TermParse.idr
 Can't find import Typedefs/Strings
builder for '/nix/store/z8s5px057m2gamxp9drh87741k3qihzv-idris-typedefs-core-dev.drv' failed with exit code 1
cannot build derivation '/nix/store/2r9jxqszndna5nyvmnqwbbymcnli3h74-idris-typedefs-examples-dev.drv': 1 dependencies couldn't be built
error: build of '/nix/store/2r9jxqszndna5nyvmnqwbbymcnli3h74-idris-typedefs-examples-dev.drv' failed

Those string-specific functions should return to Typedefs.Strings instead of polluting the Typedefs.Typedefs module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant