!jtzdZrQSXtEpeGtzAn:nixos.org

Testing with Nix

94 Members
25 Servers

Load older messages


SenderMessageTime
27 Feb 2024
@k900:0upti.meK900 ⚡️And just removing the outer dict layer is a trivial change that will be caught by mypy19:49:15
@qyliss:fairydust.spaceAlyssa RossDo you mean the deprecation that I undid a year ago, or a different one? https://github.com/nixos/nixpkgs/commit/845576aac4c067b816886d5ef55aaec82ea37c1719:50:59
@k900:0upti.meK900 ⚡️https://github.com/NixOS/nixpkgs/blob/b5c956262d950cd2accccbe6a1e7fe768d5efaad/nixos/lib/test-driver/test_driver/machine.py#L382-L38619:54:04
@k900:0upti.meK900 ⚡️This one19:54:05
@k900:0upti.meK900 ⚡️Which is still there and 3 years old19:54:21
@qyliss:fairydust.spaceAlyssa Rossoh, so is it already possible to get equivalent functionality without passing a dict with startCommand? 19:55:47
@k900:0upti.meK900 ⚡️Not quite19:57:15
@k900:0upti.meK900 ⚡️It's stupid19:57:19
@k900:0upti.meK900 ⚡️It takes a dict19:57:21
@k900:0upti.meK900 ⚡️Always19:57:23
@k900:0upti.meK900 ⚡️ But if the dict has startCommand, it'll use that 19:57:33
@k900:0upti.meK900 ⚡️And if it has anything else, it'll use THAT THING19:57:41
@qyliss:fairydust.spaceAlyssa RossThen I'm not sure this deprecation warning counts? If there was no possible way to get that functionality without using startCommand…19:58:18
@qyliss:fairydust.spaceAlyssa RossWhat I mean is that, I don't think we can expect users to have followed an unactionable deprecation warning.19:58:46
@k900:0upti.meK900 ⚡️No19:59:40
@k900:0upti.meK900 ⚡️I mean19:59:43
@k900:0upti.meK900 ⚡️ If you do create_machine({"startCommand": "..."}) 19:59:52
@k900:0upti.meK900 ⚡️You don't get the warning19:59:55
@k900:0upti.meK900 ⚡️And you get the right thing done20:00:01
@qyliss:fairydust.spaceAlyssa RossOh, I see.20:00:15
@k900:0upti.meK900 ⚡️ And after my PR you just need to change that to create_machine(start_command="...") now 20:00:20
@qyliss:fairydust.spaceAlyssa RossThat makes more sense —-I thought I'd have seen the warning.20:00:26
@qyliss:fairydust.spaceAlyssa RossRight20:00:30
@k900:0upti.meK900 ⚡️ But if you do create_machine({"hda": "foo.qcow2"}) or whatever 20:00:37
@k900:0upti.meK900 ⚡️That would get you the warning20:00:44
@qyliss:fairydust.spaceAlyssa RossRight20:00:48
@k900:0upti.meK900 ⚡️And now it would blow up20:00:49
@qyliss:fairydust.spaceAlyssa RossYeah I agree the non-startCommand keys don't need a deprecation period then.20:01:06
@qyliss:fairydust.spaceAlyssa RossThe reason to do a deprecation period is usually to make it possible to have some code that works with both stable and unstable. 20:01:34
@k900:0upti.meK900 ⚡️I guess that's true20:01:45

Show newer messages


Back to Room ListRoom Version: 9