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

feat: initial solver library #6

Merged
merged 57 commits into from
Oct 14, 2024
Merged

feat: initial solver library #6

merged 57 commits into from
Oct 14, 2024

Conversation

codergeek42
Copy link
Owner

@codergeek42 codergeek42 commented Jun 6, 2024

This is the initial implementation of the solver logic. Details WIP.

NB: This is a draft in progress, for visibility of CI workflow and code changes; and is NOT intended to be merged yet.

@codergeek42 codergeek42 added the enhancement New feature or request label Jun 6, 2024
@codergeek42 codergeek42 self-assigned this Jun 6, 2024
Copy link
Owner Author

@codergeek42 codergeek42 left a comment

Choose a reason for hiding this comment

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

Looks good so far; but needs cleanup:

  • Remove obsolete commented code.
  • Fix some comments & docs.

__tests__/lib/nextWordGuesserStrategy.test.ts Outdated Show resolved Hide resolved
__tests__/lib/wordleSolver.test.ts Outdated Show resolved Hide resolved
eslint.config.mjs Outdated Show resolved Hide resolved
src/lib/wordList.ts Outdated Show resolved Hide resolved
src/lib/wordList.ts Outdated Show resolved Hide resolved
src/lib/wordList.ts Outdated Show resolved Hide resolved
src/lib/wordList.ts Outdated Show resolved Hide resolved
src/lib/wordList.ts Outdated Show resolved Hide resolved
Signed-off-by: Peter Gordon <[email protected]>
Signed-off-by: Peter Gordon <[email protected]>
Signed-off-by: Peter Gordon <[email protected]>
Signed-off-by: Peter Gordon <[email protected]>
Remove unused guesserStrategiesSpyOn helper method.
Complete commented thought.
@codergeek42
Copy link
Owner Author

I cannot approve my own PRs in GitHub since I am the one who created them; but for good due process I prefer to use them instead of directly committing to the default branch.

This comment plus checking the "Merge without waiting for requirements to be met (bypass branch protections)" option above together constitute approval in lieu of that.

@codergeek42 codergeek42 merged commit d1c1997 into main Oct 14, 2024
6 checks passed
@codergeek42 codergeek42 deleted the initial-library branch October 14, 2024 01:55
@codergeek42 codergeek42 changed the title Draft: feat: initial solver library feat: initial solver library Oct 15, 2024
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.

1 participant