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: Don't find/replace FLAG_KEY in SDK instructions #193

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

dbolson
Copy link
Contributor

@dbolson dbolson commented Apr 19, 2024

This was breaking java and android examples.

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Provide links to any issues in this repository or elsewhere relating to this pull request.

Describe the solution you've provided

Provide a clear and concise description of what you expect to happen.

Describe alternatives you've considered

Provide a clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context about the pull request here.

This was breaking java and android examples.
@@ -22,8 +22,6 @@ func ReplaceFlagKey(instructions string, key string) string {
key,
"my-boolean-flag",
key,
"FLAG_KEY",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There aren't any "FLAG_KEY" values to replace with the new SDK instruction examples.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can get rid of all of these except for the ones above the comment line now that we've made them all the same value?

Copy link
Contributor

Choose a reason for hiding this comment

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

same thing with sdk key -- I forgot to clean that up when I removed the old instructions.

@dbolson dbolson merged commit 39ea1ce into main Apr 22, 2024
2 checks passed
@dbolson dbolson deleted the sc-239265/fix-flag-key-bug branch April 22, 2024 15:19
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