chore(tvix/eval): note on context-aware hashString
It must propagate context too. Change-Id: If57c22c9723ea02aa013f69d3dcf96054476d8de Reviewed-on: https://cl.tvl.fyi/c/depot/+/10433 Tested-by: BuildkiteCI Autosubmit: raitobezarius <tvl@lahfa.xyz> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e372b1d1a5
commit
cbd22af2b5
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ mod pure_builtins {
|
||||||
_algo: Value,
|
_algo: Value,
|
||||||
_string: Value,
|
_string: Value,
|
||||||
) -> Result<Value, ErrorKind> {
|
) -> Result<Value, ErrorKind> {
|
||||||
|
// FIXME: propagate contexts here.
|
||||||
Ok(Value::Catchable(CatchableErrorKind::UnimplementedFeature(
|
Ok(Value::Catchable(CatchableErrorKind::UnimplementedFeature(
|
||||||
"hashString".to_string(),
|
"hashString".to_string(),
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in a new issue