CG-SS
CG-SS
The current version of esp-idf uses the functions "esp_internal_aes_encrypt" and "esp_internal_aes_decrypt" instead of "mbedtls_aes_encrypt" and "mbedtls_aes_decrypt" and fixed some missing semicolons.
Without the changes in the paths, I wasn't able to run configure.py, since most of the files were located at duktape-esp32/components/duktape.
### Describe the bug It seems that the builder fails to deduce the correct type when chaining generic types. ### Reproduction Steps Try to run the following program: ```v module...
### Describe the bug When running ``` v run ./main.v ``` On one of my V libraries [here](https://github.com/CG-SS/vlogger/blob/release/fully-structured/main.v), it produces the following error: ``` /tmp/v_1000/main.01J974J4K7T4VV2MN0PJG6PX35.tmp.c:7030: error: '_const_math__bits__ntz_8_tab' undeclared builder error:...