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
Currently, types of 'any' are simply ignored when generating output.
This improves the handling of 'any' by adding explicit conversions to:
- float
- double
- char
- int8_t
- uint8_t
- int16_t
- uint16_t
- int32_t
- uint32_t
- int64_t
- uint64_t
and
- std::string
required to fixdeNBI-cibi/tool_description_lib#59
Currently, types of 'any' are simply ignored when generating output.
This improves the handling of 'any' by adding explicit conversions to:
- float
- double
- char
- int8_t
- uint8_t
- int16_t
- uint16_t
- int32_t
- uint32_t
- int64_t
- uint64_t
and
- std::string
required to fixdeNBI-cibi/tool_description_lib#59
See OpenMS/OpenMS#7720
Improvement of schema code generator: common-workflow-language/schema_salad#893
Updated generated code: common-workflow-lab/cwl-cpp-auto#11
Improved TDL: #60
The text was updated successfully, but these errors were encountered: