Jsonnet spec defines special behavior for `super.field` and
`field in super` expressions, while in jrsonnet it is implemented by
standalone-super concept, with optimizations in case of `super.field`.
However, standalone-super is conflicting with `field in super` behavior,
so special handling is needed for this expression. Yaroslav Bolyukin 2024-03-20 #d1e2f8e
style fix clippy warningsYaroslav Bolyukin 2024-03-03 #0764805
Merge branch 'fix/tests' Yaroslav Bolyukin 2024-02-20 #9ae683a
Merge pull request #145 from CertainLach/fix/lazy-array-comprehension Yaroslav Bolyukin 2024-01-16 #c9696b8
Fix failing CI for tests and lints Yaroslav Bolyukin 2024-01-16 #58696dc
fix lazy object comprehensionYaroslav Bolyukin 2023-12-14 #eeb6fd0
style fix clippy warningsYaroslav Bolyukin 2024-01-16 #dbbcbc4
fix unchecked conversion of array indexYaroslav Bolyukin 2023-09-22 #abd809c
fix insert field access stack frameYaroslav Bolyukin 2023-08-19 #0d81f3b
refactor reduce boilerplate by automatic conversionsYaroslav Bolyukin 2023-08-13 #027693d
refactor error helpersYaroslav Bolyukin 2023-08-13 #dad6c32
fix bitwise ops, unary plusYaroslav Bolyukin 2023-08-10 #c49be30
fix lazy array initializationYaroslav Bolyukin 2023-08-10 #2029865
fix correct null-coaelse chainingYaroslav Bolyukin 2023-08-10 #55128e2
refactor move arrays to use dyn ArrayLikeYaroslav Bolyukin 2023-08-06 #23d571a