[GitHub] [incubator-teaclave-trustzone-sdk] syedelec commented on issue #103: Create a persistent object from an initialized transient object

2023-01-19 Thread GitBox
syedelec commented on issue #103: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1397162176 I have this error: ``` error[E0308]: mismatched types --> src/ecdsa.rs:32:14 | 32 | Some(ec_key), | ^^ e

[GitHub] [incubator-teaclave-trustzone-sdk] syedelec commented on issue #103: Create a persistent object from an initialized transient object

2023-01-20 Thread GitBox
syedelec commented on issue #103: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1398140219 I have another error: ``` error[E0616]: field `0` of struct `TransientObject` is private --> src/ecdsa.rs:32:21 | 32 | Some(ec_

[GitHub] [incubator-teaclave-trustzone-sdk] syedelec commented on issue #103: Create a persistent object from an initialized transient object

2023-01-20 Thread GitBox
syedelec commented on issue #103: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1398165574 Unfortunately I have another error even with the workaround ``` error[E0509]: cannot move out of type `TransientObject`, which implements the `Drop`

[GitHub] [incubator-teaclave-trustzone-sdk] syedelec commented on issue #103: Create a persistent object from an initialized transient object

2023-01-20 Thread GitBox
syedelec commented on issue #103: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/103#issuecomment-1398498977 Thanks it's working now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo