Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from NixOS:master #60

Merged
merged 207 commits into from
Oct 30, 2023
Merged

[pull] master from NixOS:master #60

merged 207 commits into from
Oct 30, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 30, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dasJ and others added 30 commits September 29, 2023 19:46
This prevents any concurrent switches from happening which is not an
issue I have seen people complaining about but it seems like a good
measure.
ldns is used for validating DNSSEC responses. With ldns enabled, using
SSHFP records on DNSSEC signed zones allows connecting to ssh servers
with host keys being automatically validated.
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.
Isn't necessary anymore with the refactoring
And introduce a function for some smaller indentation
NickCao and others added 29 commits October 30, 2023 08:59
nixosTests.xfce: Check if any coredumps are found
The wyoming-openwakeword supports a custom model directory, which cannot
be used when the the model list is constrained to the builtin ones.
…-check-in-patch

python3Packages.torch: check in patch for PyTorch PR 108847
…odel-selection

nixos/wyoming/openwakeword: relax model selection
…itrd-commands

Systemd stage 1 assert initrd commands are empty
…ntal

systemd-stage-1: No longer experimental
…out/backport-action-2.0.0

build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0
@khaneliman khaneliman merged commit 13f5021 into khaneliman:master Oct 30, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.