forked from PolymerLabs/arcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wasm API Tests: Rendering in Kotlin (PolymerLabs#4047)
* modify fake slotComposer to listen to new rendering system * enabling first render test for kotlin * Adapting render for null cases * Updating render test -- now passing * enable kotlin test for autoRender * Specify render on handle sync and update * Default particle handle behavior is now to renderOutput * renderTest: more idiomatic kt * fix: sp * Documented Particle class - added docs - also converted {} to Unit * reducing variables * Added more comments to wasm interop * update connectHandle to match ABI - added Direction enum - TODO(alxr): Make direction meaningful for connections * Revert behavior: Handle update --> Rendering * Autoformat * Fixed LOTS of lint errors in interop * fixed kt lint errors in tests * Fixed particle lint erros * revert import change; hopefully doesn't fail lint * got ktlint and bazel build right
- Loading branch information
Showing
9 changed files
with
254 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.