Skip to content

Commit

Permalink
Need to be more careful about importing is_bool, and to test coverage…
Browse files Browse the repository at this point in the history
… on a recent perl
  • Loading branch information
DrHyde committed Oct 29, 2023
1 parent fe30381 commit fb7caa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
perl-version: 5.36
- name: Run with coverage checking
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion t/create-collection.t
Expand Up @@ -3,7 +3,8 @@ use warnings;
no warnings qw(portable);

use File::Temp qw(tempfile);
use Scalar::Type qw(bool_supported is_bool);
use Scalar::Type qw(bool_supported)

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (macos-13)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (macos-11)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (macos-12)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.10.1

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.22.4

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.14.4

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (latest)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.12.5

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.16.3

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.32)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.28)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.24)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.26)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.22)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.20)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.30)

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.20.3

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.26.3

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.28.3

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.24.4

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.18.4

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.32.1

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.30.3

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.34.1

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.38.0

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.36.1

Semicolon seems to be missing

Check failure on line 6 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.8.9

Semicolon seems to be missing
Scalar::Type->import('is_bool') if(bool_supported());
use Test::More;

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.22.4

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.14.4

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.16.3

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.32)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.28)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.24)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.26)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.22)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.20)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / build (5.30)

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.20.3

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.26.3

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.28.3

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.24.4

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.18.4

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.32.1

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.30.3

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.34.1

BEGIN not safe after errors--compilation aborted

Check failure on line 8 in t/create-collection.t

View workflow job for this annotation

GitHub Actions / Perl 5.36.1

BEGIN not safe after errors--compilation aborted
use Test::Exception;
use lib 't/lib';
Expand Down
3 changes: 2 additions & 1 deletion t/root-node-scalar.t
Expand Up @@ -10,7 +10,8 @@ use TestFloat;
use File::Temp qw(tempfile);
use String::Binary::Interpolation;
use Data::IEEE754 qw(pack_double_be);
use Scalar::Type qw(bool_supported is_bool);
use Scalar::Type qw(bool_supported)

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (macos-13)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (macos-11)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (macos-12)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.10.1

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.22.4

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.14.4

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (latest)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.12.5

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.16.3

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.32)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.28)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.24)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.26)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.22)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.20)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.30)

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.20.3

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.26.3

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.28.3

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.24.4

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.18.4

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.32.1

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.30.3

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.34.1

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.38.0

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.36.1

Semicolon seems to be missing

Check failure on line 13 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.8.9

Semicolon seems to be missing
Scalar::Type->import('is_bool') if(bool_supported());

use Data::CompactReadonly;

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.22.4

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.14.4

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.16.3

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.32)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.28)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.24)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.26)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.22)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.20)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / build (5.30)

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.20.3

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.26.3

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.28.3

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.24.4

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.18.4

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.32.1

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.30.3

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.34.1

BEGIN not safe after errors--compilation aborted

Check failure on line 16 in t/root-node-scalar.t

View workflow job for this annotation

GitHub Actions / Perl 5.36.1

BEGIN not safe after errors--compilation aborted

Expand Down

0 comments on commit fb7caa6

Please sign in to comment.