refactor: consolidate player driver#231
Conversation
5a828c6 to
82753c2
Compare
8455cd4 to
56e5c45
Compare
bd0479a to
537d592
Compare
|
@lbajolet-hashicorp - this one is ready for initial review for the driver consolidation. E2E testing is still pending but I will be testing it this week on both Windows (11) and Linux (Ubuntu 22.04) with Workstation Player 17.6. Ryan |
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
Left a couple nits, but overall this LGTM, thanks @tenthirtyam!
Pre-approving now, we can merge once you've had a chance to address my comments
537d592 to
5b336cb
Compare
5b336cb to
7229c55
Compare
Consolidates `Player5Driver` and `Player6Driver` to `PlayerDriver` within `driver_player.go`. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
7229c55 to
ca282ef
Compare
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the rerolls @tenthirtyam
Merging now!
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Consolidates
Player5DriverandPlayer6DrivertoPlayerDriverwithindriver_player.go.Testing