Skip to content

Completed std::wstring support.#2117

Merged
sharmeye merged 4 commits into
masterfrom
wstring-support
May 14, 2026
Merged

Completed std::wstring support.#2117
sharmeye merged 4 commits into
masterfrom
wstring-support

Conversation

@hchen99
Copy link
Copy Markdown
Contributor

@hchen99 hchen99 commented May 12, 2026

Tested following for this ticket for both std::wstring and std::string:

  • std::wstring _wstring, std::wstring[2] vec2_wstring, and std::wstring* ptr_wstring
    • In input file:
      • xxx._wstring = "Hello"
      • xxx.vec2_wstring = ["Hello", "World"]
      • xxx.ptr_wstring = trick.TMM_declare_var_1d("std::wstring", 5)
  • checkpoint
  • TV

@coveralls
Copy link
Copy Markdown

coveralls commented May 12, 2026

Coverage Status

coverage: 56.928% (+0.2%) from 56.774% — wstring-support into master

@hchen99 hchen99 linked an issue May 13, 2026 that may be closed by this pull request
Comment thread trick_source/sim_services/VariableServer/VariableReference.cpp Outdated
Comment thread trick_source/trick_swig/swig_ref.cpp
@sharmeye sharmeye merged commit d08e471 into master May 14, 2026
9 checks passed
@sharmeye sharmeye deleted the wstring-support branch May 14, 2026 19:12
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.

Trick does not support std::wstring

4 participants