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

chore: Removes module analysis, data path, and scripts folder #374

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

mchernicoff
Copy link
Contributor

Removes the module analysis and any of its dependent code. Because the module-deps.json file is no longer needed, this also removes any code, including in the CLI, related to specifying or locating the "data folder." And this removes the extraneous scripts folder, which resolves #350 .

@mchernicoff mchernicoff added the type: chore Clean up or management task. label Sep 10, 2024
@mchernicoff mchernicoff requested a review from a team September 10, 2024 14:42
@mchernicoff mchernicoff self-assigned this Sep 10, 2024
@mchernicoff mchernicoff requested review from patrickjcasey and removed request for a team September 10, 2024 14:42
Copy link
Collaborator

@alilleybrinker alilleybrinker left a comment

Choose a reason for hiding this comment

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

I think you'll also need to remove mention of the scripts folder in the cargo-dist config and the Containerfile.

@mchernicoff
Copy link
Contributor Author

I think you'll also need to remove mention of the scripts folder in the cargo-dist config and the Containerfile.

Oh good catch.

Copy link
Collaborator

@alilleybrinker alilleybrinker left a comment

Choose a reason for hiding this comment

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

LGTM!

Cargo.toml Outdated Show resolved Hide resolved
@alilleybrinker alilleybrinker merged commit 6a3e49e into main Sep 10, 2024
9 checks passed
@mchernicoff mchernicoff deleted the mchernicoff/delete-scripts branch September 24, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Clean up or management task.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Remove "scripts" dir now that we don't do per-module analyses
2 participants