git.delta.rocks / jrsonnet / refs/commits / a1dd402deb1d

difftreelog

docs(evaluator) remove old todos

Лач2020-06-10parent: #ff23e40.patch.diff
in: master

1 file changed

modifiedcrates/jsonnet-evaluator/src/val.rsdiffbeforeafterboth
74 pub body: LocExpr,74 pub body: LocExpr,
75}75}
76impl FuncDesc {76impl FuncDesc {
77 // TODO: Check for unset variables
78 /// This function is always inlined to make tailstrict work77 /// This function is always inlined to make tailstrict work
79 #[inline(always)]78 #[inline(always)]
80 pub fn evaluate(&self, call_ctx: Context, args: &ArgsDesc, tailstrict: bool) -> Result<Val> {79 pub fn evaluate(&self, call_ctx: Context, args: &ArgsDesc, tailstrict: bool) -> Result<Val> {