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
There may be other similar errors, but the first one I encountered with the latest main branch is in m-dict.h:172 the use of a bare ARRAY_DEF instead of M_ARRAY_DEF.
I have written a test case to check for this which detected a few more issues in the code.
Everything has been fixed in master.
Thanks again for your bug report!
There may be other similar errors, but the first one I encountered with the latest main branch is in
m-dict.h:172
the use of a bareARRAY_DEF
instead ofM_ARRAY_DEF
.mlib/m-dict.h
Line 172 in e1a4d35
It could be good to design and build the unit tests with
M_USE_SMALL_NAME
of zero to ensure there aren't other similar problems.The text was updated successfully, but these errors were encountered: