Skip to content

transcripts executable doesn't need tests sources #1442

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

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Conversation

aryairani
Copy link
Contributor

@aryairani aryairani commented Apr 20, 2020

In #1416, I split unison-parser-typechecker:tests and unison-parser-typechecker:transcripts into distinct source dirs, instead of all in parser-typechecker/tests. The PR created an internal shared library for parser-typechecker/tests/ sources, that was then shared by tests and transcripts.

Unfortunately, this bumped up against commercialhaskell/stack#4148, and started causing stack repl and ghcid to fail, which was annoying.

For this PR, I noticed that transcripts doesn't actually need any parser-typechecker/tests/ sources, meaning we don't need any internal library, and can avoid the stack regression.

@pchiusano pchiusano merged commit da49007 into master Apr 21, 2020
@pchiusano pchiusano deleted the revert/test-lib branch April 21, 2020 15:09
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

Successfully merging this pull request may close these issues.

2 participants