Skip to content

objectmaker methods need to be cast to their real type for emscripten

Zack Lee requested to merge cuinjune/purr-data:cast_objectmaker into emscripten

This fixes the inconsistency check error when a number-based float object is created. (e.g. [3])

Merge request reports