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

fix(tile-converter): Returning --slpk for backward compatibility #3138

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

dariaterekhova-actionengine
Copy link
Collaborator

Currently tile-converter will just stop if it found --slpk option so we need to ignore it in order to keep backward compatibility. We're also going to make 4.3.1 version with this fix

// we need this option for backward compatibility
// do nothing but don't throw the error
case '--slpk':
break;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Q: Log a warning stating that this option no longer has an effect?

@dariaterekhova-actionengine dariaterekhova-actionengine merged commit c7e3b0d into master Oct 18, 2024
1 of 2 checks passed
@dariaterekhova-actionengine dariaterekhova-actionengine deleted the dt/slpk-option-bc branch October 18, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants