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

Intelligently pick correct ipkg using source directory #164

Open
michaelmesser opened this issue Mar 27, 2022 · 0 comments
Open

Intelligently pick correct ipkg using source directory #164

michaelmesser opened this issue Mar 27, 2022 · 0 comments
Labels
bug Something isn't working ipkg

Comments

@michaelmesser
Copy link
Contributor

michaelmesser commented Mar 27, 2022

├── A
│   └── A.idr
├── B
│   └── B.idr
├── a.ipkg -- sourcedir = A
└── b.ipkg -- sourcedir = B

A/A.idr should be loaded with a.ipkg
B/B.idr should be loaded with b.ipkg

Caused by idris-lang/Idris2#2381 so this is really an issue with Idris

@michaelmesser michaelmesser added bug Something isn't working ipkg labels Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ipkg
Projects
None yet
Development

No branches or pull requests

1 participant