Branch: refs/heads/rurban/warnings1
  Home:   https://github.com/parrot/parrot
  Commit: 306d715ce7b625dff3b615afeded1f951fedb23f
      
https://github.com/parrot/parrot/commit/306d715ce7b625dff3b615afeded1f951fedb23f
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M compilers/imcc/imclexer.c
    M include/parrot/namealias.h
    M src/platform/vms/exec.c
    M src/string/namealias.c
    M src/string/namealias_c.in

  Log Message:
  -----------
  [cage] fix -Wregister

ISO C++17 does not allow ‘register’ storage class specifier


  Commit: f72365465c66e497b8e4001793eb85ec11fa1358
      
https://github.com/parrot/parrot/commit/f72365465c66e497b8e4001793eb85ec11fa1358
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M include/parrot/namealias.h
    M src/string/namealias.c
    M src/string/namealias_c.in
    M t/codingstd/c_parens.t
    M tools/build/namealias_c.pl

  Log Message:
  -----------
  [core] bootstrap-namealias without register decl

to fix with gperf-3.2 and g++ compilation. changed signature to size_t.
gperf-3.2 came up with a lot more style violations, but didn't fix register yet.
c_parens.t needed one more adjustment for #elif not being a function.


  Commit: 36437081ca6868c61f3dcfac995e340546753c05
      
https://github.com/parrot/parrot/commit/36437081ca6868c61f3dcfac995e340546753c05
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M src/string/encoding/tables.c

  Log Message:
  -----------
  [core] make bootstrap-tables

iso_8859_1_typetable updated


  Commit: 1f865b096b1b90eaabae963faa4c195abe0f91a0
      
https://github.com/parrot/parrot/commit/1f865b096b1b90eaabae963faa4c195abe0f91a0
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M src/nci/extra_thunks.c

  Log Message:
  -----------
  [cage] fix some -Wmaybe-uninitialized

This is really optimizer dependant


  Commit: 9c4a1a02993306c98824e4db2b97377d6e673be0
      
https://github.com/parrot/parrot/commit/9c4a1a02993306c98824e4db2b97377d6e673be0
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M config/auto/warnings.pm

  Log Message:
  -----------
  [config] -Winline not with asan nor --debugging

TODO: only really with --optimized


  Commit: bce7f62d96d70999f857a107f86ae927b056d101
      
https://github.com/parrot/parrot/commit/bce7f62d96d70999f857a107f86ae927b056d101
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M src/pmc/callcontext.pmc

  Log Message:
  -----------
  [doc] fix callcontext doc wording


Compare: https://github.com/parrot/parrot/compare/865bc7db652c...bce7f62d96d7

To unsubscribe from these emails, change your notification settings at 
https://github.com/parrot/parrot/settings/notifications
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to