Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backport 0.17.x: Two fixes in our Go API code: (#5066) #5073

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

jefferai
Copy link
Member

@jefferai jefferai commented Sep 4, 2024

  • Replace interface{} with any
  • For options that are bools, don't always set true; set to the actual value passed in (some options already behaved this way, but they all should)

Supercedes #5070

* Replace `interface{}` with `any`
* For options that are bools, don't always set true; set to the actual
  value passed in (some options already behaved this way, but they all
  should)
@jefferai jefferai merged commit 3b77ebe into release/0.17.x Sep 11, 2024
57 of 58 checks passed
@jefferai jefferai deleted the jefferai-backport-go-bools-0.17 branch September 11, 2024 18:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants