about summary refs log tree commit diff
path: root/tvix/eval/src/errors.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13 r/4440 fix(tvix/eval): Fail on duplicate attribute set keysVincent Ambo1-0/+4
2022-08-13 r/4439 feat(tvix/eval): construct internal attribute path representationVincent Ambo4-1/+30
2022-08-13 r/4438 feat(tvix/vm): implement construction of optimised KV attrsetsVincent Ambo1-0/+77
2022-08-13 r/4437 fix(tvix/value): KV struct needs to carry name as Value, tooVincent Ambo1-1/+2
2022-08-13 r/4436 feat(tvix/value): implement Display properly for listsVincent Ambo1-2/+8
2022-08-13 r/4435 fix(tvix/errors): display a useful intermediate error representationVincent Ambo1-1/+1
2022-08-13 r/4434 feat(tvix): implement string interpolationVincent Ambo3-1/+25
2022-08-13 r/4433 feat(tvix/compiler): compile non-interpolated string literalsVincent Ambo1-0/+35
2022-08-13 r/4432 style(tvix/eval): display `Display` representation of runtime valuesVincent Ambo1-1/+1
2022-08-13 r/4431 feat(tvix/compiler): compile list literalsVincent Ambo1-0/+23
2022-08-13 r/4430 feat(tvix/vm): implement list const