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

move to code dir #2020

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

move to code dir #2020

wants to merge 1 commit into from

Conversation

kostmo
Copy link
Member

@kostmo kostmo commented Jul 8, 2024

Closes #2015

Applies the DRY principle to the list of Haskell source folders that occur in various places.

@kostmo kostmo requested review from byorgey and xsebek July 8, 2024 21:19
@kostmo kostmo marked this pull request as ready for review July 8, 2024 21:19
if grep --line-number --include \*.hs -riP '(TODO|FIXME|XXX)\b' src app 2>&1 | grep -vP '#\d+'; then
if grep --line-number --include \*.hs -riP '(TODO|FIXME|XXX)\b' code 2>&1 | grep -vP '#\d+'; then
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this fixes a bug wherein the test directory was excluded

@kostmo kostmo added the Z-Refactoring This issue is about restructuring the code without changing the behaviour to improve code quality. label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-Refactoring This issue is about restructuring the code without changing the behaviour to improve code quality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move src, test, and app directories into a code directory
1 participant