RW support for function handles#232
Conversation
* MAT_HDF: New method m_write() to write function handles * MAT_HDF: New constants for MATLAB_object_decode 1 to 3 * write.jl: Add RW test * read.jl: Remove standalone read test * MAT_subsys: Fix for writing MatlabOpaque objects with object ID = 0 * MAT_subsys: Added class "function_handle_workspace" to list of saveobj classes * MAT_subsys: Fix for serializing nested objects
|
Added write support for function handles
Some types of function handles use opaque objects which revealed some bugs which has been fixed:
These bugs are implicitly tested with RW for function handles. I think the |
|
It might be a good idea to change the type of |
|
Updated |
|
yeah looks good to me, if you want I can merge. Since there are no other PRs ready to merge, it's even easiest if you do a package version bump in this PR to 0.11.5, then I can register right after merging this PR. |
Reference: #221
FunctionHandlefunction_handles.matto reflect new typeTODO: Add write support
If the new type is sufficient then I'll move on to writing.