depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
r/4742
fix(tvix/eval): thread thunk forcing errors through correctly
Vincent Ambo
1
-0
/
+4
2022-09-08
r/4741
feat(tvix/eval): ensure all errors always carry a span
Vincent Ambo
1
-7
/
+1
2022-09-07
r/4737
refactor(tvix/eval): store spans instead of nodes in Warning/Error
Vincent Ambo
1
-2
/
+2
2022-09-07
r/4688
feat(tvix/eval): implement OpForce in VM
Vincent Ambo
1
-0
/
+3
2022-09-04
r/4637
feat(tvix/eval): detect illegally shadowed variables
Vincent Ambo
1
-0
/
+3
2022-09-02
r/4593
feat(tvix/eval): implement 'throw' and 'abort' builtins
Vincent Ambo
1
-0
/
+4
2022-09-02
r/4583
feat(tvix/eval): implement opcode for function calls in VM
Vincent Ambo
1
-0
/
+3
2022-09-01
r/4572
refactor(tvix/eval): collect vector of errors in compiler
Vincent Ambo
1
-3
/
+3
2022-09-01
r/4571
feat(tvix/eval): carry optional SyntaxNode in error type
Vincent Ambo
1
-2
/
+14
2022-09-01
r/4567
refactor(tvix/eval): Upgrade to latest rnix-parser
Vincent Ambo
1
-1
/
+1
2022-09-01
r/4566
feat(tvix/eval): implement `assert` operator
Vincent Ambo
1
-0
/
+2
2022-08-31
r/4558
chore(tvix/eval): return parse errors out of eval::interpret
Vincent Ambo
1
-0
/
+2
2022-08-31
r/4556
feat(tvix/eval): Implement OpResolveWith instruction
Vincent Ambo
1
-0
/
+3
2022-08-30
r/4538
refactor(tvix/eval): remove Error::InvalidKeyType
Vincent Ambo
1
-4
/
+0
2022-08-28
r/4524
feat(tvix/eval): add local identifier access
Vincent Ambo
1
-0
/
+3
2022-08-28
r/4523
feat(tvix/eval): detect dynamic identifier names in `let`
Vincent Ambo
1
-0
/
+3
2022-08-28
r/4518
refactor(tvix/eval): implement error variant for path resolution
Vincent Ambo
1
-0
/
+3
2022-08-26
r/4492
feat(tvix/eval): implement attribute set access operator
Vincent Ambo
1
-0
/
+4
2022-08-25
r/4478
feat(tvix/eval): implement binary comparison operators
Vincent Ambo
1
-0
/
+5
2022-08-14
r/4442
feat(tvix/vm): implement first nested attribute set construction
Vincent Ambo
1
-0
/
+4
2022-08-13
r/4440
fix(tvix/eval): Fail on duplicate attribute set keys
Vincent Ambo
1
-0
/
+4
2022-08-13
r/4435
fix(tvix/errors): display a useful intermediate error representation
Vincent Ambo
1
-1
/
+1
2022-08-12
r/4409
feat(tvix/eval): add error variant for runtime type errors
Vincent Ambo
1
-1
/
+6
2022-08-12
r/4401
chore(tvix/eval): bootstrap some evaluator boilerplate
Vincent Ambo
1
-0
/
+12