Skip to content

Commit

Permalink
handle glx/zink warning - PDLPorters/PDL-Graphics-Simple#10
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 28, 2024
1 parent 94a8377 commit 77e175e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- add default SIG{TERM,INT,QUIT,HUP} handler to close more gracefully
- handle glx etc warnings from Gnuplot (https://github.com/PDLPorters/PDL-Graphics-Simple/issues/10) - thanks @eserte for report

2.030 2024-09-29
- require PDL version that has raster2fits; previously didn't require one with t_raster2fits which test used
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7471,7 +7471,7 @@ sub _printGnuplotPipe
# are explicitly stripped out
our $cp_serial = 0;

my $graphics_re = qr/^(?:qt\.|XType:|MESA:|QSocketNotifier:).*/m;
my $graphics_re = qr/^(?:qt\.|XType:|MESA:|QSocketNotifier:|glx:|failed to load).*/m;
sub _checkpoint {
my $this = shift;
my $suffix = shift || "main";
Expand Down

0 comments on commit 77e175e

Please sign in to comment.