Skip to content

Conversation

@aedart
Copy link
Contributor

@aedart aedart commented Jan 28, 2025

PR extracts dump() and dd() into its own debug module, at the top level.
Additionally, the semver_parse() has also been extracted into its own sub-module, which is intended to contain utilities related to semantic versioning.

We should expect that more debugging utils will be added in future versions and it is therefore a good idea to have a custom "debug" module, in the top-level.
We should also expect util related to semantic versioning to grow over time. Therefore, it is for the best that we group these into its own sub-module.
@aedart aedart added the enhancement New feature or request label Jan 28, 2025
@aedart aedart self-assigned this Jan 28, 2025
@aedart aedart requested a review from kernelguy January 28, 2025 14:28
@kernelguy kernelguy merged commit f31201e into main Jan 29, 2025
4 checks passed
@aedart aedart deleted the refactor-modules branch January 29, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants