aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang
AgeCommit message (Expand)Author
2024-10-18tests/functional-lang: Add test cases for indented stringspiegames
2024-10-18tests/functional-lang: Test indented string parsingpiegames
2024-08-21libexpr: Soft-deprecate ancient let syntaxpiegames
2024-08-21treewide: Stop using ancient let syntaxpiegames
2024-08-21libexpr: Soft-deprecate __overridespiegames
2024-08-17libexpr: Deprecate URL literalspiegames
2024-08-17treewide: Stop using URL literalspiegames
2024-08-03fix: warn and document when advanced attributes will have no impact due to __...Tom Bereknyei
2024-07-13language: cleanly ban integer overflowsJade Lovelace
2024-07-04distinguish between throws & errors during throwQyriad
2024-07-04trace when the `foo` part of `foo.bar.baz` errorsQyriad
2024-06-25libexpr: rewrite the parser with pegtl instead of flex/bisoneldritch horrors
2024-06-01chore: rebrand Nix to Lix when it makes senseRaito Bezarius
2024-04-04Rename some parse failure tests to `parse-fail-*`Rebecca Turner
2024-03-18use byte indexed locations for PosIdxeldritch horrors
2024-03-18diagnose "unexpected EOF" at EOFeldritch horrors
2024-03-18match line endings used by parser and error reportseldritch horrors
2024-03-18report inherit attr errors at the duplicate nameeldritch horrors
2024-03-18normalize formal order on ExprLambda::showeldritch horrors
2024-03-18keep copies of parser inputs that are in-memory onlyeldritch horrors
2024-03-16diagnose duplicated attrs at correct patheldritch horrors
2024-03-14libexpr: fix elided value counting in printereldritch horrors
2024-03-10evaluate inherit (from) exprs only once per directiveeldritch horrors
2024-03-10group inherit by source during Expr::showeldritch horrors
2024-03-10use the same bindings print for ExprAttrs and ExprLeteldritch horrors
2024-03-10add test for inherit expr printingeldritch horrors
2024-03-10add test for inherit-from semanticseldritch horrors
2024-03-09Merge pull request #10066 from 9999years/print-all-frameseldritch horrors
2024-03-09Pretty-print values in the REPLeldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-09Merge pull request #9754 from 9999years/print-value-when-coercion-failseldritch horrors
2024-03-09Merge pull request #9753 from 9999years/print-value-on-type-erroreldritch horrors
2024-03-09Unify and refactor value printingeldritch horrors
2024-03-07Merge pull request #9985 from alois31/symlink-resolutioneldritch horrors
2024-03-04Merge pull request #9861 from 9999years/colored-diff-in-lang-testseldritch horrors
2024-03-04Merge pull request #9785 from hercules-ci/test-substring-negativeeldritch horrors
2024-03-04Merge pull request #9747 from awakesecurity/mz/fix-quadratic-splitStringeldritch horrors
2024-03-04Merge pull request #9617 from 9999years/stack-overflow-segfaulteldritch horrors
2024-03-04Merge pull request #9619 from 9999years/remove-blank-lines-in-errorseldritch horrors
2024-03-04Merge pull request #9555 from 9999years/positions-in-errorseldritch horrors
2024-03-04Merge pull request #9216 from obsidiansystems/addDrvOutputDependencies-preeldritch horrors
2024-03-04Merge pull request #9168 from obsidiansystems/fix-lang-tests-read-onlyeldritch horrors
2024-03-04Merge pull request #8905 from hercules-ci/no-unknown-locationeldritch horrors
2024-01-21Fix symlink handlingEelco Dolstra
2023-12-01Put functional tests in `tests/functional`John Ericson