[apache/incubator-teaclave-sgx-sdk] The reason for TCSPolicy requirement on env_logger? (#271)

2020-10-05 Thread Adam Szkoda
Hi! I was trying to use the logging library within an enclave as described at https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master/samplecode/logger#usage and came across the `TCSPolicy = 0` requirement. Everything works great with that setting. The problem is, unfortunately, I ha

Re: [apache/incubator-teaclave-sgx-sdk] The reason for TCSPolicy requirement on env_logger? (#271)

2020-10-08 Thread Adam Szkoda
Awesome, thank you! I did some tests and it's almost perfect. One glitch that I found is that within Rust tests, the `--nocapture` flag isn't being respected. What I mean by that is when I initialize the logger like so (note the `is_test(true)` call) : ```Rust #[no_mangle] pub extern

[apache/incubator-teaclave-sgx-sdk] Are git tags being mutated? (#303)

2020-12-21 Thread Adam Szkoda
Hi 👋 My cargo dependencies occasionally break in various ways. While investigating, I noticed the `v1.1.3` tag got repointed to a newer commit: * Previous one: https://github.com/apache/incubator-teaclave-sgx-sdk/commit/254368badb9eb2d4cdab631a34e234bf6e54e585 ![image](https://user-images.gi

Re: [apache/incubator-teaclave-sgx-sdk] Are git tags being mutated? (#303)

2021-01-08 Thread Adam Szkoda
Thank you for clarifying @dingelish -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/303#issuecomment-756982675

Re: [apache/incubator-teaclave-sgx-sdk] Are git tags being mutated? (#303)

2021-03-25 Thread Adam Szkoda
The new resolver [has landed in 1.51.0](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#cargos-new-feature-resolver)! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sd