You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include property is not fetched properly and is therefore ignored. This prevents using std::vector or other container types for variable-length arrays in C++ types.
The text was updated successfully, but these errors were encountered:
This fixes, documents, and covers with test the ability to use std::vector instead of the built-in variable-length array type.
Also got rid of rstcheck as that project seems to be a hot mess. Too many false positives and major bugs not getting fixed. We’ll just have to manually test the docs using the tox -e docs target.
This fixes, documents, and covers with test the ability to use std::vector instead of the built-in variable-length array type.
Also getting a head-start on OpenCyphal#224
Also,also got rid of rstcheck as that project seems to be a hot mess. Too many false positives and major bugs not getting fixed. We’ll just have to manually test the docs using the tox -e docs target.
* Fix for #277
This fixes, documents, and covers with test the ability to use std::vector instead of the built-in variable-length array type.
Also getting a head-start on #224
Also,also got rid of rstcheck as that project seems to be a hot mess. Too many false positives and major bugs not getting fixed. We’ll just have to manually test the docs using the tox -e docs target.
* fixing broken doctest
Include property is not fetched properly and is therefore ignored. This prevents using std::vector or other container types for variable-length arrays in C++ types.
The text was updated successfully, but these errors were encountered: