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

refactor(common): move kpj-related files into developer-utils 🐉 #11531

Merged

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented May 24, 2024

Part of #9665.

In preparation for moving source file types into developer-utils, move the existing developer-utils files into src/ and src/utils subfolders.

Moves the kpj test fixtures into developer-utils, moves from let to const in code where required by eslint, and reduces the coverage threshold in order to get tests to pass for developer-utils.

As we move some better-tested areas out of common-types, it looks like our overall coverage goes down there, but it also went down in developer-utils! 😭

@keymanapp-test-bot skip

mcdurdin added 6 commits June 12, 2024 16:31
In preparation for moving source file types into developer-utils, move
the existing developer-utils files into src/ and src/utils subfolders.
Moves the kpj test fixtures into developer-utils, moves from let to
const in code where required by eslint, and reduces the coverage
threshold in order to get tests to pass for developer-utils.
As we move some better-tested areas out of common-types, it looks like
our overall coverage goes down.
@mcdurdin mcdurdin force-pushed the refactor/common/9665-move-project-file-type-to-developer branch from 25f944c to 071fe5c Compare June 12, 2024 22:57
@darcywong00 darcywong00 modified the milestones: A18S4, A18S5 Jun 21, 2024
@darcywong00 darcywong00 modified the milestones: A18S5, A18S6 Jul 8, 2024
@darcywong00 darcywong00 modified the milestones: A18S6, A18S7 Jul 19, 2024
@mcdurdin mcdurdin marked this pull request as ready for review August 1, 2024 06:02
@mcdurdin mcdurdin requested a review from darcywong00 as a code owner August 1, 2024 06:02
@mcdurdin mcdurdin requested a review from jahorton as a code owner August 1, 2024 06:02
Copy link
Contributor

@jahorton jahorton left a comment

Choose a reason for hiding this comment

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

It looks like this PR mostly moves Developer-only pieces formerly within common/web/types to developer/src/common/web/utils/src?

LGTM, perhaps outside of one nit.

common/web/types/build.sh Outdated Show resolved Hide resolved
@darcywong00 darcywong00 modified the milestones: A18S7, A18S8 Aug 2, 2024
@mcdurdin mcdurdin merged commit 7849b77 into master Aug 7, 2024
19 checks passed
@mcdurdin mcdurdin deleted the refactor/common/9665-move-project-file-type-to-developer branch August 7, 2024 05:12
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.84-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants