Commit graph

537011 commits

Author SHA1 Message Date
Silvan Mosberger 64f5eb616e tests.nixpkgs-check-by-name: Intermediate PackageNixNonExistent error 2023-10-24 01:15:57 +02:00
Silvan Mosberger e3979d14cd tests.nixpkgs-check-by-name: Intermediate PackageNixDir error 2023-10-24 01:15:57 +02:00
Silvan Mosberger 4f17b9367d tests.nixpkgs-check-by-name: Intermediate UndefinedAttr error 2023-10-24 01:15:57 +02:00
Silvan Mosberger b688da8189 tests.nixpkgs-check-by-name: Intermediate WrongCallPackage error 2023-10-24 01:15:57 +02:00
Silvan Mosberger 9a0ef88623 tests.nixpkgs-check-by-name: Intermediate NonDerivation error 2023-10-24 01:15:57 +02:00
Silvan Mosberger 4897b63ae6 tests.nixpkgs-check-by-name: Intermediate Symlink errors 2023-10-24 01:15:57 +02:00
Silvan Mosberger 9a3abc4383 tests.nixpkgs-check-by-name: Intermediate CouldNotParseNix error 2023-10-24 01:15:57 +02:00
Silvan Mosberger 96f6a350fa tests.nixpkgs-check-by-name: Intermediate PathInterpolation error 2023-10-24 01:15:56 +02:00
Silvan Mosberger a755aa7d02 tests.nixpkgs-check-by-name: Intermediate SearchPath error 2023-10-24 01:15:56 +02:00
Silvan Mosberger ed56d74c08 tests.nixpkgs-check-by-name: Intermediate path reference errors 2023-10-24 01:15:56 +02:00
Silvan Mosberger 37f8f6681c tests.nixpkgs-check-by-name: Intermediate error type refactoring prep
Currently the tool prints problems right as it is checking the code
without an intermediate error representation. However for various reasons
it would be beneficial to have an intermediate error type:
- It makes the code cleaner, having all errors in one place
- It allows printing the error in different ways, e.g. for a future
  --json mode

This commit prepares for an incremental refactoring for an intermediate
error/problem representation. Most notable is that we want to be able to collect
multiple errors/problems and not just exit on the first one.

We introduce the type alias CheckResult and CheckError (later renamed to
NixpkgsProblem), where CheckError allows collecting multiple
CheckErrors using the utility function flatten_check_results (later
renamed to check_result::sequence)

The write_check_result function is only temporarily introduced to help
refactoring, it's removed again in later commits.
2023-10-24 01:11:57 +02:00
Fabian Affolter 72e453f6ce
Merge pull request #261622 from fabaff/sqlfluff-bump
sqlfluff: 2.3.2 -> 2.3.3
2023-10-17 21:14:34 +02:00
Fabian Affolter dc4b4dcb3a
Merge pull request #261624 from fabaff/trufflehog-bump
trufflehog: 3.59.0 -> 3.60.0
2023-10-17 21:14:09 +02:00
Fabian Affolter 5893e4f0fa
Merge pull request #261625 from fabaff/tgpt-bump
tgpt: 2.0.3 -> 2.0.4
2023-10-17 21:13:45 +02:00
Fabian Affolter 17f9766e1c
Merge pull request #261658 from r-ryantm/auto-update/python311Packages.aws-lambda-builders
python311Packages.aws-lambda-builders: 1.37.0 -> 1.40.0
2023-10-17 21:13:14 +02:00
Fabian Affolter 5b21d82819
Merge pull request #261663 from r-ryantm/auto-update/python311Packages.awscrt
python311Packages.awscrt: 0.19.2 -> 0.19.3
2023-10-17 21:12:45 +02:00
Fabian Affolter 8fa002fd57
Merge pull request #261665 from r-ryantm/auto-update/python311Packages.bellows
python311Packages.bellows: 0.36.5 -> 0.36.6
2023-10-17 21:12:02 +02:00
Fabian Affolter 4fbaf23959
Merge pull request #261674 from r-ryantm/auto-update/python311Packages.fastai
python311Packages.fastai: 2.7.12 -> 2.7.13
2023-10-17 21:11:18 +02:00
Fabian Affolter 44ad214e5a
Merge pull request #261672 from r-ryantm/auto-update/python311Packages.devpi-common
python311Packages.devpi-common: 4.0.0 -> 4.0.2
2023-10-17 21:10:35 +02:00
Fabian Affolter baffd5d43a
Merge pull request #261668 from r-ryantm/auto-update/python311Packages.boto3-stubs
python311Packages.boto3-stubs: 1.28.63 -> 1.28.64
2023-10-17 21:09:51 +02:00
Fabian Affolter baeb6d65f2
Merge pull request #261669 from r-ryantm/auto-update/python311Packages.botocore-stubs
python311Packages.botocore-stubs: 1.31.63 -> 1.31.64
2023-10-17 21:09:29 +02:00
John Ericson caf5ba6d92
Merge pull request #261484 from Ericson2314/xorg-pkg-config
xorg: Add `meta.pkgConfigModules` and test
2023-10-17 14:31:36 -04:00
Ilan Joselevich 4af6789e42
Merge pull request #261628 from Kranzes/age-plugin-tpm
age-plugin-tpm: 0.1.0 -> 0.2.0
2023-10-17 21:28:55 +03:00
Matthieu Coudron cb44be3b01
Merge pull request #260722 from mrcjkb/ttags
ttags: init at 0.3.0
2023-10-17 19:35:49 +02:00
Rick van Schijndel fe3a0e6ec4
Merge pull request #260516 from r-ryantm/auto-update/nomacs
nomacs: 3.17.2285 -> 3.17.2287
2023-10-17 19:21:23 +02:00
Arian van Putten 9cb6c24f28
Merge pull request #261629 from r-ryantm/auto-update/jwx
jwx: 2.0.13 -> 2.0.14
2023-10-17 17:55:13 +01:00
R. Ryantm 825a93b182 python311Packages.fastai: 2.7.12 -> 2.7.13 2023-10-17 16:43:25 +00:00
R. Ryantm a74ca61858 python311Packages.devpi-common: 4.0.0 -> 4.0.2 2023-10-17 16:39:44 +00:00
R. Ryantm 00a0590efe python311Packages.botocore-stubs: 1.31.63 -> 1.31.64 2023-10-17 16:12:35 +00:00
happysalada 9ce032513e tusc-sh: init at 1.0.2 2023-10-17 16:12:20 +00:00
R. Ryantm 107b8b2f2b python311Packages.boto3-stubs: 1.28.63 -> 1.28.64 2023-10-17 16:02:26 +00:00
R. Ryantm 05002412d1 python311Packages.bellows: 0.36.5 -> 0.36.6 2023-10-17 15:40:21 +00:00
R. Ryantm 38a9cbef98 python311Packages.awscrt: 0.19.2 -> 0.19.3 2023-10-17 14:56:35 +00:00
R. Ryantm 7126850f31 python311Packages.aws-lambda-builders: 1.37.0 -> 1.40.0 2023-10-17 14:54:15 +00:00
Weijia Wang 9183ed1b95
Merge pull request #259985 from r-ryantm/auto-update/appgate-sdp
appgate-sdp: 6.2.2 -> 6.2.3
2023-10-17 16:42:03 +02:00
Weijia Wang d68fea1812
Merge pull request #261623 from r-ryantm/auto-update/nvc
nvc: 1.10.3 -> 1.10.4
2023-10-17 16:31:58 +02:00
Arthur Azevedo de Amorim f4ec563c1d
coqPackages.deriving: 0.1.1 -> 0.2.0 (#258038)
Co-authored-by: Théo Zimmermann <theo.zimmermann@telecom-paris.fr>
2023-10-17 16:24:58 +02:00
Matthias Beyer 9a4743b7e6
Merge pull request #261648 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.42 -> 0.1.43
2023-10-17 16:18:28 +02:00
R. Ryantm 77b771b67c cargo-udeps: 0.1.42 -> 0.1.43 2023-10-17 13:59:56 +00:00
Vladimír Čunát f9a6f6ffd1
Merge #261399: ngtcp2-gnutls: 0.19.1 -> 1.0.0 2023-10-17 15:56:41 +02:00
Weijia Wang 90ec9bb4d7
Merge pull request #253004 from soispha/master
migra: init at 3.0.1647431138
2023-10-17 15:54:32 +02:00
Weijia Wang 9fe4ef2f25
Merge pull request #261599 from FliegendeWurst/betterbird-115
betterbird: 102.15.1 -> 115.3.2
2023-10-17 15:51:51 +02:00
ProminentRetail d8d6827b6a
xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass 2023-10-17 21:14:49 +08:00
Théo Zimmermann 4437483938
Merge pull request #258096 from quinn-dougherty/init-coqPackages-vcfloat
coqPackages.vcfloat: init at 2.1.1
2023-10-17 15:02:09 +02:00
Nick Cao ea934cc857
Merge pull request #261605 from r-ryantm/auto-update/git-quick-stats
git-quick-stats: 2.5.0 -> 2.5.1
2023-10-17 08:58:47 -04:00
Nick Cao 5b83dcdac7
Merge pull request #261577 from natsukium/python311Packages-ppscore-update
python311Packages.ppscore: unstable-2021-11-25 -> 1.3.0
2023-10-17 08:56:58 -04:00
Nick Cao 094681cd1e
Merge pull request #261535 from marsam/update-millet
millet: 0.13.4 -> 0.13.5
2023-10-17 08:52:30 -04:00
Nick Cao ae16dd7cd6
Merge pull request #261536 from marsam/update-bundletool
bundletool: 1.15.4 -> 1.15.5
2023-10-17 08:51:47 -04:00
Nick Cao cdc709709a
Merge pull request #261537 from r-ryantm/auto-update/remote-touchpad
remote-touchpad: 1.4.2 -> 1.4.3
2023-10-17 08:51:14 -04:00
Nick Cao df2cc393f0
Merge pull request #261542 from NickCao/openpgp-card-tools
openpgp-card-tools: 0.9.4 -> 0.9.5
2023-10-17 08:50:21 -04:00