aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake/flake.cc
AgeCommit message (Expand)Author
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-07-13language: cleanly ban integer overflowsJade Lovelace
2024-05-29util.{hh,cc}: Split out terminal.{hh,cc}Tom Hubrecht
2024-05-03Revert "Revert "Merge pull request #6621 from Kha/nested-follows""Maximilian Bosch
2024-04-06avoid markdown which the repl's :doc cannot handlestuebinm
2024-04-01libexpr/flake: don't purple the flake.lock diffK900
2024-03-25Merge pull request #8817 from iFreilicht/flake-update-lock-overhaulThéophane Hufschmitt
2024-03-25Minor cleanup in libexpr/flake/flake.ccEelco Dolstra
2024-03-25Input: Replace markFileChanged() by putFile()Eelco Dolstra
2024-03-18use byte indexed locations for PosIdxeldritch horrors
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-04Merge pull request #9398 from Qyriad/fixes/flake-not-foundeldritch horrors
2023-09-10Drop dead codeMatthew Kenigsberg
2023-07-31Move evaluator settings (type and global) to separate file/headerJohn Ericson
2023-07-25Add `parseFlakeRef` and `flakeRefToString` builtins (#8670)Alex Ameen
2023-06-27Automatically document builtin constantsJohn Ericson
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-04-17Merge remote-tracking branch 'upstream/master' into source-pathRobert Hensing
2023-04-06Origin: Use SourcePathEelco Dolstra
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2023-04-03Merge pull request #8157 from hercules-ci/switch-bugsThéophane Hufschmitt
2023-04-03Merge pull request #8042 from lheckemann/alt-lockfilesEelco Dolstra
2023-04-03Allow open switch-enum in 5 placesRobert Hensing
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-19Only allow reference lock files when allow-dirty is setLinus Heckemann
2023-03-13Allow specifying alternative paths for reading/writing flake locksLinus Heckemann
2023-01-19Add tests for error traces, and fixesGuillaume Maudoux
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2022-12-13Introduce AbstractPosEelco Dolstra
2022-12-12Fix stack context notes to not rely on orderJohn Ericson
2022-12-12Use get_ptr()Eelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-10-16Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-09-07WIP: broken merge but need a git checkpointGuillaume Maudoux
2022-09-06lockfile -> lock file for consistencyEelco Dolstra
2022-09-01Revert "Merge pull request #6621 from Kha/nested-follows"Eelco Dolstra
2022-08-28Fix nested flake input overridesSebastian Ullrich
2022-08-04libexpr/flake: remove `FIXME`Erik Arvstedt
2022-07-13Simplify the check for overrides on non-existent inputsEelco Dolstra
2022-07-13Fix typo in flake.ccIkko Ashimine
2022-07-12Move follows-check into its own functionMaximilian Bosch
2022-07-12Turn error for non-existant follows into a warningMaximilian Bosch
2022-07-12flakes: throw an error if `follows`-declaration for an input is invalidMaximilian Bosch
2022-06-13flake.cc: Make non-flake overrides stickyAlexander Bantyev
2022-05-18Do not attempt to write a lock file in builtins.getFlakeNaïm Favier
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux