This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
Fussion: added support for Fusion 17 #5614
Merged
kalisp
merged 12 commits into
develop
from
bugfix/OP-6780_Fusion-17-python-36-compatibility
Sep 15, 2023
Merged
Fussion: added support for Fusion 17 #5614
kalisp
merged 12 commits into
develop
from
bugfix/OP-6780_Fusion-17-python-36-compatibility
Sep 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Task linked: OP-6780 Fusion 17 python 3.6 compatibility |
ynbot
added
type: bug
Something isn't working
size/XXL
Denotes a PR changes 2500+ lines, ignoring general files
host: Fusion
labels
Sep 13, 2023
BigRoy
reviewed
Sep 13, 2023
BigRoy
reviewed
Sep 14, 2023
BigRoy
reviewed
Sep 14, 2023
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This should help when version of Fusion > 17, but it is still using 3.6
At previous position it was too late.
Only urllib3 and attrs are actually needed
More important and required is check directly in interpreter in Fusion, it doesn't make sense to pollute addon and have it on two places. It might get removed altogether in next-minor.
m-u-r-p-h-y
approved these changes
Sep 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested with all combinations and with app strings as Fusion17/Fusion18
- Fusion17 with Python 3.6
- Fusion 18 with Python 3.6
- Fusion 18 with Python 3.9
BigRoy
reviewed
Sep 14, 2023
BigRoy
reviewed
Sep 14, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
host: Fusion
size/XXL
Denotes a PR changes 2500+ lines, ignoring general files
sponsored
Client endorsed or requested
type: bug
Something isn't working
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog Description
Fusion 17 still uses Python 3.6 which causes issues with some our delivered libraries. Vendorized necessary set for Python 3.6
Additional Information
It should be tested in Fusion 18 too, but it is explicitly adding older libraries for versions lower than 18.
Testing notes:
View > Console