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, the only integer operator parameter type is int (which internally maps to a uint32).
This naming should be clarified, and parameter types for uint64, int64, uint32, int32 should be added.
Furthermore, the term 'parameter' is used synonymously with 'option' and 'argument' in the codebase and documentation. This should be harmonized as well.
The text was updated successfully, but these errors were encountered:
Currently, the only integer operator parameter type is
int
(which internally maps to auint32
).This naming should be clarified, and parameter types for
uint64
,int64
,uint32
,int32
should be added.Furthermore, the term 'parameter' is used synonymously with 'option' and 'argument' in the codebase and documentation. This should be harmonized as well.
The text was updated successfully, but these errors were encountered: