docs: update API examples with new handle parameter#607
docs: update API examples with new handle parameter#607viferga merged 2 commits intometacall:developfrom
Conversation
Updated documentation examples for: -from_single_file -from_file -from_memory Added None as handle parameter to match new API signature.
|
Found Pre-existing CI Build/Path Issue Following up on the CI failures, I investigated further and found that the missing derpyramda.js module is part of the source code: The test source/ports/py_port/test/test_simple.py (line ~63) tries to import from it. Conclusion Reinforced: My documentation-only PR does not affect the CMake build system or the deployment path of the derpyramda test module. The CI failures for both the Node.js module resolution and the Python segmentation fault are pre-existing infrastructure or flaky test issues. |
Don't worry that is because those CIs are work in progress. Your PR is fine, I am merging it. |
Updated documentation examples for:
-from_single_file
-from_file
-from_memory
Added None as handle parameter to match new API signature.
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #(issue_no)
Type of change
Checklist:
make testorctest -VV -R <test-name>)../docker-compose.sh test &> outputand attached the output.OPTION_BUILD_ADDRESS_SANITIZERor./docker-compose.sh test-address-sanitizer &> outputandOPTION_TEST_MEMORYCHECK.OPTION_BUILD_THREAD_SANITIZERor./docker-compose.sh test-thread-sanitizer &> output.Helgrindin case my code works with threading.make clang-formatin order to format my code and my code follows the style guidelines.If you are unclear about any of the above checks, have a look at our documentation here.