Commit Graph

33 Commits

Author SHA1 Message Date
Hythera
4728df0924 maintainers: remove anmonteiro 2026-06-11 15:46:02 +02:00
Guy Chronister
484b5ac321 ocamlPackages.alcotest: migrate to finalAttrs 2026-01-21 17:22:19 -06:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
cd508737e1 ocamlPackages.alcotest: 1.9.0 -> 1.9.1 2025-10-01 13:29:34 +00:00
R. Ryantm
081ec64709 ocamlPackages.alcotest: 1.8.0 -> 1.9.0 2025-03-13 11:00:04 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Vincent Laporte
c23aa12f82 ocamlPackages.alcotest: 1.7.0 → 1.8.0 2024-08-08 15:58:33 +02:00
Sigmanificient
3e1227a1af pkgs/development/ocaml-modules: remove unused arguments 2024-07-16 03:54:01 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Vincent Laporte
2b9f51e102 ocamlPackages.alcotest: fix tests with OCaml 5.2 2024-05-14 05:47:35 +02:00
Vincent Laporte
234b193821 ocamlPackages.alcotest: 1.6.0 → 1.7.0 2023-04-11 06:36:06 +02:00
Vincent Laporte
8122f3ef0d ocamlPackages.alcotest-mirage: use Dune 3 2023-03-14 13:26:42 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
af34e3be8c ocamlPackages.cmdliner: default to 1.1
ocamlPackages.alcotest: 1.5.0 → 1.6.0

ocamlPackages.crowbar: 0.2 → 0.2.1

ocamlPackages.dune-release: 1.5.1 → 1.6.2

ocamlPackages.functoria: 3.1.1 → 4.2.0

ocamlPackages.mirage: 3.10.7 → 4.2.0

ocamlPackages.irmin-pack: disable checks

ocamlPackages.mdx: disable checks

ocamlPackages.git-unix: mark as broken
2022-09-18 15:03:10 +02:00
Ulrik Strid
9ff2c0035f ocamlPackages.alcotest: 1.4.0 -> 1.5.0 2022-04-22 13:58:12 +02:00
Vincent Laporte
3d6adb6f7d ocamlPackages.alcotest: 1.3.0 → 1.4.0 2021-07-09 08:23:04 +02:00
Ben Siraphob
8d5fa0b0f4 Merge pull request #114235 from r-ryantm/auto-update/ocaml4.10.0-alcotest
ocamlPackages.alcotest: 1.2.3 -> 1.3.0
2021-07-03 21:23:12 +07:00
Ulrik Strid
752035e078 ocamlPackages.alcotest-mirage: init at 1.2.3 (#128601) 2021-07-02 10:50:12 +02:00
R. RyanTM
f356088507 ocamlPackages.alcotest: 1.2.3 -> 1.3.0
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2021-03-22 16:16:31 +01:00
Vincent Laporte
567e02e204 ocamlPackages.alcotest: 1.0.1 → 1.2.3 2020-12-08 17:19:48 +01:00
Vincent Laporte
974920ccd4 ocamlPackages.alcotest: 0.8.5 → 1.0.1 2020-04-21 08:47:40 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vincent Laporte
e7857f0d30 ocamlPackages.alcotest-lwt: init at 0.8.5 2019-12-09 17:02:11 +00:00
Yorick van Pelt
4550405ac9 ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
Vincent Laporte
9120dbf180 ocamlPackages.alcotest: 0.8.2 -> 0.8.5 2019-06-04 17:27:15 +02:00
Vincent Laporte
fc19401d67 jbuilder: 1.0.1 -> dune: 1.1.1 2018-09-15 19:32:32 +00:00
R. RyanTM
2ddd539807 ocamlPackages.alcotest: 0.8.1 -> 0.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ocaml4.05.0-alcotest/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.8.2 with grep in /nix/store/q08nmvvkyka038kqhmhbgfqvn97c5wzw-ocaml4.05.0-alcotest-0.8.2
- directory tree listing: https://gist.github.com/5da539318dc6e7b77255ad7f544bb828
2018-03-30 21:23:53 -07:00
Vincent Laporte
5e4edcc4ec ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00:00
Vincent Laporte
33c0dcacd0 ocamlPackages.alcotest: 0.7.2 -> 0.8.1 2017-10-31 01:06:17 +00:00
Vincent Laporte
dd45d2552f ocamlPackages.alcotest: 0.4.5 -> 0.7.2 2016-11-23 10:01:32 +01:00
Vincent Laporte
c400e81b81 ocaml-alcotest: 0.3.2 -> 0.4.5 2015-10-13 06:14:25 +02:00
Eric Merritt
38cabebc8d ocaml-alcotest: add initial version (0.3.1) to the system 2015-05-24 12:33:21 -07:00