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

  Changed paths:
    M compilers/imcc/main.c
    M compilers/imcc/parser_util.c
    M include/parrot/api.h
    M include/parrot/compiler.h
    M include/parrot/exceptions.h
    M include/parrot/interpreter.h
    M include/parrot/string.h
    M src/call/args.c
    M src/call/pcc.c
    M src/datatypes.c
    M src/debug.c
    M src/dynext.c
    M src/embed/embed_private.h
    M src/embed/pmc.c
    M src/embed/strings.c
    M src/gc/gc_gms.c
    M src/gc/gc_ms2.c
    M src/global_setup.c
    M src/hash.c
    M src/hll.c
    M src/interp/inter_cb.c
    M src/io/api.c
    M src/io/buffer.c
    M src/io/utilities.c
    M src/library.c
    M src/oo.c
    M src/packfile/api.c
    M src/packfile/object_serialization.c
    M src/packfile/pf_items.c
    M src/pmc.c
    M src/runcore/trace.c
    M src/string/api.c
    M src/string/encoding.c
    M src/string/encoding/null.c
    M src/string/encoding/shared.c
    M src/string/encoding/ucs2.c
    M src/string/encoding/utf16.c
    M src/string/encoding/utf8.c
    M src/thread.c
    M src/utils.c

  Log Message:
  -----------
  [core] fix -Wnonnull-compare warnings

when the compiler already ensured that an arg is non-NULL,
it doesnt need to be checked at runtime again.
Set HAVE_NONNULL


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

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

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


  Commit: 4fd86188c5dc1f298703cfcb6b31f33e3bb5de97
      
https://github.com/parrot/parrot/commit/4fd86188c5dc1f298703cfcb6b31f33e3bb5de97
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 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: e58e26dc229f8579b83eb73ec9ac1aa47ef39f10
      
https://github.com/parrot/parrot/commit/e58e26dc229f8579b83eb73ec9ac1aa47ef39f10
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 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: 03b41188f762fa7fbf25dbf2777e80ed1f802722
      
https://github.com/parrot/parrot/commit/03b41188f762fa7fbf25dbf2777e80ed1f802722
  Author: Reini Urban <[email protected]>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M config/auto/warnings.pm

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


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

  Changed paths:
    M .github/workflows/main.yml
    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: a96869f2ba615352c3080df0c6460c0cdda54f6f
      
https://github.com/parrot/parrot/commit/a96869f2ba615352c3080df0c6460c0cdda54f6f
  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: 7a943d165aceaaf139f2b9a1f0c1982fe3e40504
      
https://github.com/parrot/parrot/commit/7a943d165aceaaf139f2b9a1f0c1982fe3e40504
  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: d455652359c04ca9ac22054c53cde7ba136856d1
      
https://github.com/parrot/parrot/commit/d455652359c04ca9ac22054c53cde7ba136856d1
  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.


Compare: https://github.com/parrot/parrot/compare/64b070b94f92...d455652359c0

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