Skip to content

Commit

Permalink
rl-next: add pure-storepath-builtin release entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Jan 6, 2025
1 parent cb2871a commit 4b003ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/manual/rl-next/pure-storepath-builtin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
synopsis: "Add pure-storepath-builtin experimental feature"
issues: [ 5868 ]
prs: [ 12141 ]
---

The `pure-storepath-builtin` [experimental feature](@docroot@/language/builtins.md) was added, which controls whether [`storePath`](@docroot@/language/builtins.md#builtins-storePath) should be allowed in pure evaluation mode. If the `pure-storepath-builtin`
experimental feature is enabled, `storePath` will no longer error when run in pure evaluation mode.

This is intended as a stop-gap solution while the correct behaviour of `storePath` is debated in the linked issue.

0 comments on commit 4b003ec

Please sign in to comment.