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

Misc cleanup #194

Merged
merged 9 commits into from
Dec 11, 2023
Merged

Conversation

CosmicHorrorDev
Copy link
Collaborator

This includes quite a few various tweaks. The commit history is mostly clean up until the end because CI failures are a nightmare (that got mostly rebased away). The beefier parts have more detailed commit messages that cover various bits

The name change itself is largely benign. The sole motivation is that
`cargo test` defaults to alphabetical order for running tests and the
`watcher::tests::the_guantlet` is the longest test by far while also
being the last in the alphabet.

This change makes the test suite go from taking 0.92 seconds to 0.64
seconds. `file_watcher::tests::the_gauntlet` also happened to take 0.64
seconds according to `cargo nextest run`
Not actually an important change, but some of the imports were
sprawling, so I figured it was worth doing a little cleanup
@CosmicHorrorDev CosmicHorrorDev merged commit 67bdc6b into Inlyne-Project:main Dec 11, 2023
7 checks passed
@CosmicHorrorDev CosmicHorrorDev added the C-refactor Category: Reworking an existing feature label Dec 22, 2023
@CosmicHorrorDev CosmicHorrorDev deleted the misc-cleanup branch April 6, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-refactor Category: Reworking an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant