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

Reorganise repository to facilitate a hie-bios cradle #6230

Closed
mpilgrem opened this issue Sep 7, 2023 · 0 comments
Closed

Reorganise repository to facilitate a hie-bios cradle #6230

mpilgrem opened this issue Sep 7, 2023 · 0 comments

Comments

@mpilgrem
Copy link
Member

mpilgrem commented Sep 7, 2023

A hie-bios cradle maps (a) filepaths to source code to (b) the buildable components of a package's Cabal file, in order to assist tools like HLS (Haskell Language Server).

In the case of Stack, currently, ./src contains source code for both components stack:lib and stack:test:stack-test (in ./src/test). It would be better for each component to have a unique filepath prefix.

I propose to move stack:test:stack-test to ./tests/unit and to move stack:exe:stack-integration-test to .tests/integration. This should not affect any of the pending pull requests.

mpilgrem added a commit that referenced this issue Sep 7, 2023
mpilgrem added a commit that referenced this issue Sep 7, 2023
mpilgrem added a commit that referenced this issue Sep 7, 2023
mpilgrem added a commit that referenced this issue Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant