Branch: refs/heads/rurban/warnings
  Home:   https://github.com/parrot/parrot
  Commit: bf7cf92592dd9ab05a5d420269849fc952759701
      
https://github.com/parrot/parrot/commit/bf7cf92592dd9ab05a5d420269849fc952759701
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M .github/workflows/main.yml
    M compilers/data_json/Rules.mak
    M config/gen/makefiles/root.in
    M ext/nqp-rx/Rules.mak
    M t/harness
    M t/op/gc-stress.t

  Log Message:
  -----------
  [test] support testing with asan

GH #1256
skip two crashing tests.
set more detect_leaks=0


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

  Changed paths:
    M src/exit.c

  Log Message:
  -----------
  [core] debug log the arg for the exit handler also

Trying to catch the imcc memleak, GH #1256


  Commit: 71c0e8d1cd45ad0b890837c9307f461760c1d70f
      
https://github.com/parrot/parrot/commit/71c0e8d1cd45ad0b890837c9307f461760c1d70f
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 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:
  -----------
  [chore] fix -Wregister

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


  Commit: 98cfcb2489b9e5814a4745577e39b6fb8da665d9
      
https://github.com/parrot/parrot/commit/98cfcb2489b9e5814a4745577e39b6fb8da665d9
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 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: 6bedde6f446481e97042c058adb9deebb96bc3c4
      
https://github.com/parrot/parrot/commit/6bedde6f446481e97042c058adb9deebb96bc3c4
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

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

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

iso_8859_1_typetable updated


  Commit: 4fe5f8bfbeab59ac10feeb074b33c0e8c71ff5a0
      
https://github.com/parrot/parrot/commit/4fe5f8bfbeab59ac10feeb074b33c0e8c71ff5a0
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M src/nci/extra_thunks.c

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

This is really optimizer dependant


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

  Changed paths:
    M config/auto/warnings.pm

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

TODO: only really with --optimized


Compare: https://github.com/parrot/parrot/compare/d4e22b946783...ed91406bd3cd

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