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
This is a large mechanical change which changes toHex/fromHex/toBase64
and fromBase64 extension properties to functions. Additionally, it
changes the toDataItem property to be a function. This includes
changes in the processor which generates code.
Fixes Issue #599.
Test: ./gradlew check
Test: ./gradlew connectedCheck
Signed-off-by: David Zeuthen <[email protected]>
This is a large mechanical change which changes toHex/fromHex/toBase64
and fromBase64 extension properties to functions. Additionally, it
changes the toDataItem property to be a function. This includes
changes in the processor which generates code.
Fixes Issue #599.
Test: ./gradlew check
Test: ./gradlew connectedCheck
Signed-off-by: David Zeuthen <[email protected]>
Pointed out by @GarethCOliver in #595 (comment) and applies to at least
ByteArray.{to, From}Hex
andByteArray.{to, From}Base64
The text was updated successfully, but these errors were encountered: