Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
khepri_tx_adv: Allow calls to
khepri_path
in transactions
Transactions might use functions like `khepri_path:combine_with_conditions/2` to modify a path from the env with extra conditions like checking the version. `khepri_path` functions are all pure - with the exception of `compile/1`, but compiling regexes within a transaction for example should be harmless - so we should allow these within transactions.
- Loading branch information