Skip to content

Treat SimTK String as std;;string across the swig interface.#4335

Open
aymanhab wants to merge 1 commit into
mainfrom
swig_simtk_string
Open

Treat SimTK String as std;;string across the swig interface.#4335
aymanhab wants to merge 1 commit into
mainfrom
swig_simtk_string

Conversation

@aymanhab

@aymanhab aymanhab commented Jun 2, 2026

Copy link
Copy Markdown
Member

Fixes issue #4324

Brief summary of changes

This PR tells SWIG to treat SimTK::String as an std::string across the interface. Due to the fact that SimTK::String has an implicit conversion this should not cause problems. Besides no old interfaces are affected, only methods with SimTK::String in signature are now available to scripting.

Testing I've completed

Check signature of SWIG generated java files and they looked correct/usable.

Looking for feedback on...

CHANGELOG.md (choose one)

  • will update once testing is complete

This change is Reviewable

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.

1 participant