Skip to content

docs: clarify built-in name conflicts#978

Open
sanmaxdev wants to merge 1 commit into
expr-lang:masterfrom
sanmaxdev:docs/builtin-name-conflicts
Open

docs: clarify built-in name conflicts#978
sanmaxdev wants to merge 1 commit into
expr-lang:masterfrom
sanmaxdev:docs/builtin-name-conflicts

Conversation

@sanmaxdev

Copy link
Copy Markdown

Summary

  • Document how built-in function names can shadow environment variables with the same name.
  • Point readers to $env, expr.DisableBuiltin, and expr.DisableAllBuiltins for the supported workarounds.

Testing

  • go test ./...
  • git diff --check

Closes #905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Built in functions shadow user variables

1 participant