Gergo Csizi
Gergo Csizi
The failing tests (argument-singular-properties) was false positives. Almost every function has this check. In a future patch i will fix these tests.
Patch is ready for review
Patch is ready for review
Patch is ready for review
Yes it does. For example the `regression-test-issue-1555.js` test fails if the heap size is not increased.
I don't think so. I have debugging this issue a very long time and didn't find any better methods to keep track of possible non freed pointers.
Currently it is a chain list not a complex structure and stored in the context to easily pass around.
No, it's not like stack.
I'm using the main branch so the latest. The full output of crash: ``` Guru Meditation Error: Core 0 panic'ed (Load access fault). Exception was unhandled. Core 0 register dump:...
platformio.ini: ``` [env] platform = espressif32 framework = arduino build_src_filter = - [env:main] build_src_filter = + board = esp32-c6-devkitc-1 build_flags = -fexceptions build_unflags = -fno-exceptions lib_ldf_mode = deep lib_deps =...