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

difftreelog

test fix build

Yaroslav Bolyukin2023-08-10parent: #4ab075d.patch.diff
in: master

2 files changed

modifiedbindings/jsonnet/src/val_modify.rsdiffbeforeafterboth
25 }25 }
2626
27 new.push(Thunk::evaluated(val.clone()));27 new.push(Thunk::evaluated(val.clone()));
28 *arr = Val::Arr(ArrValue::lazy(Cc::new(new)));28 *arr = Val::Arr(ArrValue::lazy(new));
29 }29 }
30 _ => panic!("should receive array"),30 _ => panic!("should receive array"),
31 }31 }
modifiedcrates/jrsonnet-parser/src/lib.rsdiffbeforeafterboth
635 el!(635 el!(
636 Index {636 Index {
637 indexable: el!(Var("std".into()), 1, 4),637 indexable: el!(Var("std".into()), 1, 4),
638 index: el!(Str("deepJoin".into()), 5, 13),638 parts: vec![
639 IndexPart {
640 value: el!(Str("deepJoin".into()), 5, 13),
639 #[cfg(feature = "exp-null-coaelse")]641 #[cfg(feature = "exp-null-coaelse")]
640 null_coaelse: false,642 null_coaelse: false,
643 },
644 ],
641 },645 },
642 1,646 1,
643 13647 13