Age | Commit message (Expand) | Author | Files | Lines |
2023-01-31 | r/5787 refactor(tvix/cli/derivation): use `if let` to destructure | Florian Klink | 1 | -5/+5 |
2023-01-31 | r/5786 refactor(tvix/cli): remove unneeded clone | Florian Klink | 1 | -2/+2 |
2023-01-31 | r/5785 feat(tvix/serde): add an example application to the project | Vincent Ambo | 3 | -0/+57 |
2023-01-31 | r/5784 test(tvix/eval): add tests for internal formals dependencies | Vincent Ambo | 4 | -0/+8 |
2023-01-31 | r/5783 refactor(tvix/cli): absorb construct_output_hash | Florian Klink | 4 | -100/+116 |
2023-01-31 | r/5782 refactor(tvix/cli): force outside of output configuration helper | Vincent Ambo | 1 | -54/+36 |
2023-01-30 | r/5781 fix(tvix/store/nixbase32): fix encoder/decoder | Florian Klink | 5 | -76/+121 |
2023-01-30 | r/5780 refactor(tvix/store/tests): move Directory tests into directory.rs | Florian Klink | 2 | -286/+286 |
2023-01-30 | r/5779 feat(tvix/store/proto): implement get_name for all nodes | Florian Klink | 1 | -0/+24 |
2023-01-30 | r/5778 docs(tvix/store/protos): add docstring for Directory::digest() | Florian Klink | 1 | -0/+2 |
2023-01-30 | r/5777 docs(tvix/store/protos): fix docstring | Florian Klink | 1 | -2/+2 |
2023-01-29 | r/5776 refactor(tvix/cli): add helper method for strong string coercion | Vincent Ambo | 1 | -29/+29 |
2023-01-29 | r/5775 feat(3p/public-inbox): always set list-id when ingesting in watch | Vincent Ambo | 2 | -0/+39 |
2023-01-29 | r/5774 docs(corp/website): update website content | Vincent Ambo | 4 | -41/+222 |
2023-01-27 | r/5773 refactor(tvix/cli): describe errors with thiserror | Florian Klink | 4 | -64/+21 |
2023-01-27 | r/5772 fix(tvix/cli): handle SRI hashes in outputHash | Florian Klink | 5 | -38/+573 |
2023-01-27 | r/5771 feat(tvix/derivation): derive PartialEq for error | Florian Klink | 1 | -2/+2 |
2023-01-27 | r/5770 feat(tvix/cli): faux implementation of builtins.toFile | Vincent Ambo | 1 | -0/+31 |
2023-01-27 | r/5769 feat(tvix/cli): implement `builtins.derivation` | Vincent Ambo | 3 | -0/+41 |
2023-01-27 | r/5768 feat(tvix/cli): implement builtins.derivationStrict | Vincent Ambo | 2 | -4/+154 |
2023-01-27 | r/5767 feat(tvix/cli): add helper for handling special drv parameters | Vincent Ambo | 1 | -0/+106 |
2023-01-27 | r/5766 feat(tvix/cli): add helper for populating drv output configuration | Vincent Ambo | 2 | -2/+125 |
2023-01-27 | r/5765 feat(tvix/cli): add helper for populating derivation inputs | Vincent Ambo | 1 | -0/+89 |
2023-01-27 | r/5764 feat(tvix/cli): add helper for populating derivation outputs | Vincent Ambo | 2 | -0/+89 |
2023-01-26 | r/5763 chore(tvix/eval): remove dead comment | Vincent Ambo | 1 | -1/+1 |
2023-01-26 | r/5762 refactor(tvix/derivation): align error messages with rust style | Florian Klink | 1 | -13/+13 |
2023-01-26 | r/5761 chore(3p/sources): Bump channels & overlays | sterni | 1 | -12/+12 |
2023-01-26 | r/5760 fix(tvix/cli): correctly trim cppnix output in NixCompatIO | Vincent Ambo | 1 | -3/+4 |
2023-01-25 | r/5759 docs(tvix): fix minor spelling problems in pointer equality document | sterni | 1 | -4/+4 |
2023-01-25 | r/5758 docs(tvix/eval): builtins.add is not equivalent to + | sterni | 1 | -3/+3 |
2023-01-25 | r/5757 test(tvix/eval): add test for total_fmt_float | Florian Klink | 1 | -0/+28 |
2023-01-25 | r/5756 refactor(tvix/eval): extract float formatting into a helper | Vincent Ambo | 1 | -71/+75 |
2023-01-25 | r/5755 fix(corp/data-import): `rank` is an integer field | Vincent Ambo | 2 | -2/+2 |
2023-01-25 | r/5754 feat(tvix/eval): implement builtins.fromTOML | Florian Klink | 8 | -3/+273 |
2023-01-25 | r/5753 feat(tvix/eval): use lexical-core to format float | Florian Klink | 7 | -4/+483 |
2023-01-24 | r/5752 feat(corp/data-import): map OR word types to sets of OC grammemes | Vincent Ambo | 1 | -0/+13 |
2023-01-24 | r/5751 feat(corp/data-import): map OC lemma grammemes to OR form types | Vincent Ambo | 1 | -15/+103 |
2023-01-24 | r/5750 feat(corp/data-import): map OC word grammemes to OR form types | Vincent Ambo | 2 | -0/+85 |
2023-01-24 | r/5749 feat(tazjin/tverskoy): re-enable virtualbox | Vincent Ambo | 1 | -2/+2 |
2023-01-24 | r/5748 feat(grfn/yeren): set time.timeZone to Iceland | Griffin Smith | 1 | -0/+2 |
2023-01-23 | r/5747 chore(tvix/eval): delete "useless parenthesis" warning/optimisation | Vincent Ambo | 2 | -30/+0 |
2023-01-23 | r/5746 fix(tvix/eval): force functors before applying them | Vincent Ambo | 3 | -0/+12 |
2023-01-23 | r/5745 chore(wpcarro/ynabsql): Prefer let to var | William Carroll | 1 | -9/+9 |
2023-01-23 | r/5744 fix(wpcarro/ynabsql): Filter and sort transactions onUpload | William Carroll | 1 | -1/+8 |
2023-01-23 | r/5743 fix(wpcarro/ynabsql): caption -> legend | William Carroll | 1 | -1/+1 |
2023-01-23 | r/5742 chore(wpcarro/ynabsql): Delete stale files | William Carroll | 4 | -1196/+12 |
2023-01-23 | r/5741 feat(wpcarro/ynabsql): Proof-of-concept demo | William Carroll | 10 | -148/+3832 |
2023-01-23 | r/5740 refactor(tvix/derivation): relax bounds for reference iterator | Vincent Ambo | 2 | -4/+4 |
2023-01-23 | r/5739 refactor(tvix/derivation): remove DOT_FILE_EXT const | Florian Klink | 3 | -13/+3 |
2023-01-23 | r/5738 refactor(tvix/derivation): pass fingerprint to build_store_path | Florian Klink | 2 | -66/+51 |