Meghan Denny

Results 152 issues of Meghan Denny

### Zig Version 0.10.0-dev.2998+a45592715 ### Steps to Reproduce the following code tries to produce an enum with `undefined` fields and produces an ICE ```zig const std = @import("std"); test {...

bug
stage1

### Zig Version 0.10.0-dev.3313+cff5d9c80 ### Steps to Reproduce ```zig const std = @import("std"); const T = std.meta.Tuple(&.{u8}); pub fn main() void { foo(.{123}); } pub fn foo(x: T) void {...

enhancement
stage2

### Zig Version 0.10.0-dev.2981+7090f0471 ### Steps to Reproduce ```zig const std = @import("std"); test { const allocator = std.testing.allocator; var list = std.ArrayList(u8).init(allocator); _ = list.writer(); _ = list.reader(); }...

enhancement

this is vital when making web requests to https://ziglang.org/download/index.json due to [Cross-Origin Resource Sharing rules](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). ![image](https://user-images.githubusercontent.com/5464072/178091687-6966feaa-7d81-4a28-9ee9-c458d846fafd.png)

https://ziglang.org/documentation/master/#Builtin-Functions ```diff --- a.txt 2021-12-12 23:46:55.169124340 -0800 +++ b.txt 2021-12-12 23:48:56.282879197 -0800 @@ -8,42 +8,46 @@ @atomicStore @bitCast @bitOffsetOf -@boolToInt +@bitReverse @bitSizeOf +@boolToInt @breakpoint -@mulAdd @byteSwap -@bitReverse -@offsetOf -@call @cDefine...

Unfortunately didn't get a stack trace but this showed up in my logs recently, thought I'd make a tracking issue

bug

the hashmap currently provided by `Request.headers(Allocator)` does not currently support this