Skip to content

Commit

Permalink
SDK patch: Fix invalid types, duplicate methods
Browse files Browse the repository at this point in the history
This fixes SDK autogen code on the following:
- It generates a bunch of duplicate overloaded methods with same signature. This is NOT allowed in kotlin
- Update the proper return type on some of the methods
- The test for ScoringFnTest and ScoringFunctionRegisterParamsTest is buggy (wrong return type, or something). Disabling it for now, and maybe it might be automatically fixed once the two other points above were fixed by stainless in next autogen
  • Loading branch information
Riandy committed Nov 13, 2024
1 parent af7c8f7 commit a2af06e
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 3,018 deletions.
Loading

0 comments on commit a2af06e

Please sign in to comment.