ucode: update to Git HEAD (2025-07-18)
authorFelix Fietkau <[email protected]>
Fri, 18 Jul 2025 10:22:10 +0000 (12:22 +0200)
committerFelix Fietkau <[email protected]>
Fri, 18 Jul 2025 10:22:25 +0000 (12:22 +0200)
commitc39a09686e3d562367ab3a47da6a005eebaf5ca2
treeafada334fc613d345b0a34d6dd187414ca62e256
parent4dd35ca6747a57261f3b10982a4a8cc765d6549f
ucode: update to Git HEAD (2025-07-18)

5b3b6b789b9c ubus: fix refcount issue in uc_ubus_object_notify
f682ac2f6b82 program: add bytecode version to program header flags
af411d8101b2 vm: implement PVAL opcode
afdfffb61258 vm: support initiating method calls with I_CALL/I_QCALL opcodes
5d680425db40 compiler: stop emitting I_MCALL/I_QMCALL opcodes
a616feed39eb compiler, vm: rework optional chaining and function call semantics
0946a4fb20b8 vm: adjust JMPNT opcode behavior
6f8291f73757 compiler: improve assignment lhs expression checks
cf846c4a11d4 vm: properly handle modulo by zero
4d81e6c13506 resolv: add documentation and fix clobbering ns strings
20ee2dabd243 debian/changelog: v0.0.20250529
50d303c8309d ubus: add support for automatically subscribing to objects
5a0d21d59f88 vm: export function for converting exception to ucode value
aaf712eb4fb4 uloop: add guard() function
693af2b61b52 ubus: add guard() function

Fixes: https://github.com/jow-/ucode/issues/307
Fixes: https://github.com/jow-/ucode/issues/313
Signed-off-by: Felix Fietkau <[email protected]>
package/utils/ucode/Makefile
package/utils/ucode/patches/010-ubus-fix-refcount-issue-in-uc_ubus_object_notify.patch [deleted file]
package/utils/ucode/patches/100-vm-export-function-for-converting-exception-to-ucode.patch [deleted file]
package/utils/ucode/patches/101-uloop-add-guard-function.patch [deleted file]
package/utils/ucode/patches/102-ubus-add-guard-function.patch [deleted file]