-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vine: add library context implementation (#3900)
* working on manager side and library side * extend signature of create_library_from_functions * add context to library from manager side * remove redundant function in library_network_code * update library_network_code to add library context * add exec mode to library task * add support for fork and direct * add access to state via a util function * clean up code * add exec_mode support * fix direct exec bug and add test * format code * add docs for library context and doc_serve in Makefile * fix PR comments * fix declaration * add tests for special functions and fix code for these tests
- Loading branch information
Showing
17 changed files
with
967 additions
and
434 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pod2htm*.tmp | ||
mkdocs-site/ | ||
manuals/api |
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.