## Description The improvement was used in the cleanroom product and can be used for other products in the future.
Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [X] Fork the repo and create your branch from `master`. - [X] If you've added code that should be tested, add tests. - [X] If you've changed APIs, update the documentation. - [X] Ensure the tests pass (see CI results). - [X] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/677 -- Commit Summary -- * Improve function arguments by introducing FunctionArgument -- File Changes -- M examples/c/builtin_echo.c (2) M examples/c/builtin_ordered_set_intersect.c (2) M examples/python/builtin_echo.py (3) M examples/python/builtin_face_detection.py (10) M examples/python/builtin_gbdt_train.py (14) M examples/python/builtin_online_decrypt.py (8) M examples/python/builtin_ordered_set_intersect.py (4) M examples/python/builtin_password_check.py (2) M examples/python/builtin_private_join_and_compute.py (4) M examples/python/builtin_rsa_sign.py (4) M examples/python/mesapy_echo.py (4) M examples/python/mesapy_logistic_reg.py (4) M examples/python/test_disable_function.py (15) M examples/python/wasm_c_simple_add.py (14) M examples/python/wasm_rust_psi.py (7) M examples/python/wasm_tvm_mnist.py (4) M examples/rust/builtin_echo/src/main.rs (4) M examples/rust/builtin_ordered_set_intersect/src/main.rs (5) M sdk/python/teaclave.py (35) M sdk/rust/src/lib.rs (6) M services/management/enclave/src/service.rs (15) M services/proto/src/proto/teaclave_frontend_service.proto (12) M services/proto/src/teaclave_frontend_service.rs (92) M tests/functional/enclave/src/end_to_end/builtin_echo.rs (3) M tests/functional/enclave/src/end_to_end/builtin_gbdt_train.rs (18) M tests/functional/enclave/src/end_to_end/mesapy_data_fusion.rs (3) M tests/functional/enclave/src/end_to_end/mesapy_echo.rs (3) M tests/functional/enclave/src/management_service.rs (14) M types/src/function.rs (25) M types/src/staged_function.rs (3) M types/src/task_state.rs (19) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/677.patch https://github.com/apache/incubator-teaclave/pull/677.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/677 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>