aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
AgeCommit message (Expand)Author
2024-04-11Merge pull request #10456 from NixOS/fixpermdeniedbindThéophane Hufschmitt
2024-04-09Print top-level errors normally in `nix repl`Rebecca Turner
2024-04-09Merge "Add `repl-overlays`" into mainrebecca “wiggles” turner
2024-04-08Add `repl-overlays`Rebecca Turner
2024-04-08"but doctor, I AM the untrusted store": nix doctor had wrong trustednessJade Lovelace
2024-04-08Fix REPL test parser nitsRebecca Turner
2024-04-08Merge "Rename some parse failure tests to `parse-fail-*`" into mainrebecca “wiggles” turner
2024-04-07Merge pull request #10208 from 9999years/print-strings-directlyRobert Hensing
2024-04-06Merge "Rewrite REPL test parser" into mainrebecca “wiggles” turner
2024-04-06Merge "meson: add missing tests: ca, dyn-drv, plugins, libstoreconsumer" into...Qyriad
2024-04-05Merge "meson: run repl characterization test" into mainQyriad
2024-04-05Rewrite REPL test parserRebecca Turner
2024-04-04meson: add missing tests: ca, dyn-drv, plugins, libstoreconsumerQyriad
2024-04-04Rename some parse failure tests to `parse-fail-*`Rebecca Turner
2024-04-03meson: run repl characterization testQyriad
2024-04-03Make `repl_characterization.cc` constants `string_view`sRebecca Turner
2024-03-31Merge pull request #9920 from 9999years/forbid-nested-debuggersThéophane Hufschmitt
2024-03-29Add `pre-commit` checksRebecca Turner
2024-03-29Merge "Move `DebugChar` into its own file" into mainrebecca “wiggles” turner
2024-03-29meson: increase functional test timeouteldritch horrors
2024-03-28Move `DebugChar` into its own fileRebecca Turner
2024-03-27meson: implement functional testsQyriad
2024-03-25Merge pull request #8817 from iFreilicht/flake-update-lock-overhaulThéophane Hufschmitt
2024-03-25feat: notation to refer to no attribute search prefixTom Bereknyei
2024-03-24Improve new CLI UX by supporting short `-E` flag for `--expr`Lunaphied
2024-03-18libexpr: associate let exprs with the correct StaticEnveldritch horrors
2024-03-18libexpr: sort binding name in debuggereldritch horrors
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-15Allow dlopen of plugins to failJade Lovelace
2024-03-15Test that :st does ... somethingJade Lovelace
2024-03-15repl_characterization: Also verify the stack trace existsJade Lovelace
2024-03-15repl_characterization: eat newlines after commands and source-dir pathsJade Lovelace
2024-03-15Add regression tests for #9917, #9918Jade Lovelace
2024-03-15Implement a repl characterization test systemJade Lovelace
2024-03-14Implement a parser for a literate testing system for the replJade Lovelace
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