Mark Dickinson
Mark Dickinson
Urgh. That looks like a legitimate failure on 32-bit platforms, introduced by this PR. @eric-wieser I _think_ this is a problem with the test rather than the core logic. Do...
> I think a test written for 32 bit platforms would pass on both [...] I'll give that a go; PR shortly. I'm wondering whether I'm going to end up...
> PR shortly #101587
#546 fixes the practical problem reported above by providing an `unbind_extension_point` counterpart to `bind_extension_point`. However, the evil global dictionary remains. There are various options here. - One option is to...
Envisage 6.1.1 has just been released; upgrading should fix the issue.
Just a note that the plan is to deprecate the `EggPluginManager` and `EggBasketPluginManager` in the next release of Envisage (7.0). Once these are removed in Envisage 8.0, the hard-to-maintain machinery...
Another occurrence of this in the weekly cron job: https://github.com/enthought/graphcanvas/runs/3563035155?check_suite_focus=true ``` ====================================================================== FAIL: test_do_layout (graphcanvas.tests.test_graph_container.TestGraphContainer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/.edm/envs/graphcanvas-test-3.6-pyside2/lib/python3.6/site-packages/graphcanvas/tests/test_graph_container.py", line 58, in test_do_layout self.assert_in_bounds(container) File "/home/runner/.edm/envs/graphcanvas-test-3.6-pyside2/lib/python3.6/site-packages/graphcanvas/tests/test_graph_container.py",...
It would make sense to solve #555 at the same time as solving this issue. Both issues are waiting only on a Pyface release.
@homosapien-lcy It may be worth trying to run this under `faulthandler` to see if that gives useful output: https://docs.python.org/3/library/faulthandler.html.
> Looking into faulthandler now For the quick version: just use `python -X faulthandler enable/examples/demo/savage/buttons_on_canvas.py` instead of `python enable/examples/demo/savage/buttons_on_canvas.py`