index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
Age
Commit message (
Expand
)
Author
2024-04-04
Rename some parse failure tests to `parse-fail-*`
Rebecca Turner
2024-03-18
use byte indexed locations for PosIdx
eldritch horrors
2024-03-18
diagnose "unexpected EOF" at EOF
eldritch horrors
2024-03-18
match line endings used by parser and error reports
eldritch horrors
2024-03-18
report inherit attr errors at the duplicate name
eldritch horrors
2024-03-18
normalize formal order on ExprLambda::show
eldritch horrors
2024-03-18
keep copies of parser inputs that are in-memory only
eldritch horrors
2024-03-16
diagnose duplicated attrs at correct path
eldritch horrors
2024-03-14
libexpr: fix elided value counting in printer
eldritch horrors
2024-03-10
evaluate inherit (from) exprs only once per directive
eldritch horrors
2024-03-10
group inherit by source during Expr::show
eldritch horrors
2024-03-10
use the same bindings print for ExprAttrs and ExprLet
eldritch horrors
2024-03-10
add test for inherit expr printing
eldritch horrors
2024-03-10
add test for inherit-from semantics
eldritch horrors
2024-03-09
Merge pull request #10066 from 9999years/print-all-frames
eldritch horrors
2024-03-09
Pretty-print values in the REPL
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Merge pull request #9754 from 9999years/print-value-when-coercion-fails
eldritch horrors
2024-03-09
Merge pull request #9753 from 9999years/print-value-on-type-error
eldritch horrors
2024-03-09
Unify and refactor value printing
eldritch horrors
2024-03-07
Merge pull request #9985 from alois31/symlink-resolution
eldritch horrors
2024-03-04
Merge pull request #9861 from 9999years/colored-diff-in-lang-tests
eldritch horrors
2024-03-04
Merge pull request #9785 from hercules-ci/test-substring-negative
eldritch horrors
2024-03-04
Merge pull request #9747 from awakesecurity/mz/fix-quadratic-splitString
eldritch horrors
2024-03-04
Merge pull request #9617 from 9999years/stack-overflow-segfault
eldritch horrors
2024-03-04
Merge pull request #9619 from 9999years/remove-blank-lines-in-errors
eldritch horrors
2024-03-04
Merge pull request #9555 from 9999years/positions-in-errors
eldritch horrors
2024-03-04
Merge pull request #9216 from obsidiansystems/addDrvOutputDependencies-pre
eldritch horrors
2024-03-04
Merge pull request #9168 from obsidiansystems/fix-lang-tests-read-only
eldritch horrors
2024-03-04
Merge pull request #8905 from hercules-ci/no-unknown-location
eldritch horrors
2024-01-21
Fix symlink handling
Eelco Dolstra
2023-12-01
Put functional tests in `tests/functional`
John Ericson