mwinkel-dev

Results 180 comments of mwinkel-dev

When this bug is fixed, uncomment all `IDL-2639-*` tests in the IDL test harness (`idl/testing/run_tests.py`).

It would likely be useful to add a new error code for zero. This would have to be added to the `Ss` facility section of the `mdsshr_messages.xml` file. Perhaps it...

Hi @rdeng23 -- Just a quick note to acknowledge receipt of your post. Some additional information would be helpful. - Which operating system are you using? And what version of...

Hi @rdeng23, I just observed the same problem on my Windows 10 dev system (which presently has the older `stable_7.50.1` installed). If you look at the `devtools\lib32\mingw` directory, you will...

Hi @rdeng23, Answer is that the build system is presently not building a 32-bit version of `MdsObjectsCppShr-VS.lib`. Therefore, I am upgrading your inquiry to a bug. It will likely take...

Hi @rdeng23, Visual Studio is quite flexible. If you already have the `mingw` toolchain installed on your computer, Visual Studio can probably use the `devtools\lib32\mingw\MdsObjectsCppShr.lib` file. A web search will...

Hi @ryanalbosta -- Thanks for submitting this issue. It is related to Issue #2589. I will soon submit a PR to fix both issues.

Was able to reproduce this bug using Ubuntu 20.04 running the "stable" branch of MDSplus, with python 3.8.10 and numpy 1.24.3. Interesting though that the bug does not occur in...

This is a duplicate of Issue #2532 and was fixed in the "alpha" branch by PR #2537. That PR also needs to be merged into the "stable" branch.

Hi @ModestMC, The first version of the MATLAB tests are now in `alpha-7-139-65`. You can obtain it from the GitHub web site. https://github.com/MDSplus/mdsplus/releases/tag/alpha_release-7-139-65 In a few days, you will also...