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

  Changed paths:
    M src/gc/gc_inf.c
    M src/string/encoding.c

  Log Message:
  -----------
  [cage] fix -Wcalloc-transposed-args


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

  Changed paths:
    M compilers/imcc/parser_util.c
    M compilers/imcc/pbc.c
    M src/nci/libffi.c
    M src/string/spf_render.c

  Log Message:
  -----------
  [cage] fix -Wimplicit-fallthrough warnings


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

  Changed paths:
    M src/oo.c

  Log Message:
  -----------
  [core] fix oob in error message in fail_if_type_exists

A type < 0 has no name which we can display. Fixes GH #1260.


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

  Changed paths:
    M config/auto/warnings.pm

  Log Message:
  -----------
  [config] disable -Wstack-usage=500 with asan or --debugging


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

  Changed paths:
    M config/auto/warnings.pm
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  [config] suppress -Wcast-qual

for cast discards ‘const’ qualifier from pointer target type warnings


  Commit: a77c137baa53e228d7eaa72dc691c56b6d167f5b
      
https://github.com/parrot/parrot/commit/a77c137baa53e228d7eaa72dc691c56b6d167f5b
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 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: 503a9e5af7323abf6d0ae069bbcc98c913fdadbf
      
https://github.com/parrot/parrot/commit/503a9e5af7323abf6d0ae069bbcc98c913fdadbf
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 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: 4506dbf3dbb12acc76e82d9adced59c5dfc2cf35
      
https://github.com/parrot/parrot/commit/4506dbf3dbb12acc76e82d9adced59c5dfc2cf35
  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:
  -----------
  [chore] fix -Wregister

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


  Commit: f46f8c3d4c85f39582f70cd4f8e12352d9b67229
      
https://github.com/parrot/parrot/commit/f46f8c3d4c85f39582f70cd4f8e12352d9b67229
  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: 0ac2bb17e224263bbf694d3eae798ea4d55f0d0f
      
https://github.com/parrot/parrot/commit/0ac2bb17e224263bbf694d3eae798ea4d55f0d0f
  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: b266d348c377369ac77894a49e77def66982f3cf
      
https://github.com/parrot/parrot/commit/b266d348c377369ac77894a49e77def66982f3cf
  Author: Reini Urban <[email protected]>
  Date:   2025-12-15 (Mon, 15 Dec 2025)

  Changed paths:
    M src/nci/extra_thunks.c

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

This is really optimizer dependant


  Commit: 7223daaccbe88c1a16db7f45add06b6e492cd1b2
      
https://github.com/parrot/parrot/commit/7223daaccbe88c1a16db7f45add06b6e492cd1b2
  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: 865bc7db652c2458dd027296c65a91a787c4be3a
      
https://github.com/parrot/parrot/commit/865bc7db652c2458dd027296c65a91a787c4be3a
  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/186d0fc25fe4%5E...865bc7db652c

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