Antoine Merle
Antoine Merle
I cloned the latest MDSplus distribution and installed it on my machine (Ubuntu 22.04) using ``` ./bootstrap mkdir build cd build ../configure --prefix=$HOME/libraries/mdsplus --enable-debug=yes --disable-java CXXFLAGS='-std=c++11' make all make install...
It seems some C++ style comments have made their way into some C headers. This breaks compilation of software depending on MDSplus includes and relying on `-ansi` or `-std=c90` options....
$ROPRAND is no longer ignored in SUM operations while [documentation](https://www.mdsplus.org/index.php/Documentation:Reference:TDI_S2#sum) still says it should be ignored. TDI> SUM([1.,$ROPRAND]) $ROPRAND while in older versions (e.g. stable_release-7-1-10) TDI> SUM([1.,$ROPRAND]) 1.
When using segments to store data in a node, we have found some weird behaviour when either reading the whole node or extracting a single segment using `GetSegment.fun`. The documentation...
As mentioned in #2408, running the test suite on my Linux PC for the alpha branch, I always get failing tests where the TDI function a12__part_name.fun seems to be missing,...
Hello, I wonder if it is possible to throw custom errors in TDI? For example on TCV some nodes rely on the execution of a custom TDI function and in...
In `include/ipdesc.h` `SendArg` is declared as: ``` extern int SendArg(int s, unsigned char i, char dtype, unsigned char nargs, short len, char ndims, int *dims, char *ptr); ``` while in...
**Affiliation** SPC/EPFL **Description** The `do_login` method called when establishing an mdsip connection has a fixed 10s timeout (see [ConnectToMds.c](https://github.com/MDSplus/mdsplus/blob/9cb20ed47249576d100a5e395028605a220e6146/mdstcpip/mdsipshr/ConnectToMds.c#L92)) It would be useful to be able to change this value...
**Affiliation** SPC-EPFL **Description** Currently the handling of remote events only allows to receive 12 bytes of the event data (with no information about the actual length). It would be nice...
**Affiliation** SPC-EPFL **Version(s) Affected** Stable 7.142.81 **Platform(s)** Ubuntu 24.04 **Installation Method(s)** Official DEB repository **Describe the bug** If a tree is open in process 1 and process 2 replaces this...