andreachild commented on code in PR #3218: URL: https://github.com/apache/tinkerpop/pull/3218#discussion_r2383426267
########## docs/src/dev/developer/development-environment.asciidoc: ########## @@ -496,6 +496,7 @@ and GLVs will run automatically with integration tests against the TinkerTransac * `cd site` ** Generate web site locally: `bin/generate-home.sh` ** Publish web site: `bin/publish-home.sh <username>` +* GLV Examples: TinkerPop maintains GLV examples in two distinct locations. User-facing examples in the `glv-examples/` directory utilize published driver versions and are referenced in the main documentation. Module-level examples within each GLV directory (e.g., `gremlin-python/src/main/python/examples/`) use local development code and are executed as part of the build process to ensure compatibility and prevent regressions. Review Comment: This PR doesn't add ability to execute examples as part of the build yet, right? ```suggestion * GLV Examples: TinkerPop maintains GLV examples in two distinct locations. User-facing examples in the `glv-examples/` directory utilize published driver versions and are referenced in the main documentation. Module-level examples within each GLV directory (e.g., `gremlin-python/src/main/python/examples/`) use local development code to ensure compatibility and prevent regressions. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
