CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/12/09 14:00:38
Modified files:
x11/qt6/qtdeclarative: Makefile
Added files:
x11/qt6/qtdeclarative/patches:
patch-src_qml_jsruntime_qv4lookup_p_h
patch-src_qml_qml_qqml_cpp
patch-tests_auto_qml_qmlcppcodegen_data_CMakeLists_txt
patch-tests_auto_qml_qmlcppcodegen_data_propertyMap_qml
patch-tests_auto_qml_qmlcppcodegen_data_propertymap_h
patch-tests_auto_qml_qmlcppcodegen_tst_qmlcppcodegen_cpp
Log message:
QtQml: Invalidate fallback lookups after each call from AOT code
Fallback property lookups are created for completely dynamic
metaobjects. Anything about them may change between any two calls.
Pick-to: 6.8 6.5
Fixes: QTBUG-142331
Change-Id: Ib732c37a6f27ab8105bea0eeae000af7eb9c36d7
Reviewed-by: Sami Shalayel <[email protected]>
(cherry picked from commit 9af6d2d6d0046b3c8369e15eb4791957cdc7ab7b)
Reviewed-by: Fabian Kosmale <[email protected]>