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

Ensure Compatibility During Deprecation: Replace Deprecated Functions in createPuzzle() #61

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Mar 2, 2024

This pull request resolves compatibility issues arising from the use of deprecated functions within the createPuzzle() method, prior to its complete removal.

Changes:

  • Replaces Inappropriate Functions:
    • Substitutes mapIndexedToSudokuBoard() and mapToSudokuBoard(), which are no longer compatible with the current codebase, with appropriate replacement logic for handling givens and solution.
    • Employs alternative methods like map, toList, and type conversions to achieve the same functionality without relying on deprecated elements.

@teogor teogor added this to the 1.0.0-beta02 milestone Mar 2, 2024
@teogor teogor self-assigned this Mar 2, 2024
@teogor teogor merged commit b8b808e into main Mar 2, 2024
4 checks passed
@zeobot zeobot bot deleted the bugfix/deprecated-functions-compatibility branch March 2, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant