-
Notifications
You must be signed in to change notification settings - Fork 9
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
PY: Add infrastructure to allow python plugins to be reloaded in a GUI. #910
Merged
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
Collaborator
JDuffeyBQ
commented
Apr 3, 2024
- Pipelines can now optionally create placeholder filters when they fail to read a filter's json
- Placeholder filters store the original json and can be used to restore the filter if possible later
imikejackson
force-pushed
the
feature/python_reload
branch
from
April 4, 2024 01:11
9d136bc
to
d1f0126
Compare
`AttributeError: 'NoneType' object has no attribute 'get_ident' At: |
JDuffeyBQ
force-pushed
the
feature/python_reload
branch
from
April 9, 2024 19:52
d1f0126
to
47ee12d
Compare
imikejackson
force-pushed
the
feature/python_reload
branch
3 times, most recently
from
April 15, 2024 16:43
06ec2be
to
809f1c1
Compare
imikejackson
force-pushed
the
feature/python_reload
branch
2 times, most recently
from
April 19, 2024 13:03
6adb3fe
to
0d2f7e9
Compare
imikejackson
approved these changes
Apr 19, 2024
imikejackson
changed the title
Improved python reload capability
PY: Added infrastructure to allow python plugins to be reloaded in a GUI.
Apr 19, 2024
JDuffeyBQ
force-pushed
the
feature/python_reload
branch
from
April 19, 2024 20:18
66bd21b
to
90488f2
Compare
imikejackson
force-pushed
the
feature/python_reload
branch
from
April 22, 2024 13:19
90488f2
to
02b7fa6
Compare
imikejackson
changed the title
PY: Added infrastructure to allow python plugins to be reloaded in a GUI.
PY: Add infrastructure to allow python plugins to be reloaded in a GUI.
Apr 22, 2024
imikejackson
force-pushed
the
feature/python_reload
branch
from
April 22, 2024 13:22
02b7fa6
to
57d4d84
Compare
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
* If one filter has a syntax error it now does not prevent the rest of the plugin from loading. Most useful for plugin development Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
* Implements importlib.abc.MetaPathFinder * Allows import statements to find the specified python modules regardless of the values of sys.path Signed-off-by: Jared Duffey <[email protected]>
…lates Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
…ilter. Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
* Simplified `exists()` to use DataStructure::containsData * Added explicit names to python args Signed-off-by: Jared Duffey <[email protected]>
* Removed AttributeMatrix __len__ since it conflicts with BaseGroup * Removed binding for base group with no function name Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
Signed-off-by: Jared Duffey <[email protected]>
imikejackson
force-pushed
the
feature/python_reload
branch
from
April 22, 2024 13:23
57d4d84
to
84d7d7f
Compare
imikejackson
added a commit
that referenced
this pull request
Apr 22, 2024
…I. (#910) Signed-off-by: Jared Duffey <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: Michael Jackson <[email protected]> Co-authored-by: Jessica Marquis <[email protected]>
imikejackson
added a commit
that referenced
this pull request
Apr 22, 2024
…I. (#910) Signed-off-by: Jared Duffey <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: Michael Jackson <[email protected]> Co-authored-by: Jessica Marquis <[email protected]>
imikejackson
added a commit
that referenced
this pull request
Apr 22, 2024
…I. (#910) Signed-off-by: Jared Duffey <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: Michael Jackson <[email protected]> Co-authored-by: Jessica Marquis <[email protected]>
imikejackson
added a commit
to imikejackson/simplnx
that referenced
this pull request
Oct 20, 2024
…I. (BlueQuartzSoftware#910) Signed-off-by: Jared Duffey <[email protected]> Signed-off-by: Michael Jackson <[email protected]> Co-authored-by: Michael Jackson <[email protected]> Co-authored-by: Jessica Marquis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.