DemesneGH opened a new issue, #250: URL: https://github.com/apache/teaclave-trustzone-sdk/issues/250
The current implementation in https://github.com/apache/teaclave-trustzone-sdk/blob/main/optee-utee-build/src/linker.rs uses boolean flags and nested if/else logic that makes the code difficult to understand and maintain. We should leverage Rust's type system to create cleaner, more maintainable code. Discussed in https://github.com/apache/teaclave-trustzone-sdk/pull/245#discussion_r2462215619 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
