Ticket #10518 (new)
Is it possible/sensible to remove the AlgorithmProxy class
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 3.6 |
Component: | Framework | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Several recent issues, #10438 & #10377, have uncovered problems with the AlgorithmProxy not correctly mirroring Algorithm. Obviously these can be fixed but do we need to class at all these days given that we no longer return algorithm objects in Python (its original use case).
This ticket is to investigate whether it is feasible and sensible to do the removal.
Change History
Note: See
TracTickets for help on using
tickets.
AlgorithmManager keeps a few pointers. Do we need it when we use notifications?