microzig icon indicating copy to clipboard operation
microzig copied to clipboard

`ComptimeStringMap` replaced with `StaticStringMap`

Open tomasz-lisowski opened this issue 1 year ago • 1 comments

https://github.com/ziglang/zig/pull/19719 replaced ComptimeStringMap with StaticStringMap.

tomasz-lisowski avatar May 02 '24 19:05 tomasz-lisowski

I opened a pull request because simply replacing compiles for me without any obvious problems. Feel free to reject that pull request though.

https://github.com/ZigEmbeddedGroup/microzig/pull/186

tomasz-lisowski avatar May 02 '24 19:05 tomasz-lisowski

Fixed in #198

vesim987 avatar Jul 10 '24 05:07 vesim987