izzy2lost
c054d380e2
Update build-sm64.yml
2025-03-08 19:48:37 -05:00
izzy2lost
f32cc2d0cc
Add files via upload
2025-03-08 19:26:33 -05:00
izzy2lost
314a19ec74
Add files via upload
2025-03-08 19:22:55 -05:00
Robert Hensing
a047dec120
Merge pull request #12620 from nix-windows/c-api/leaks
...
c-api: fix a few memory leaks
2025-03-08 22:06:59 +01:00
John Ericson
fb4d55c227
Merge pull request #12619 from nix-windows/tests/fix-rapidcheck-arbitraries
...
rapidcheck: change to working arbitrary instances
2025-03-08 08:42:12 -08:00
Brian McKenna
79b019ec4f
c-api: fix a few memory leaks
2025-03-08 20:23:07 +11:00
Brian McKenna
c58202c6f9
DerivedPathTest: disable prop_legacy_round_rip until fixed
2025-03-08 19:51:25 +11:00
Brian McKenna
c82ef825d4
coerceToSingleDerivedPathUnchecked: pass through experimental features
...
This fixes a few of the property tests, now that the property tests
are actually generating arbitrary data - some of that data now
requiring experimental features to function properly.
2025-03-08 19:14:58 +11:00
Brian McKenna
9a04f1e732
rapidcheck: change to working arbitrary instances
...
Here we're switching to combinators instead of dereference operator.
It turns out the dereference operator was being executed upon test
setup, meaning that we were only using a only single value for each of
the executions of the property tests! Really not good.
And on Windows, we instead get:
operator* is not allowed in this context
ff6af6fc68/src/gen/detail/GenerationHandler.cpp (L16C31-L16C71)
Now a few of the property tests fail, because we're generating cases
which haven't been exercised before.
2025-03-08 19:08:29 +11:00
Eelco Dolstra
47e23811ff
Merge pull request #12613 from Mic92/minor-cleanups
...
Fix double quoting in some error messages
2025-03-07 18:38:48 +01:00
Jörg Thalheim
3b1e23af09
libstore/remote-store: avoid old-style casting for maxConnections
...
Type-checking works better this way as (type) style casting is too
permissive.
2025-03-07 04:00:26 +01:00
Jörg Thalheim
3b0b2fd8d6
libflake: fix double quoting when updating flakes
2025-03-07 04:00:24 +01:00
Jörg Thalheim
559a2d1bc7
libfetchers/git: fix double quoting in error message
2025-03-07 04:00:22 +01:00
Robert Hensing
2c1447b7f2
Merge pull request #12604 from NixOS/issue-12599
...
Fix chopped up repl output
2025-03-04 20:09:16 +01:00
Robert Hensing
1e1c587073
repl: Fix :print corruption
...
See preceding commits.
2025-03-04 19:48:22 +01:00
Robert Hensing
30694b5d8a
refactor: RAII logger suspension
2025-03-04 19:48:22 +01:00
Robert Hensing
880489051a
repl: Fix value printing corruption
...
The resume call would get some non-flushed(?) data.
Extending the pause to include the newline makes the complete flush
part of the pause.
2025-03-04 19:48:22 +01:00
Robert Hensing
49d8ee5359
progress-bar: Make pause/resume nestable
2025-03-04 19:48:22 +01:00
Robert Hensing
a5cf291dde
Merge pull request #12600 from roberth/packaging-typo-preConfigure
...
packaging: Typo in setVersionLayer / preConfigure
2025-03-04 17:44:47 +01:00
Robert Hensing
dcaea8cb1c
packaging: Typo in setVersionLayer / preConfigure
...
Apparently dead code in our use case, but good to keep nonetheless.
Credit: ztzg in https://github.com/NixOS/nix/pull/12498#pullrequestreview-2658031853
2025-03-04 17:22:24 +01:00
John Ericson
24463dd025
Merge pull request #11672 from fricklerhandwerk/at-pattern-default
...
doc: note that @-pattern is accessible in default values
2025-03-04 00:57:17 -05:00
Valentin Gagarin
9c3dd34cfe
doc: note that function bindings are accessible in default values
...
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com >
2025-03-04 00:44:46 -05:00
Robert Hensing
efbd4c1ebb
Merge pull request #12442 from NixOS/store-derivation-options
...
Expand manual on derivation outputs
2025-03-03 23:11:51 +01:00
Robert Hensing
1e00d14c29
manual: Edit
2025-03-03 19:09:24 +01:00
Robert Hensing
89b495520d
Merge pull request #12591 from obsidiansystems/temp-revert-no-dyn-drv
...
Once again temporarily revert "Adapt scheduler to work with dynamic derivations"
2025-03-02 21:57:56 +01:00