Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs and usability of EvaluatorBuilder #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 20, 2024

  1. Improve docs and usability of EvaluatorBuilder

    - extend, update, and reword docs
      (inspired by pkl-lang.org and Project.pkl docs)
    - avoid duplication of docs by referring
      from add/get methods to set methods
    - add a few add/get/set methods to
      improve consistency and documentability
    - default to empty instead of null
      StackFrameTransformer to improve usability
    - do not change builder state in build()
    - require non-empty allowedModules
    - require null securityManager in setRootDir()
    - improve some error messages
    translatenix committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ca07756 View commit details
    Browse the repository at this point in the history