Glenn Strauss

Results 319 comments of Glenn Strauss

@jefferyto please review. Note: I removed the `--unix-ffi` feature that you had added via patches and now the build passes. See https://github.com/micropython/micropython-lib/commit/23df50d0ea0d64c2a4e00f3014dd4590da0a510b for upstream commit with commit message "unix-ffi: Remove...

@orangepizza that default in the new python-only ssl code is an awful default for security. Thank you for highlighting it. Do you happen to know if this is a change...

@Ansuel I will take a look but might have some questions. I just updated https://github.com/micropython/micropython/pull/15547 to try to get micropython submodule lib/mbedtls point to mbedtls 3.6.2. Hopefully it will be...

@Ansuel I renamed `010-cdefs.patch` to `010-lib-berkeley-db-cdefs.patch` and renamed `011-lib-berkeley-db-fix-no-init.patch` to `011-lib-berkeley-db-fix-uninit-var.patch` Please review and let me know if you would like me to change the commit message for the part...

@jefferyto please review. Note: I removed the `--unix-ffi` feature that you had added via patches and now the build passes. All tests pass except for (temporary?) provisioning error for Test...

FYI: the non-working micropython default (with mbedtls 3.x) has been reported upstream by @orangepizza https://github.com/micropython/micropython/issues/14447#issuecomment-2323493459

> Running `micropython-unix` adds the unix-ffi packages directory into the library path, so calling `add_library()` should not be necessary and the unix-ffi versions of packages should be used by default....

I removed the patches to micropython. This PR now contains only changes to micropython-lib. @Ansuel one of us should make a separate PR for your patch to quell compiler uninitialized...

@jefferyto Thank you. Your suggestion did the trick. I added you as co-author on the commit. Only test that fails is on powerpc_464fp platform with temporary error: ``` Use of...