Closed dk closed 1 year ago
Could you make the check
function ensure it has the right version of P:G:Prima rather than just assume?
now it requires the non-yet-released v0.18
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 3804023024: | 0.0% |
Covered Lines: | 390 |
Relevant Lines: | 1011 |
@dk Thanks, this and P:G:Prima will be getting released very soon!
There is one gremlin, in the P:G:Prima demo. Install latest Prima and P:D:Prima, and be in master
of P:G:Prima (uninstall it if you have it installed, for easier hacking). The latest master
has a minor hack needed for the scoping rules of the current PDL::Demos system, changing a my
to an our
.
$ perl -Ilib -S perldl # runs the perldl shell, lets it see P:G:Prima
perldl> demo prima # click through till you get to the "Adding a title and axis labels" section
---- Code:
# starting up the Prima GUI demo app
PDL::Demos::Prima::run();
---- Output:
Illegal object reference passed to Component.notify at lib/PDL/Graphics/Prima.pm line 463.
at lib/PDL/Graphics/Prima.pm line 463.
Prima::Plot::title(Prima::Plot=HASH(0x5568e08f6d88), "Harmonic Oscillator") called at (eval 437) line 1
eval 'no strict; no warnings; $plot->title(\'Harmonic Oscillator\');
Can you help?
Sure thing - I addressed this just now in #48
Thank you!
see https://github.com/PDLPorters/PDL-Graphics-Prima/pull/44