!jtzdZrQSXtEpeGtzAn:nixos.org

Testing with Nix

85 Members
23 Servers

Load older messages


SenderMessageTime
27 Feb 2024
@k900:0upti.meK900As long as you're just passing in a start command, it's fine19:48:01
@k900:0upti.meK900 But stuff like {"hda": ..., "cdrom": ...} will not work 19:48:26
@qyliss:fairydust.space@qyliss:fairydust.spaceOh I didn't even remember you could do that.19:48:43
@k900:0upti.meK900I don't know about the deprecation period, because the old way of generating startcommands was deprecated, with a warning, for YEARS19:48:52
@k900:0upti.meK900* I don't know about the deprecation period, because the old way of generating startcommands was deprecated, with a warning, for YEARS now19:48:53
@k900:0upti.meK900And just removing the outer dict layer is a trivial change that will be caught by mypy19:49:15
@qyliss:fairydust.space@qyliss:fairydust.spaceDo 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.meK900https://github.com/NixOS/nixpkgs/blob/b5c956262d950cd2accccbe6a1e7fe768d5efaad/nixos/lib/test-driver/test_driver/machine.py#L382-L38619:54:04
@k900:0upti.meK900This one19:54:05
@k900:0upti.meK900Which is still there and 3 years old19:54:21
@qyliss:fairydust.space@qyliss:fairydust.spaceoh, so is it already possible to get equivalent functionality without passing a dict with startCommand? 19:55:47
@k900:0upti.meK900Not quite19:57:15
@k900:0upti.meK900It's stupid19:57:19
@k900:0upti.meK900It takes a dict19:57:21
@k900:0upti.meK900Always19:57:23
@k900:0upti.meK900 But if the dict has startCommand, it'll use that 19:57:33
@k900:0upti.meK900And if it has anything else, it'll use THAT THING19:57:41
@qyliss:fairydust.space@qyliss:fairydust.spaceThen 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.space@qyliss:fairydust.spaceWhat I mean is that, I don't think we can expect users to have followed an unactionable deprecation warning.19:58:46
@k900:0upti.meK900No19:59:40
@k900:0upti.meK900I mean19:59:43
@k900:0upti.meK900 If you do create_machine({"startCommand": "..."}) 19:59:52
@k900:0upti.meK900You don't get the warning19:59:55
@k900:0upti.meK900And you get the right thing done20:00:01
@qyliss:fairydust.space@qyliss:fairydust.spaceOh, 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.space@qyliss:fairydust.spaceThat makes more sense —-I thought I'd have seen the warning.20:00:26
@qyliss:fairydust.space@qyliss:fairydust.spaceRight20:00:30
@k900:0upti.meK900 But if you do create_machine({"hda": "foo.qcow2"}) or whatever 20:00:37
@k900:0upti.meK900That would get you the warning20:00:44

Show newer messages


Back to Room ListRoom Version: 9