Compiler-Lexer v0.23 Perl 5 v5.43.3 darwin-2level

Status
Pass
From
John SJ Anderson
Dist
Compiler-Lexer v0.23
Platform
Perl 5 v5.43.3 darwin-2level
Date
2025-09-23 17:21:56
ID
ce517eda-98a1-11f0-b350-c95a5b408b7c
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear GOCCY,

This is a computer-generated report for Compiler-Lexer-0.23
on perl 5.43.3, created by App::cpanminus::reporter 0.22 (1.7048).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing Compiler-Lexer-0.23
Building Compiler-Lexer
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_double_charactor_operator.cpp
src/compiler/util/Compiler_double_charactor_operator.cpp:9:54: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    9 | inline unsigned int DoubleCharactorOperatorMap::hash(register const char *str)
      |                                                      ^~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   42 | const char *DoubleCharactorOperatorMap::in_word_set(register const char *str)
      |                                                     ^~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:189:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  189 |         register int key = hash(str);
      |         ^~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:191:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
  191 |                 register const char *s = double_charactor_operators[key];
      |                 ^~~~~~~~
4 warnings generated.
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_gen_token_decl.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_reserved_keyword.cpp
src/compiler/util/Compiler_reserved_keyword.cpp:42:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   42 | ReservedKeywordMap::hash (register const char *str, register unsigned int len)
      |                           ^~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   42 | ReservedKeywordMap::hash (register const char *str, register unsigned int len)
      |                                                     ^~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:73:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   73 |   register int hval = (int)len;
      |   ^~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   95 | ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
      |                                  ^~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:60: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   95 | ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
      |                                                            ^~~~~~~~
gen/reserved_keywords.gperf:61:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   61 |       register int key = hash (str, len);
      |       ^~~~~~~~
gen/reserved_keywords.gperf:65:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   65 |           register const char *s = wordlist[key].name;
      |           ^~~~~~~~
7 warnings generated.
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_token.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_triple_charactor_operator.cpp
src/compiler/util/Compiler_triple_charactor_operator.cpp:10:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   10 | TripleCharactorOperatorMap::hash(register const char *str)
      |                                  ^~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:43:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   43 | const char *TripleCharactorOperatorMap::in_word_set(register const char *str)
      |                                                     ^~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:89:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   89 |         register int key = hash(str);
      |         ^~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:91:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
   91 |                 register const char *s = triple_charactor_operators[key];
      |                 ^~~~~~~~
4 warnings generated.
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o src/compiler/util/Compiler_util.o src/compiler/util/Compiler_util.cpp
cc -Isrc -I/opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level/CORE '-DVERSION="0.23"' '-DXS_VERSION="0.23"' -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include '-Wno-error=implicit-function-declaration' -O3 -o lib/Compiler/Lexer.o lib/Compiler/Lexer.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Compiler/Lexer/Lexer.bs')
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Compiler/Lexer/Lexer.bundle lib/Compiler/Lexer.o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_scanner.o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_util.o -lstdc++
t/Lexer.t ............... ok
t/format.t .............. ok
t/issue_32.t ............ ok
t/issue_35.t ............ ok
t/issue_38.t ............ ok
t/issue_39.t ............ ok
t/issue_40.t ............ ok
t/issue_42.t ............ ok
t/issue_43.t ............ ok
t/issue_44.t ............ ok
t/issue_45.t ............ ok
t/issue_48.t ............ ok
t/issue_53.t ............ ok
t/issue_69.t ............ ok
t/issue_reports.t ....... ok
t/package.t ............. ok
t/perl6.t ............... ok
t/recursive_tokenize.t .. ok
t/verbose.t ............. ok
All tests successful.
Files=19, Tests=30, 31 wallclock secs ( 0.05 usr  0.08 sys + 12.06 cusr 17.43 csys = 29.62 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

runtime:

    Module                Need     Have    
    --------------------- -------- --------
    perl                  5.008001 5.043003
    XSLoader              0.02     0.32    

build:

    Module                Need     Have    
    --------------------- -------- --------
    Devel::PPPort         3.19     3.73    
    ExtUtils::CBuilder    0        0.280242
    ExtUtils::MakeMaker   6.59     7.76    
    ExtUtils::ParseXS     2.21     3.60    
    Test::More            0        1.302214

configure:

    Module                Need     Have    
    --------------------- -------- --------
    Module::Build         0.4005   0.4234  
    Module::Build::XSUtil 0.19     0.19    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.UTF-8
    LC_ALL = en_US.UTF-8
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.5.14
    PATH = /opt/plenv/versions/5.43.3/bin:/opt/plenv/libexec:/opt/plenv/plugins/Perl-Build/bin:/opt/rbenv/shims:/opt/nextstrain-env/cli-standalone:/Users/genehack/bin:/opt/rust/cargo/bin:/opt/plenv/shims:/opt/plenv/bin:/opt/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/fzf/bin/
    PERL_CPANM_OPT = --skip-installed --prompt
    SHELL = /bin/zsh
    TERM = screen-256color
    TMPDIR = /var/folders/91/jjmr4sms7fz9s27f3_9glhb80000gn/T/

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
    EUID = 501
    EXECUTABLE_NAME = /opt/plenv/versions/5.43.3/bin/perl5.43.3
    GID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.94    
    ExtUtils::CBuilder  0.280242
    ExtUtils::Command   7.76    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.76    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.60    
    File::Spec          3.94    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.52    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          n/a     
    version             0.9933  


--

Summary of my perl5 (revision 5 version 43 subversion 3) configuration:
   
  Platform:
    osname=darwin
    osvers=24.6.0
    archname=darwin-2level
    uname='darwin bigjob.home.genehack.org 24.6.0 darwin kernel version 24.6.0: mon jul 14 11:28:17 pdt 2025; root:xnu-11417.140.69~1release_x86_64 x86_64 i386 macmini8,1 darwin '
    config_args='-Dprefix=/opt/plenv/versions/5.43.3 -de -Dversiononly -Dusedevel -A'eval:scriptdir=/opt/plenv/versions/5.43.3/bin''
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='Apple LLVM 17.0.0 (clang-1700.3.19.1)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
    libs=-lgdbm
    perllibs=
    libc=
    so=dylib
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under darwin
  Compiled at Sep 23 2025 09:03:06
  %ENV:
    PERL_CPANM_OPT="--skip-installed --prompt"
  @INC:
    /opt/plenv/versions/5.43.3/lib/perl5/site_perl/5.43.3/darwin-2level
    /opt/plenv/versions/5.43.3/lib/perl5/site_perl/5.43.3
    /opt/plenv/versions/5.43.3/lib/perl5/5.43.3/darwin-2level
    /opt/plenv/versions/5.43.3/lib/perl5/5.43.3