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
/
warnings.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
r/7311
feat(tvix/glue): emit a warning in case of bad SRI hashes
Florian Klink
1
-0
/
+3
2023-06-11
r/6266
fix(tvix/eval): emit only warnings on shadowed outputs
Linus Heckemann
1
-0
/
+7
2023-01-23
r/5747
chore(tvix/eval): delete "useless parenthesis" warning/optimisation
Vincent Ambo
1
-4
/
+0
2023-01-10
r/5642
fix(tvix/eval): address useless_format clippy warn
Aaqa Ishtyaq
1
-13
/
+6
2023-01-06
r/5607
feat(tvix/eval): skip & warn for useless parenthesis
Vincent Ambo
1
-0
/
+6
2023-01-06
r/5606
feat(tvix/eval): warn on empty let-bindings
Vincent Ambo
1
-1
/
+7
2023-01-06
r/5604
feat(tvix/eval): warn about empty `inherit`s
Vincent Ambo
1
-0
/
+6
2023-01-06
r/5602
feat(tvix/eval): implement initial compiler::optimiser module
Vincent Ambo
1
-0
/
+13
2022-12-21
r/5443
feat(tvix/eval): add configuration of Nix search path to public API
Vincent Ambo
1
-0
/
+6
2022-10-05
r/5035
refactor(tvix/eval): introduce source::SourceCode type
Vincent Ambo
1
-11
/
+11
2022-09-16
r/4877
feat(tvix/eval): implement legacy let syntax
Vincent Ambo
1
-0
/
+6
2022-09-13
r/4839
fix(tvix/eval): address current clippy lints
Vincent Ambo
1
-2
/
+2
2022-09-13
r/4830
feat(tvix/eval): implement initial fancy display for warnings
Vincent Ambo
1
-0
/
+90
2022-09-11
r/4823
refactor(tvix/eval): remove `todo!()` calls in compiler
Vincent Ambo
1
-1
/
+1
2022-09-11
r/4790
feat(tvix/eval): implement "formals" function parameters
Vincent Ambo
1
-0
/
+4
2022-09-07
r/4737
refactor(tvix/eval): store spans instead of nodes in Warning/Error
Vincent Ambo
1
-1
/
+1
2022-09-02
r/4591
feat(tvix/eval): emit warnings when globals are being shadowed
Vincent Ambo
1
-0
/
+1
2022-09-01
r/4573
feat(tvix/eval): emit warnings for unused local bindings
Vincent Ambo
1
-0
/
+1
2022-08-30
r/4540
docs(tvix/eval): Use correct syntax for module doc comments
Vincent Ambo
1
-2
/
+2
2022-08-29
r/4529
feat(tvix/eval): emit warnings on useless inherit
Vincent Ambo
1
-0
/
+1
2022-08-26
r/4508
feat(tvix/eval): add warning for deprecated URL literals
Vincent Ambo
1
-1
/
+3
2022-08-26
r/4507
feat(tvix/eval): add mechanism for emitting warnings from compiler
Vincent Ambo
1
-0
/
+11