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-10-18
libexpr: Optimize complex indented strings
piegames
2024-10-18
libexpr: Print interpolations more accurately in `show`
piegames
2024-10-18
tests/functional-lang: Add test cases for indented strings
piegames
2024-10-18
tests/functional-lang: Test indented string parsing
piegames
2024-08-21
libexpr: Soft-deprecate ancient let syntax
piegames
2024-08-21
treewide: Stop using ancient let syntax
piegames
2024-08-21
libexpr: Soft-deprecate __overrides
piegames
2024-08-17
libexpr: Deprecate URL literals
piegames
2024-08-17
treewide: Stop using URL literals
piegames
2024-08-03
fix: warn and document when advanced attributes will have no impact due to __...
Tom Bereknyei
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-07-04
distinguish between throws & errors during throw
Qyriad
2024-07-04
trace when the `foo` part of `foo.bar.baz` errors
Qyriad
2024-06-25
libexpr: rewrite the parser with pegtl instead of flex/bison
eldritch horrors
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
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