Jason Phan

Results 24 issues of Jason Phan

### Zig Version 0.10.0-dev.3383+3cf8f283d ### Steps to Reproduce Wasn't able to reproduce locally with a new Zig project, but you can see the bug in the following files: - https://github.com/getty-zig/getty/blob/6a1ea14ec84b55ea5371db64084d0eda5f8493bc/src/ser/interfaces/map.zig#L1...

bug

When installing packages, there should be a way to suppress but capture a command's `stderr` in the case of failure so that we may prompt the user to view the...

UI/UX

### Description Deserializing tuples of tuples seems to break the compiler now. ### How to Reproduce the Bug Uncomment the relevant test in the "tuple" test in `src/tests/de/tests.zig` and run...

bug

accepted
proposal

If you want to deserialize into type `T` from _either_ a JSON map or a JSON list, you can't really do that right now since you have to specify `deserializeMap`...

proposal

### Zig Version 0.10.0-dev.3978+4fd4c733d ### Steps to Reproduce Run the following program using the stage2 compiler (and a recent version of Zig). ```zig const std = @import("std"); // This interface...

bug
stage2

### Description On `zig` master (first seen in `0.10.0-dev.3978+4fd4c733d`), stage2 compilations for some programs implementing `getty.Serializer` (and `getty.Deserializer` probably) are ~going into an infinite loop and running forever~ crashing. The...

bug

proposal
contributor friendly
accepted

I think the initial reasoning for the field was so that deserialization and visitor-related operations could have different allocators. But I'm not even sure if that makes sense or is...

proposal