Skip to content

Commit 77e175e

Browse files
committed
handle glx/zink warning - PDLPorters/PDL-Graphics-Simple#10
1 parent 94a8377 commit 77e175e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- add default SIG{TERM,INT,QUIT,HUP} handler to close more gracefully
2+
- handle glx etc warnings from Gnuplot (https://github.com/PDLPorters/PDL-Graphics-Simple/issues/10) - thanks @eserte for report
23

34
2.030 2024-09-29
45
- require PDL version that has raster2fits; previously didn't require one with t_raster2fits which test used

lib/PDL/Graphics/Gnuplot.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7471,7 +7471,7 @@ sub _printGnuplotPipe
74717471
# are explicitly stripped out
74727472
our $cp_serial = 0;
74737473

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

0 commit comments

Comments
 (0)