Lee Taylor
Lee Taylor
There is some C++ code in our C headers at ``sidre/core/SidreDataTypeIds.h. using SIDRE_IndexType = int64_t; Since we're compiling the C tests with C++, everything seemed ok. I made a simple...
Many Sidre users will never interact with *Buffer* objects directly. They are created as part of creating a *View* and released when there are no *Views* associated with the *Buffer*....
As part of the release process, ``scripts/make_release_tarball.sh --with-data`` is run to create compressed tar files of the release with the submodules included. I ran the script at LC to create...
I went to make some changes to command line arguments in `build_devtools.py` . Looking at the documentation for `optparse` I find: Deprecated since version 3.2: The optparse module is deprecated...
The current version of Shroud in devtools is not working with Python 3.10. File "/collab/usr/gapps/axom/devtools/toss_4_x86_64_ib/2023_10_17_16_15_32/._view/ypfidjpdm7fhkqcpekza67w5xgiaw7yg/python-3.10.10/lib/python3.10/site-packages/shroud/typemap.py", line 247, in __export_yaml__ util.as_yaml(self, order, output) File "/collab/usr/gapps/axom/devtools/toss_4_x86_64_ib/2023_10_17_16_15_32/._view/ypfidjpdm7fhkqcpekza67w5xgiaw7yg/python-3.10.10/lib/python3.10/site-packages/shroud/util.py", line 113, in as_yaml if isinstance(obj,...