Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 314dfc49e98317e491a0ae535211b7294a01788f
      
https://github.com/parrot/parrot/commit/314dfc49e98317e491a0ae535211b7294a01788f
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

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

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


  Commit: 4831ec2566e4e0a537dc80a09091a6e8ffefdb9a
      
https://github.com/parrot/parrot/commit/4831ec2566e4e0a537dc80a09091a6e8ffefdb9a
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 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: 09c3a53201ea74f82108aa87daf9a1852192e830
      
https://github.com/parrot/parrot/commit/09c3a53201ea74f82108aa87daf9a1852192e830
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M .github/workflows/main.yml
    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: 21b8b0ea85e1e8c957bf6477afda56a34f03cb88
      
https://github.com/parrot/parrot/commit/21b8b0ea85e1e8c957bf6477afda56a34f03cb88
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M src/nci/extra_thunks.c
    M src/nci/libffi.c
    M src/platform/generic/dl.c

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

This is really optimizer dependant


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

  Changed paths:
    M config/auto/warnings.pm

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

TODO: only really with --optimized


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

  Changed paths:
    M src/pmc/callcontext.pmc

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


  Commit: 5dee0e2a903c2d874cc811fe1940767d4c77925b
      
https://github.com/parrot/parrot/commit/5dee0e2a903c2d874cc811fe1940767d4c77925b
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M .github/workflows/main.yml

  Log Message:
  -----------
  [ci] run all jobs, don't break

because we have a flaky test GH #1263.
The asan tests work fine locally on a new fedora 42 system, so I suspect
old compiler problems on ubuntu. run the asan steps but suppress exit on errors.

Also ignore all doc-only changes. run make codingstd_tests manually then.


  Commit: 6ff49f62c313618506ca6669b16c4f0c614ac7a6
      
https://github.com/parrot/parrot/commit/6ff49f62c313618506ca6669b16c4f0c614ac7a6
  Author: Reini Urban <[email protected]>
  Date:   2025-12-17 (Wed, 17 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/context.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


Compare: https://github.com/parrot/parrot/compare/5c2660ff5f9a...6ff49f62c313

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