v0.18.1
版本发布时间: 2023-07-11 02:16:56
lcompilers/lpython最新发布版本:v0.22.0(2024-07-09 04:03:30)
What's Changed
- Add
list
comparison by @kabra1110 in https://github.com/lcompilers/lpython/pull/2025 - Add a test for a struct from a C pointer by @certik in https://github.com/lcompilers/lpython/pull/2126
- Add an error message for non-C-interoperable structs by @certik in https://github.com/lcompilers/lpython/pull/2133
- C: Fix struct deepcopy by @Smit-create in https://github.com/lcompilers/lpython/pull/2137
- Implement lcompilers_unique_ID global variable by @certik in https://github.com/lcompilers/lpython/pull/2138
- Only emit the error for Structs for now by @certik in https://github.com/lcompilers/lpython/pull/2140
- Remove global variables by @certik in https://github.com/lcompilers/lpython/pull/2143
- Give a C interoperability error for module structs also by @certik in https://github.com/lcompilers/lpython/pull/2144
Full Changelog: https://github.com/lcompilers/lpython/compare/v0.18.0...v0.18.1