-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussion] Improvement ideas #207
Comments
For the first suggestion, it needs a lot of dev time imo. Either:
I agree with the idea as it would definitely be very great, but it also feels like a ton of work... But this development is beneficial either way as that would essentially create unit/integration tests, which is always good (but annoying to do lol) |
@Kinsteen Oh, that indeed sounds... challenging haha :') Replacing the main and using the official functions looks like the way to go, as it should be a lot more easier to maintain than another standalone implementation, in addition to be less error prone: worst case scenario it pass the CI implementation, and not the official one shipped in Bottles, this is not something we want to happen |
Maybe using a Python testing framework could be nice, I never worked with that so I'm not even sure how it would work. Then testing function like |
I agree, a testing framework should probably be used here in order to be as clean as possible. I did some research and it appears that pytest is often recommended, it also seems easy to use |
It seems dxvk-async isn't maintained anymore, a fork has been created (Sporif/dxvk-async#64 (comment)) which supports the latest dxvk version in addition of allowing the use of async and gpl at the same time. It probably needs more testing (nvidia gpus?), but may be worth adding as an unstable/experimental component. |
Issue where new ideas could be discussed, before they are approved by a member of the @bottlesdevs organization.
I'll begin:
Difficulty: I'm not familiar enough with the Bottles source code so I'm unsure what would be the difficulty of this task.
dxvk-async
for parity, asdxvk
already supports experimental builds.Difficulty: easy
The text was updated successfully, but these errors were encountered: