Skip to content

Commit

Permalink
update release notes, known issues about swig array types
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Dec 5, 2024
1 parent bfdc216 commit 1d6cc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Support/bskKnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Version |release|
-----------------
- pip-based installation in editable mode using ``pip install -e .`` is not currently supported.
Developers and users alike should continue to use ``python conanfile.py`` installation.


- SWIG wrapper does not fully support all array types in message payloads. This affects custom message
payloads that use these types for array members. Workaround is to add them to ``swig_conly_data.i``.
Version 2.5.0
-------------
- pip-based installation in editable mode using ``pip install -e .`` is not currently supported.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Version |release|
:ref:`scenarioRoboticArm` scenarios.
- Fixed issue in which reading ``RWModel`` from RW message payloads when :ref:`vizInterface` was also
imported would return a Swig Object instead of an enumerated integer.
- Fixed SWIG array handling for message payloads on macOS, particularly addressing issues with uint8_t arrays and other
array types in message payloads. This resolves compatibility issues between SWIG's array typemaps and builds.


Version 2.5.0 (Sept. 30, 2024)
Expand Down

0 comments on commit 1d6cc37

Please sign in to comment.