Robert Hensing roberth · he/him
roberth commented on issue lix-project/lix#426 2024-06-27 15:57:59 +00:00
Security: sandbox escape

In fact, let me apologize for failing to coordinate anything with you this first time.

roberth opened issue lix-project/lix#426 2024-06-27 15:54:57 +00:00
Security: sandbox escape
roberth commented on issue lix-project/lix#423 2024-06-26 22:19:27 +00:00
Overflow in Nix language arithmetic does not have defined semantics

This work for everyone

👍 I've brought this up with the Nix team and we agree with the strategy to start throwing on overflow, and learn if we need a new behavior. @jade your offer to…

roberth commented on issue lix-project/lix#423 2024-06-26 10:22:46 +00:00
Overflow in Nix language arithmetic does not have defined semantics

I can't exclude the possibility that some users rely on this behavior, as we've allowed the signed integer to overflow for probably around two decades (didn't check when * was implemented). Whil…

roberth commented on issue lix-project/lix#216 2024-05-29 21:59:27 +00:00
Log why flake fetching is happening

The fetching is a bit indirect, happening through call-flake.nix, which in turn calls fetchTree. I suppose you could pass a secret flag or pass a special variant to call-flake.nix, but I…

roberth commented on issue lix-project/lix#217 2024-05-29 21:57:30 +00:00
Meta-bug: builtins.derivation replacement design

These points largely agree with nix#9774. (Ignoring the bit about meta perhaps) I'd like to keep in touch about this, and perhaps collaborate?

Also…

roberth commented on issue lix-project/lix#353 2024-05-29 21:42:32 +00:00
__curPos is not documented

It's true. Relevant discussion: https://github.com/NixOS/nix/issues/10036

roberth commented on issue lix-project/lix#356 2024-05-29 21:40:48 +00:00
the repl's :doc should print documentation for built-in constants

I feel like it'd be ok to "cheat" a bit and report about expressions first, and evaluated values second. That's warranted if you consider that evaluation is a lossy process (the right kind of…

roberth commented on issue lix-project/lix#358 2024-05-29 21:36:32 +00:00
Flake tarball immutable links are broken

Hi 👋

Ryan kindly brought this thread to our attention in the meeting today; much appreciated.

I was the only one (not from DetSys) who somewhat reviewed this feature before it was merged…